[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Suppress flicker of minibuffer
- From: henry atting <atting@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 07 Nov 2008 11:02:24 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 10416
- References: <87y6zwbypq.fsf@xxxxxxxxxxxxxxxxxxxxx> <b4miqr0mova.fsf@xxxxxxx>
Zitat - Katsumi Yamaoka * Fr Nov 07 2008 um 00:11 -
>>>>>> In [emacs-w3m : No.10414] henry atting wrote:
>> When emacs-w3m loads a page it displays a lot of information in the
>> minibuffer. With some web pages this causes a nervous flickering of the
>> minibuffer and the modeline.
>> Is there a way to avoid this?
>
> Emacs-w3m provides no means to eliminate messages of no importance
> for you but you can add this snippet to the ~/.emacs-w3m.el file
> in order to mostly silence emacs-w3m:
>
> (defalias 'w3m-message 'ignore)
>
> I'm not sure it's really useful though.
For my needs it's sufficient, it works fine. Thanks.
henry