[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71603: Mouse clicking on a list-bookmarks' entry can not jump the cu
From: |
Eshel Yaron |
Subject: |
bug#71603: Mouse clicking on a list-bookmarks' entry can not jump the cursor |
Date: |
Mon, 17 Jun 2024 17:15:18 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
>> Cc: 71603@debbugs.gnu.org
>> Date: Mon, 17 Jun 2024 08:34:29 +0200
>> From: Eshel Yaron via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>>
>> > The expected behavior: jump cursor to bk1 or bk2
>> >
>> > The actual behavior: nothing happens, except the left fringe displays an
>> > additional bookmark icon if your current
>> > point is not at one of the bookmark locations.
>>
>> Thanks, I can reproduce this issue on master. Does the diff below yield
>> the expected behavior?
>
> Thanks, I have independently came to the same solution. So please
> install this on master, but with a comment explaining why we record
> point before calling display-function.
All right, see commit 27f46ba4b96.
Eshel