[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Suppress flicker of minibuffer



>>>>> 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,