bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11381: 23.3; isearch-search-and-update issue?


From: Stefan Monnier
Subject: bug#11381: 23.3; isearch-search-and-update issue?
Date: Mon, 28 May 2012 15:34:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

>> > Comparing two functions can be avoided by using properties
>> > on function symbols like in the patch below.
>> It's not perfect, but yes, it's much better.
> Actually, I very much dislike this "feature" of putting properties on
> function symbols, or at least the way we use it.

Agreed, hence the "not perfect".

> I say, either we start documenting these properties in the doc strings
> and in the manual, or we should deprecate and discourage the practice
> of using them.

For delsel, I think the answer is to not use properties (which is why
I insisted we use another mechanism for the shift-select and
delete-active-region thingies).

For the case at hand, it's more difficult to fold the functionality
directly into the function (that would make us turn those functions
into object-like functions, along the lines of what we do for
completion tables).

And, I agree that the docstring of isearch-search-fun-function should
then clearly document what the `isearch-message-prefix' means.


        Stefan





reply via email to

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