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: Leo Liu
Subject: Re: fix for bug 10994 breaks ido customizations in major way
Date: Fri, 10 May 2013 09:52:11 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3)

On 2013-05-09 04:56 +0800, Juri Linkov wrote:
> 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.

Yes for efficiency it could destructively modify the list in-place. ido
needs non-destructive so I am keeping it as ido-remove-consecutive-dups
for now.

Leo




reply via email to

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