GNU bug report logs - #60860
29.0.60; set save-silently to t can not avoid messages when saving files

Previous Next

Package: emacs;

Reported by: From: Eason Huang <aqua0210 <at> foxmail.com>

Date: Mon, 16 Jan 2023 13:47:02 UTC

Severity: normal

Found in version 29.0.60

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: aqua0210 <at> foxmail.com, 60860 <at> debbugs.gnu.org
Subject: bug#60860: 29.0.60; set save-silently to t can not avoid messages when saving files
Date: Sat, 01 Apr 2023 21:30:19 +0300
>> >> To do the same, in Emacs 29 it's possible to add all these strings
>> >> like "Saving file..." to 'inhibit-message-regexps'.
>> >
>> > I tried to set (setq inhibit-message-regexps "^Saving"), but the message
>> > in acho area still exist when saving file.
>>
>> Please also customize 'set-message-functions' so that its first element
>> is 'inhibit-message'.  Also 'inhibit-message-regexps' should be a list.
>> These settings should disable the message:
>>
>>   (setq inhibit-message-regexps '("^Saving"))
>>   (setq set-message-functions '(inhibit-message))
>
> Why wasn't any of this documented?..

Sorry, I pushed it without documentation, then later you added +++
and I forgot that it is not documented.




This bug report was last modified 2 years and 80 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.