unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#57128: 26.3; New prompt of `bookmark-set' is wrong/misleading
@ 2022-08-11  0:48 Drew Adams
  2022-08-12 15:24 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2022-08-11  0:48 UTC (permalink / raw)
  To: 57128

Just happened to see the prompt string of `bookmark-set' for the latest
bookmark.el in master.  IMO it's wrong/misleading.

With no prefix arg the prompt is now "Append bookmark named".

The actual behavior, correctly documented in the doc string, is that the
new bookmark is _pushed_, i.e., added at the beginning, i.e., prepended,
to the bookmark list; it's certainly not at appended.

This is important, actually.  `bookmark-alist' is, well, an alist.
Entries closer to the front shadow entries farther from the front.  It's
important that this prepends the new bookmark, otherwise it wouldn't be
the currently used bookmark with that name.

If you don't want to make clear in the prompt just what really happens,
then say "Add new bookmark named", or "Add bookmark named".  But please
do NOT say "Append bookmark named".

Thx.


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.19044
Configured using:
 `configure --without-dbus --host=x86_64-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''






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

* bug#57128: 26.3; New prompt of `bookmark-set' is wrong/misleading
  2022-08-11  0:48 bug#57128: 26.3; New prompt of `bookmark-set' is wrong/misleading Drew Adams
@ 2022-08-12 15:24 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-12 15:24 UTC (permalink / raw)
  To: Drew Adams; +Cc: 57128

Drew Adams <drew.adams@oracle.com> writes:

> If you don't want to make clear in the prompt just what really happens,
> then say "Add new bookmark named", or "Add bookmark named".  But please
> do NOT say "Append bookmark named".

Now fixed in Emacs 29.






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

end of thread, other threads:[~2022-08-12 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11  0:48 bug#57128: 26.3; New prompt of `bookmark-set' is wrong/misleading Drew Adams
2022-08-12 15:24 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).