GNU bug report logs -
#24726
25.1; Small typo/bug in bookmark.el
Previous Next
Reported by: Allen Li <vianchielfaura <at> gmail.com>
Date: Tue, 18 Oct 2016 15:33:01 UTC
Severity: minor
Tags: fixed, patch
Found in version 25.1
Fixed in version 26.2
Done: Noam Postavsky <npostavs <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24726 in the body.
You can then email your comments to 24726 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24726
; Package
emacs
.
(Tue, 18 Oct 2016 15:33:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Allen Li <vianchielfaura <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 18 Oct 2016 15:33:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
There appears to be a small typo in bookmark.el's
`bookmark-set-internal', which uses "(default: \"%s\")" for its
minibuffer prompt instead of "(default \"%s\")" (note the colon). This
causes `minibuffer-electric-default-mode' some grief.
In GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.9)
of 2016-09-18 built on juergen
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
Configured using:
'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
--localstatedir=/var --with-x-toolkit=gtk3 --with-xft
'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector-strong' CPPFLAGS=-D_FORTIFY_SOURCE=2
LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24726
; Package
emacs
.
(Sat, 08 Apr 2017 22:22:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
The standard default format (per `minibuffer-electric-default-mode')
does not use a colon.
---
lisp/bookmark.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 5b8ded7b22..8c33d13c55 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -802,7 +802,7 @@ bookmark-set-internal
(let ((str
(or name
(read-from-minibuffer
- (format "%s (default: \"%s\"): " prompt default)
+ (format "%s (default \"%s\"): " prompt default)
nil
bookmark-minibuffer-read-name-map
nil nil defaults))))
--
2.12.2
Added tag(s) patch.
Request was from
Noam Postavsky <npostavs <at> users.sourceforge.net>
to
control <at> debbugs.gnu.org
.
(Sun, 28 Jan 2018 22:21:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24726
; Package
emacs
.
(Wed, 06 Jun 2018 00:35:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 24726 <at> debbugs.gnu.org (full text, mbox):
tags 24726 fixed
close 24726 26.2
quit
Allen Li <darkfeline <at> felesatra.moe> writes:
> - (format "%s (default: \"%s\"): " prompt default)
> + (format "%s (default \"%s\"): " prompt default)
Pushed to emacs-26.
[1: d20beef5f1]: 2018-06-05 20:29:22 -0400
Fix prompt in bookmark.el (Bug#24726)
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=d20beef5f104909f765430e347f5f3711ea51149>
Added tag(s) fixed.
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Wed, 06 Jun 2018 00:35:02 GMT)
Full text and
rfc822 format available.
bug marked as fixed in version 26.2, send any further explanations to
24726 <at> debbugs.gnu.org and Allen Li <vianchielfaura <at> gmail.com>
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Wed, 06 Jun 2018 00:35:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 04 Jul 2018 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 349 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.