emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fix for bug 10994 breaks ido customizations in major way


From: Juri Linkov
Subject: Re: fix for bug 10994 breaks ido customizations in major way
Date: Wed, 08 May 2013 23:56:30 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

>> Looks like a generally useful piece. May be subr.el?
>>
>> Also delete-consecutive-dups could be very handy.
>
> If people find it generally useful we can provide
> delete-consecutive-dups and let users combine copy-sequence and
> delete-consecutive-dups for non-destructive case.

Since you intended to make `delete-consecutive-dups' destructive,
wouldn't it be more efficient to use `setcdr' like in `delete-dups'?

Then it could be also used for a new possible value of the option
`history-delete-duplicates' to delete consecutive elements from the history.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]