From: Juri Linkov <juri@linkov.net>
To: Eli Zaretskii <eliz@gnu.org>
Cc: aqua0210@foxmail.com, 60860@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 [thread overview]
Message-ID: <86zg7re9eo.fsf@mail.linkov.net> (raw)
In-Reply-To: <83ilegylq2.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 01 Apr 2023 12:51:01 +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.
prev parent reply other threads:[~2023-04-01 18:30 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
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 [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86zg7re9eo.fsf@mail.linkov.net \
--to=juri@linkov.net \
--cc=60860@debbugs.gnu.org \
--cc=aqua0210@foxmail.com \
--cc=eliz@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).