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

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

Re: elisp: how to stop messaging in echo area for save-buffer


From: Eli Zaretskii
Subject: Re: elisp: how to stop messaging in echo area for save-buffer
Date: Sat, 08 Aug 2009 20:35:57 +0300

> From: Xah Lee <xahlee@gmail.com>
> Date: Sat, 8 Aug 2009 08:15:52 -0700 (PDT)
> 
> i have a elisp script that does a few hundred saving files. Each time
> 
>     (save-buffer)
> 
> is called, the *Message* buffer contains 2 lines like this:
> 
> Saving file c:/Users/xah/web/xxst/make_download_copy/
> make_download_copy.el...
> Wrote c:/Users/xah/web/xxst/make_download_copy/make_download_copy.el
> 
> How to disable printing this message?

Temporarily bind message-log-max to nil, perhaps?




reply via email to

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