[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Suppress flicker of minibuffer
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Fri, 07 Nov 2008 08:11:21 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10415
- References: <87y6zwbypq.fsf@xxxxxxxxxxxxxxxxxxxxx>
>>>>> 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.
Regards,