GNU bug report logs -
#38737
26.3; Doc string of `files--message'
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Tue, 24 Dec 2019 21:43:01 UTC
Severity: minor
Found in version 26.3
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 25 Dec 2019 16:51:33 +0200
with message-id <83mubgv4p6.fsf <at> gnu.org>
and subject line Re: bug#38737: 26.3; Doc string of `files--message'
has caused the debbugs.gnu.org bug report #38737,
regarding 26.3; Doc string of `files--message'
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
38737: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38737
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Doc string:
"Like `message', except sometimes don't print to minibuffer.
If the variable `save-silently' is non-nil, the message is not
displayed on the minibuffer."
`message' does not "print to" the minibuffer or "display on" the
minibuffer. It shows a message in the echo area.
Plus, it's not true that it sometimes does not show the message. What
really happens is that the message is sometimes shown and then
immediately cleared - it is still logged in `*Messages*', for example.
The doc string should just say that if `save-silently' is non-nil then,
after showing the message in the echo area, it is cleared.
In GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)
of 2019-08-29
Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
Windowing system distributor `Microsoft Corp.', version 10.0.17763
Configured using:
`configure --without-dbus --host=x86_64-w64-mingw32
--without-compress-install 'CFLAGS=-O2 -static -g3''
[Message part 3 (message/rfc822, inline)]
> Date: Tue, 24 Dec 2019 13:42:34 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
>
> `message' does not "print to" the minibuffer or "display on" the
> minibuffer. It shows a message in the echo area.
Thanks, I fixed the wording.
> Plus, it's not true that it sometimes does not show the message. What
> really happens is that the message is sometimes shown and then
> immediately cleared - it is still logged in `*Messages*', for example.
"Don't show" doesn't imply "do nothing", so I see no problem here.
> The doc string should just say that if `save-silently' is non-nil then,
> after showing the message in the echo area, it is cleared.
That's a description of the implementation, so not useful: the source
is always available. From the user POV I think the message is not
shown, because redisplay doesn't have an opportunity to kick in.
This bug report was last modified 5 years and 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.