GNU bug report logs - #59618
29.0.50; global-whitespace-mode + org-capture: "Marker does not point anywhere"

Previous Next

Package: emacs;

Reported by: Arsen Arsenović <arsen <at> aarsen.me>

Date: Sat, 26 Nov 2022 19:54:02 UTC

Severity: normal

Tags: patch

Found in version 29.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Richard Hansen <rhansen <at> rhansen.org>
To: Ihor Radchenko <yantar92 <at> posteo.net>
Cc: 59618 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>, arsen <at> aarsen.me,
 Stefan Kangas <stefankangas <at> gmail.com>
Subject: Re: bug#59618: 29.0.50; global-whitespace-mode + org-capture: "Marker
 does not point anywhere"
Date: Tue, 13 Dec 2022 21:42:35 -0500
[Message part 1 (text/plain, inline)]
On 12/13/22 01:48, Ihor Radchenko wrote:
> Richard Hansen <rhansen <at> rhansen.org> writes:
>> Sounds like setting CLONE to t does not clone markers.  That sounds like
>> a bug in `make-indirect-buffer', no?
> 
> AFAIK, it does clone markers. Also changing marker buffer appropriately.

Hmm, maybe not.  The following fails:

emacs -Q

(progn
  (whitespace-mode 1)
  (with-current-buffer (clone-indirect-buffer "foo" nil)
    (cl-assert (eq (current-buffer)
                   (marker-buffer whitespace-bob-marker)))))

C-x C-e

I don't know if this is working as intended or a bug.
[OpenPGP_signature (application/pgp-signature, attachment)]

This bug report was last modified 2 years and 189 days ago.

Previous Next


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