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: Edward O'Connor
Subject: Re: How to suppress messages?
Date: Wed, 26 Jan 2005 16:33:05 -0800
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (berkeley-unix)

Drew Adams wrote:

> 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))
  ...)


HTH.

Ted

-- 
Edward O'Connor
ted@oconnor.cx

Ense petit placidam sub libertate quietem.




reply via email to

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