[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Info-dir-remove-duplicates is slow
From: |
Thien-Thi Nguyen |
Subject: |
Re: Info-dir-remove-duplicates is slow |
Date: |
07 Aug 2005 20:29:12 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Helmut Eller <address@hidden> writes:
> The modification is quite small: it replaces the
> expensive call to member-ignore-case with a call
> to member and only keeps downcased strings around.
thanks for the idea. i have installed a change in
`Info-dir-remove-duplicates' along those lines, the
difference being preservation of the variable name
`x'. btw, if you had sent such a diff (and in "diff
-c" format), i (or someone else quicker) would have
applied it directly and recorded your name in the
ChangeLog file as the author of the change.
thi