GNU bug report logs -
#76137
[PATCH] Eliminate bookmark-maybe-historicize-string duplicates
Previous Next
Reported by: Ship Mints <shipmints <at> gmail.com>
Date: Sat, 8 Feb 2025 00:51:02 UTC
Severity: wishlist
Tags: patch
Fixed in version 31.1
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76137 in the body.
You can then email your comments to 76137 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#76137
; Package
emacs
.
(Sat, 08 Feb 2025 00:51:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ship Mints <shipmints <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 08 Feb 2025 00:51:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Change 'bookmark-maybe-historicize-string' from its naive history list
cons, which blindly adds duplicates ad infinitum, to use 'add-to-history'
which respects 'history-delete-duplicates' and the 'history-length
property (which 'bookmark-history' currently does not have).
-Stephane
[Message part 2 (text/html, inline)]
[0001-Eliminate-bookmark-maybe-historicize-string-duplicat.patch (application/octet-stream, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#76137
; Package
emacs
.
(Sat, 08 Feb 2025 00:54:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76137 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Maybe I'll fix the bookmark test that currently doesn't check for
duplicates. Hrumph.
On Fri, Feb 7, 2025 at 7:51 PM Ship Mints <shipmints <at> gmail.com> wrote:
> Change 'bookmark-maybe-historicize-string' from its naive history list
> cons, which blindly adds duplicates ad infinitum, to use 'add-to-history'
> which respects 'history-delete-duplicates' and the 'history-length
> property (which 'bookmark-history' currently does not have).
>
> -Stephane
>
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#76137
; Package
emacs
.
(Sat, 08 Feb 2025 01:00:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 76137 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Revised patch with bookmark-history dupe test.
On Fri, Feb 7, 2025 at 7:53 PM Ship Mints <shipmints <at> gmail.com> wrote:
> Maybe I'll fix the bookmark test that currently doesn't check for
> duplicates. Hrumph.
>
> On Fri, Feb 7, 2025 at 7:51 PM Ship Mints <shipmints <at> gmail.com> wrote:
>
>> Change 'bookmark-maybe-historicize-string' from its naive history list
>> cons, which blindly adds duplicates ad infinitum, to use 'add-to-history'
>> which respects 'history-delete-duplicates' and the 'history-length
>> property (which 'bookmark-history' currently does not have).
>>
>> -Stephane
>>
>
[Message part 2 (text/html, inline)]
[0001-Eliminate-bookmark-maybe-historicize-string-duplicat.patch (application/octet-stream, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#76137
; Package
emacs
.
(Sat, 08 Feb 2025 10:49:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 76137 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
And now revised with NEWS.
On Fri, Feb 7, 2025 at 7:58 PM Ship Mints <shipmints <at> gmail.com> wrote:
> Revised patch with bookmark-history dupe test.
>
> On Fri, Feb 7, 2025 at 7:53 PM Ship Mints <shipmints <at> gmail.com> wrote:
>
>> Maybe I'll fix the bookmark test that currently doesn't check for
>> duplicates. Hrumph.
>>
>> On Fri, Feb 7, 2025 at 7:51 PM Ship Mints <shipmints <at> gmail.com> wrote:
>>
>>> Change 'bookmark-maybe-historicize-string' from its naive history list
>>> cons, which blindly adds duplicates ad infinitum, to use 'add-to-history'
>>> which respects 'history-delete-duplicates' and the 'history-length
>>> property (which 'bookmark-history' currently does not have).
>>>
>>> -Stephane
>>>
>>
[Message part 2 (text/html, inline)]
[0001-Eliminate-bookmark-maybe-historicize-string-duplicat.patch (application/octet-stream, attachment)]
Severity set to 'wishlist' from 'normal'
Request was from
Stefan Kangas <stefankangas <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 11 Feb 2025 07:12:03 GMT)
Full text and
rfc822 format available.
Reply sent
to
Stefan Kangas <stefankangas <at> gmail.com>
:
You have taken responsibility.
(Tue, 11 Feb 2025 07:49:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ship Mints <shipmints <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 11 Feb 2025 07:49:02 GMT)
Full text and
rfc822 format available.
Message #21 received at 76137-done <at> debbugs.gnu.org (full text, mbox):
Version: 31.1
Ship Mints <shipmints <at> gmail.com> writes:
> And now revised with NEWS.
>
> On Fri, Feb 7, 2025 at 7:58 PM Ship Mints <shipmints <at> gmail.com> wrote:
>
> Revised patch with bookmark-history dupe test.
>
> On Fri, Feb 7, 2025 at 7:53 PM Ship Mints <shipmints <at> gmail.com> wrote:
>
> Maybe I'll fix the bookmark test that currently doesn't check for duplicates. Hrumph.
>
> On Fri, Feb 7, 2025 at 7:51 PM Ship Mints <shipmints <at> gmail.com> wrote:
>
> Change 'bookmark-maybe-historicize-string' from its naive history list cons, which
> blindly adds duplicates ad infinitum, to use 'add-to-history' which respects
> 'history-delete-duplicates' and the 'history-length property (which 'bookmark-history'
> currently does not have).
>
> -Stephane
Thanks, installed on master as commit 788380cf6a2.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 11 Mar 2025 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 159 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.