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: Xah Lee
Subject: Re: elisp: how to stop messaging in echo area for save-buffer
Date: Mon, 10 Aug 2009 01:35:09 -0700 (PDT)
User-agent: G2/1.0

thanks all. Setting message-log-max worked out for me.

 Xah

On Aug 8, 10:35 am, Eli Zaretskii <e...@gnu.org> wrote:
> > From: Xah Lee <xah...@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]