emacs-devel
[Top][All Lists]
Advanced

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

Re: Shift selection using interactive spec


From: Lennart Borgman (gmail)
Subject: Re: Shift selection using interactive spec
Date: Thu, 27 Mar 2008 09:19:52 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

David Kastrup wrote:
"Lennart Borgman (gmail)" <address@hidden> writes:

Richard Stallman wrote:
I think that `interactive' codes are much better than symbol properties
for defining the meaning of a command.
Yes, but the problem here is rather that you may need to redefine
which commands should deactivate the mark. Doing that with a symbol
property makes it much more flexible.

Read "flexible" as "conveniently hot-patchable around things not
designed for it".  We have a policy not to use advice (another hotpatch
facility) for components distributed as part of Emacs because we want
all information pertaining to a particular function accessible and
readable from a single location in a clear manner.

I don't see this any different.  If there is a need for a user to
hot-patch around functions not designed for it, advice is still
available.

But I believe this will only affect things on the command level. Is not that a big difference?




reply via email to

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