GNU bug report logs -
#57664
29.0.50; echo area display
Previous Next
Reported by: rms <at> gnu.org
Date: Thu, 8 Sep 2022 02:57:01 UTC
Severity: normal
Tags: moreinfo
Found in version 29.0.50
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 57664 <at> debbugs.gnu.org (full text, mbox):
> From: Richard Stallman <rms <at> gnu.org>
> Date: Wed, 07 Sep 2022 22:56:53 -0400
>
> When I send an email with Mail mode, it actually writes the email into
> a file. (Later I will transfer that file to a server and send it out
> for real.) There are multiple calls to `message' in that path, and in some
> cases they include the line
>
> Wrote /home/rms/outgoing/out-13
>
> followed by
>
> Already 5
>
> With last April's sources, the "Already" replaced the "wrote" message.
> But now it increases the echo area to two lines.
Increases the echo area and displays what, exactly?
> What change causes this? And how can I override it to get the old
> behavior?
I couldn't find anything relevant by looking for some keywords I could
think about.
Are you saying that something like the below
(progn
(message "One")
(message "Two"))
when evaluated, displays
One
Two
in the echo area, instead of just "Two"? Because it doesn't happen to
me with today's master branch: I see only "Two". If the recipe to
reproduce what you see is something more complicated, can you please
post such a recipe?
This bug report was last modified 1 year and 187 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.