GNU bug report logs -
#60860
29.0.60; set save-silently to t can not avoid messages when saving files
Previous Next
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Eason Huang <aqua0210 <at> foxmail.com>
>> Cc: Eli Zaretskii <eliz <at> gnu.org>, 60860 <at> debbugs.gnu.org
>> Date: Fri, 31 Mar 2023 23:30:48 +0800
>>
>> @Eli, I aslo tried Emacs 28.2, (setq save-silently t) works as
>> expected.
>
> The display code was significantly changed between those two versions,
> for reasons much more important than this minor annoyance. I guess a
> side effect of those changes is what you see.
>
For the peoples who like to use auto-save-visited-mode with 1s interval,
this minor annoyance will become major annoyance.
Hope someone expertise on ns port can fix this issue in Emacs 29 or 30.
My use case is auto-save files with every second of idle time:
```
(setq auto-save-default nil)
(setq create-lockfiles nil)
(setq make-backup-files nil)
(setq auto-save-visited-interval 1)
(auto-save-visited-mode 1)
```
Or, is there any workaround to suspress the message when saving file?
--
Eason Huang
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.