GNU bug report logs - #20212
24.4: bookmark.el: function hangs on EOF (FIX INCLUDED) (bookmark-bmenu-goto-bookmark)

Previous Next

Package: emacs;

Reported by: Boruch Baum <boruch_baum <at> gmx.com>

Date: Fri, 27 Mar 2015 09:44:02 UTC

Severity: normal

Found in version 24.4

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 20212 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Boruch Baum <boruch_baum <at> gmx.com>, 20212 <at> debbugs.gnu.org
Subject: RE: 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)) ...) ...)




This bug report was last modified 10 years and 43 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.