GNU bug report logs - #24573
25.1; Setting bookmark in buffer *Help* makes bookmarks non-loadable

Previous Next

Package: emacs;

Reported by: Dmitri Paduchikh <dpaduchikh <at> gmail.com>

Date: Fri, 30 Sep 2016 14:14:02 UTC

Severity: normal

Tags: fixed, patch

Found in version 25.1

Fixed in version 27.1

Done: Noam Postavsky <npostavs <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Noam Postavsky <npostavs <at> gmail.com>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: Dmitri Paduchikh <dpaduchikh <at> gmail.com>, 24573 <at> debbugs.gnu.org,
 Win Treese <treese <at> acm.org>
Subject: Re: bug#24573: 25.1;
 Setting bookmark in buffer *Help* makes bookmarks non-loadable
Date: Sat, 06 Jul 2019 14:42:35 -0400
tags 24573 fixed
close 24573 27.1
quit

Stefan Kangas <stefan <at> marxist.se> writes:
>> -      (help-args   . ,(cdr help-xref-stack-item))
>> +      (help-args   . ,(mapcar (lambda (a)
>> +                                (if (bufferp a) (buffer-name a) a))
>> +                              (cdr help-xref-stack-item)))

> I can confirm this bug, which I've recently stumbled into myself.
>
> I can also confirm that Noam Postavsky's fix works.

Ah right, kind of forgot about this.  Now pushed to master.

8d43315cfa 2019-07-06T14:34:47-04:00 "Use buffer's name for help-mode bookmarks (Bug#24573)"
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=8d43315cfa3db295736826272472ec1e394ecb60





This bug report was last modified 6 years and 34 days ago.

Previous Next


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