all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#57664: 29.0.50; echo area display
@ 2022-09-08  2:56 Richard Stallman
  2022-09-08  6:48 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2022-09-08  2:56 UTC (permalink / raw)
  To: 57664


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.

What change causes this?  And how can I override it to get the old
behavior?



In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 2.24.32, cairo version 1.16.0) of 2022-09-06 built on freetop
Repository revision: 2d29ee5ddedaf43ee1ee2e476810bbba06bf177e
Repository branch: master
System Description: Trisquel GNU/Linux Nabia (10.0)

Configured using:
 'configure --with-gnutls=ifavailable 'CFLAGS=-g -O0''

Configured features:
CAIRO DBUS FREETYPE GIF GLIB GPM GSETTINGS HARFBUZZ JPEG LIBOTF
LIBSELINUX LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG
SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XINPUT2
XPM GTK2 ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Text

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t
  auto-composition-mode: linux
  auto-encryption-mode: t
  auto-compression-mode: t
  abbrev-mode: t

Load-path shadows:
None found.

Features:
(shadow emacsbug dabbrev rmailout misearch multi-isearch mailalias
textsec uni-scripts idna-mapping ucs-normalize uni-confusable
textsec-check shr pixel-fill kinsoku url-file svg xml dom qp rmailsum
rmailmm message sendmail yank-media puny rfc822 mml mml-sec epa epg
rfc6068 epg-config gnus-util text-property-search time-date mm-decode
mm-bodies mm-encode mailabbrev gmm-utils mailheader mail-parse rfc2231
rmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
dired-aux dired dired-loaddefs term/linux view derived disp-table
advice finder-inf package browse-url url url-proxy url-privacy
url-expand url-methods url-history url-cookie generate-lisp-file
url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq
eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv
bytecomp byte-compile cconv url-vars cl-loaddefs cl-lib rmc iso-transl
tooltip eldoc paren electric uniquify ediff-hook vc-hooks
lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win
x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list
replace newcomment text-mode lisp-mode prog-mode register page tab-bar
menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse
jit-lock font-lock syntax font-core term/tty-colors frame minibuffer
nadvice seq simple cl-generic indonesian philippine cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help abbrev obarray
oclosure cl-preloaded button loaddefs faces cus-face macroexp files
window text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget keymap hashtable-print-readable backquote threads
dbusbind inotify dynamic-setting system-font-setting
font-render-setting cairo move-toolbar gtk x-toolkit xinput2 x
multi-tty make-network-process emacs)

Memory information:
((conses 16 302222 63684)
 (symbols 48 9510 9)
 (strings 32 44289 3451)
 (string-bytes 1 953220)
 (vectors 16 46578)
 (vector-slots 8 1304889 252560)
 (floats 8 57 269)
 (intervals 56 24653 115)
 (buffers 1000 36))
[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]


-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#57664: 29.0.50; echo area display
  2022-09-08  2:56 bug#57664: 29.0.50; echo area display Richard Stallman
@ 2022-09-08  6:48 ` Eli Zaretskii
  2022-09-11  3:39   ` Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2022-09-08  6:48 UTC (permalink / raw)
  To: rms; +Cc: 57664

> From: Richard Stallman <rms@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?





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#57664: 29.0.50; echo area display
  2022-09-08  6:48 ` Eli Zaretskii
@ 2022-09-11  3:39   ` Richard Stallman
  2023-09-03  9:16     ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2022-09-11  3:39 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 57664

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]


  > Increases the echo area and displays what, exactly?

It displayed both lines at once, one above the other, like this:

    Wrote /home/rms/outgoing/out-13
    Already 5

  > Are you saying that something like the below

  >   (progn
  >     (message "One")
  >     (message "Two"))

  > when evaluated, displays

  >    One
  >    Two

No, that displays only "Two".

I will see if I can make this fail again.

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#57664: 29.0.50; echo area display
  2022-09-11  3:39   ` Richard Stallman
@ 2023-09-03  9:16     ` Stefan Kangas
  2024-01-10 10:57       ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2023-09-03  9:16 UTC (permalink / raw)
  To: Richard Stallman; +Cc: Eli Zaretskii, 57664

Richard Stallman <rms@gnu.org> writes:

>   > Increases the echo area and displays what, exactly?
>
> It displayed both lines at once, one above the other, like this:
>
>     Wrote /home/rms/outgoing/out-13
>     Already 5
>
>   > Are you saying that something like the below
>
>   >   (progn
>   >     (message "One")
>   >     (message "Two"))
>
>   > when evaluated, displays
>
>   >    One
>   >    Two
>
> No, that displays only "Two".
>
> I will see if I can make this fail again.

Were you able to reproduce this again?  I'm trying to determine if it
makes sense to keep this bug open.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#57664: 29.0.50; echo area display
  2023-09-03  9:16     ` Stefan Kangas
@ 2024-01-10 10:57       ` Stefan Kangas
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Kangas @ 2024-01-10 10:57 UTC (permalink / raw)
  To: Richard Stallman; +Cc: 57664-done, Eli Zaretskii

Stefan Kangas <stefankangas@gmail.com> writes:

> Richard Stallman <rms@gnu.org> writes:
>
>>   > Increases the echo area and displays what, exactly?
>>
>> It displayed both lines at once, one above the other, like this:
>>
>>     Wrote /home/rms/outgoing/out-13
>>     Already 5
>>
>>   > Are you saying that something like the below
>>
>>   >   (progn
>>   >     (message "One")
>>   >     (message "Two"))
>>
>>   > when evaluated, displays
>>
>>   >    One
>>   >    Two
>>
>> No, that displays only "Two".
>>
>> I will see if I can make this fail again.
>
> Were you able to reproduce this again?  I'm trying to determine if it
> makes sense to keep this bug open.

More information was requested, but none was given within 4 months, so
I'm closing this bug for now.

If this is still an issue, please reply to this email (use "Reply to
all" in your email client) and we can reopen the bug report.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-10 10:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08  2:56 bug#57664: 29.0.50; echo area display Richard Stallman
2022-09-08  6:48 ` Eli Zaretskii
2022-09-11  3:39   ` Richard Stallman
2023-09-03  9:16     ` Stefan Kangas
2024-01-10 10:57       ` Stefan Kangas

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.