help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: How to suppress messages?


From: Drew Adams
Subject: RE: How to suppress messages?
Date: Wed, 26 Jan 2005 17:03:18 -0800

    > I couldn't find any mention in the Elisp manual of a way to do this.
    > If I have a function that calls a function (a built-in, as it turns
    > out) that calls (message...), how can my function stop the message
    > from being displayed by the called function?

    (let ((message-log-max nil))
      ...)

Thanks, but that doesn't do it. It just stops logging to buffer *Messages*.
I want to stop messages from appearing in the echo area.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]