emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix bookmark-bmenu-list sorting.


From: Karl Fogel
Subject: Re: [PATCH] Fix bookmark-bmenu-list sorting.
Date: Mon, 07 Mar 2022 13:03:16 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

On 07 Mar 2022, Eli Zaretskii wrote:
--- lisp/bookmark.el
+++ lisp/bookmark.el
@@ -246,11 +246,13 @@ bookmark-alist
 Bookmark functions update the value automatically.
 You probably do NOT want to change the value yourself.
-The value is an alist with bookmarks of the form
+The value is an alist whose elements are the form
^^^^^^^^^^^^^^^^^^^^^ "...elements are of the form", right?

Good catch!  Thank you.

These are documentation changes, so if you like, you can install them
on the emacs-28 branch.

Will do (with the above correction).

From: Karl Fogel <kfogel@red-bean.com>
Date: Sun, 6 Mar 2022 21:20:34 -0600
Subject: [PATCH] Ensure bookmark bmenu buffer sorts when it should

* lisp/bookmark.el (bookmark-bmenu--revert): Check `bookmark-sort-flag'
  every time when displaying bookmarks.

[...]

This one is still under debate (or at least incomplete), AFAIU.

Yes; I'll repost another patch addressing Manuel's point about the tabulated-list bar (thanks, Manuel), and then we can decide where to put it.

Best regards,
-Karl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]