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: Eason Huang
Subject: bug#60860: 29.0.60; set save-silently to t can not avoid messages when saving files
Date: Sat, 01 Apr 2023 00:12:46 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Eason Huang <aqua0210@foxmail.com>
>> Cc: Eli Zaretskii <eliz@gnu.org>,  60860@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






reply via email to

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