all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eason Huang <aqua0210@foxmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 60860@debbugs.gnu.org, juri@linkov.net
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	[thread overview]
Message-ID: <tencent_0C899CFC8B56091052C10623B8C71AE32606@qq.com> (raw)
In-Reply-To: <83pm8o29tm.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 31 Mar 2023 18:56:53 +0300")

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	other threads:[~2023-03-31 16:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16 13:46 bug#60860: 29.0.60; set save-silently to t can not avoid messages when saving files Eason Huang
2023-01-16 14:30 ` Eli Zaretskii
2023-01-16 15:29   ` Eason Huang
2023-01-16 17:37   ` Juri Linkov
2023-03-31 15:30     ` Eason Huang
2023-03-31 15:56       ` Eli Zaretskii
2023-03-31 16:12         ` Eason Huang [this message]
2023-03-31 16:03       ` Juri Linkov
2023-03-31 16:22         ` Eason Huang
2023-04-01  9:51         ` Eli Zaretskii
2023-04-01 18:30           ` Juri Linkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tencent_0C899CFC8B56091052C10623B8C71AE32606@qq.com \
    --to=aqua0210@foxmail.com \
    --cc=60860@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=juri@linkov.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.