GNU bug report logs -
#4653
23.1.50; ordering of bookmark-jump menu
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 4653 in the body.
You can then email your comments to 4653 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4653
; Package
emacs
.
(Tue, 06 Oct 2009 14:45:17 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Markus Rost <rost <at> math.uni-bielefeld.de>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 06 Oct 2009 14:45:17 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
If you call
C-x r l (bookmark-bmenu-list)
the list of bookmarks is ordered by name. Similarly with C-x r b RET.
That is fine.
However, if you call bookmark-jump through the menu, with
<menu-bar> <edit> <bookmark> <jump>
the shown list (in a pop up window) has the order from .emacs.bmk.
That wasn't the case with Emacs 22.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#4653
; Package
emacs
.
(Tue, 06 Oct 2009 15:05:07 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Markus Rost <rost <at> math.uni-bielefeld.de>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 06 Oct 2009 15:05:08 GMT)
Full text and
rfc822 format available.
Message #10 received at 4653 <at> emacsbugs.donarmstrong.com (full text, mbox):
Sorry, that *was* the case with Emacs 22 as well. In my private copy
of Emacs 22 I had applied the patch below (I have added 'bookmark-jump
to the tool-bar and I use the menu very often).
A change like in the patch seems to be more consistent with the
documentation of bookmark-sort-flag:
Non-nil means that bookmarks will be displayed sorted by bookmark name.
*** lisp/bookmark.el.~1~ 2008-01-07 03:45:03.000000000 +0100
--- lisp/bookmark.el 2009-01-22 02:28:54.000000000 +0100
***************
*** 460,466 ****
the empty string."
(bookmark-maybe-load-default-file) ; paranoia
(if (listp last-nonmenu-event)
! (bookmark-menu-popup-paned-menu t prompt (bookmark-all-names))
(let* ((completion-ignore-case bookmark-completion-ignore-case)
(default default)
(prompt (if default
--- 460,470 ----
the empty string."
(bookmark-maybe-load-default-file) ; paranoia
(if (listp last-nonmenu-event)
! (bookmark-menu-popup-paned-menu t prompt
! (if bookmark-sort-flag
! (sort (bookmark-all-names)
! 'string-lessp)
! (bookmark-all-names)))
(let* ((completion-ignore-case bookmark-completion-ignore-case)
(default default)
(prompt (if default
Severity set to 'minor' from 'normal'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Thu, 08 Oct 2009 07:10:08 GMT)
Full text and
rfc822 format available.
Reply sent
to
Chong Yidong <cyd <at> stupidchicken.com>
:
You have taken responsibility.
(Sun, 08 Nov 2009 23:10:06 GMT)
Full text and
rfc822 format available.
Notification sent
to
Markus Rost <rost <at> math.uni-bielefeld.de>
:
bug acknowledged by developer.
(Sun, 08 Nov 2009 23:10:06 GMT)
Full text and
rfc822 format available.
Message #17 received at 4653-done <at> emacsbugs.donarmstrong.com (full text, mbox):
> Sorry, that *was* the case with Emacs 22 as well. In my private copy
> of Emacs 22 I had applied the patch below (I have added 'bookmark-jump
> to the tool-bar and I use the menu very often).
>
> A change like in the patch seems to be more consistent with the
> documentation of bookmark-sort-flag
Look reasonable. I've checked the patch in, thank you.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Mon, 07 Dec 2009 15:24:25 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.