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

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

Re: Temporarily turning message logging off


From: Katsumi Yamaoka
Subject: Re: Temporarily turning message logging off
Date: Thu, 24 May 2007 17:25:36 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

>>>>> In <mailman.1132.1179993370.32220.help-gnu-emacs@gnu.org>
>>>>>   Eli Zaretskii wrote:

> Isn't it easier and less invasive to temporarily bind message-log-max
> to nil?

That's the best if Davin only wants the *Messages* buffer not to
be filled.  If not, it might be insufficient.  For example:

emacs -batch -eval '(let (message-log-max) (write-region "foo" nil "testing"))'
Wrote /tmp/testing


reply via email to

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