bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20212: 24.4: bookmark.el: function hangs on EOF (FIX INCLUDED) (book


From: Drew Adams
Subject: bug#20212: 24.4: bookmark.el: function hangs on EOF (FIX INCLUDED) (bookmark-bmenu-goto-bookmark)
Date: Fri, 27 Mar 2015 09:16:51 -0700 (PDT)

> If the function does not find the requested bookmark before EOF,
> it continues endlessly.  patch attached.

Yes, good catch.  FWIW - This is fixed in Bookmark+ (5 years ago).
I use `(eobp)', and I put that test first, before the test for the
bookmark name: (while (and (not (eobp)) ...) ...)





reply via email to

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