GNU bug report logs -
#79928
remember.el: remove inappropriate linebreak in string
Previous Next
To reply to this bug, email your comments to 79928 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org:
bug#79928; Package
emacs.
(Mon, 01 Dec 2025 12:45:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Huang Jing <rne.kou <at> icloud.com>:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org.
(Mon, 01 Dec 2025 12:45:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This inappropriate linebreak introduces 3 spaces.
In GNU Emacs 31.0.50 (build 1, aarch64-apple-darwin24.6.0, NS
appkit-2575.70 Version 15.7.2 (Build 24G325)) of 2025-12-01 built on
iad20-eo1210-f8c160a1-cac8-411b-a7de-dad84c3e24a9-92437849163E.local
Repository revision: b01c6b2849568ced8e0f295b28f92427ad8590a3
Repository branch: feature/igc
Windowing system distributor 'Apple', version 10.3.2575
System Description: macOS 15.7.2
Configured using:
'configure 'CFLAGS=-g0 -O2 -flto=thin' 'PKG_CONFIG=pkg-config
-static' --disable-gc-mark-trace --without-all
--with-compress-install --with-gmp --with-gnutls --with-modules
--with-mps --with-native-image-api --with-ns --with-small-ja-dic
--with-toolkit-scroll-bars --with-tree-sitter --with-xml2
--with-zlib'
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el
index d04d811d78f..b444f9fe88e 100644
--- a/lisp/textmodes/remember.el
+++ b/lisp/textmodes/remember.el
@@ -604,8 +604,7 @@ the data away for latter retrieval, and possible indexing.
:keymap remember-mode-map
(setq header-line-format
(substitute-command-keys
- "Edit, then exit with `\\[remember-finalize]' or abort with \
- `\\[remember-destroy]'")))
+ "Edit, then exit with `\\[remember-finalize]' or abort with `\\[remember-destroy]'")))
;; Notes buffer showing the notes:
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility.
(Mon, 01 Dec 2025 13:19:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Huang Jing <rne.kou <at> icloud.com>:
bug acknowledged by developer.
(Mon, 01 Dec 2025 13:19:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 79928-done <at> debbugs.gnu.org (full text, mbox):
> Date: Mon, 01 Dec 2025 20:43:55 +0800
> From: Huang Jing via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
>
> This inappropriate linebreak introduces 3 spaces.
Thanks, fixed. (The problem was not in the line break, the problem
was in the leading whitespace on the second line.)
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.