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

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

bug#60860: 29.0.60; set save-silently to t can not avoid messages when s


From: Juri Linkov
Subject: bug#60860: 29.0.60; set save-silently to t can not avoid messages when saving files
Date: Fri, 31 Mar 2023 19:03:16 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

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





reply via email to

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