[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shift selection using interactive spec
From: |
Stefan Monnier |
Subject: |
Re: Shift selection using interactive spec |
Date: |
Fri, 14 Mar 2008 11:54:34 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
>> What if a movement command uses a lisp form rather than a string as
>> interactive spec?
>>
>> Then, how do you do the equivalent of '^' in that case?
> Is there any movement command that uses a lisp form spec? If these
> are sufficiently rare, the command itself could simply be modified
> directly.
> Not that the @ and * interactive specs would also have problems with
> interactive specs that are lisp forms.
*Any* letter in `interactive' should have a simple Elisp equivalent.
I suggest you write the code directly in an elisp function to start
with, and then call that function from callint.c.
Stefan
- Re: Shift selection using interactive spec, (continued)
- Re: Shift selection using interactive spec, David Kastrup, 2008/03/14
- Re: Shift selection using interactive spec, Thomas Lord, 2008/03/14
- Re: Shift selection using interactive spec, Thomas Lord, 2008/03/14
- Re: Shift selection using interactive spec, David Kastrup, 2008/03/14
- Re: Shift selection using interactive spec, Thomas Lord, 2008/03/14
Re: Shift selection using interactive spec, Dan Nicolaescu, 2008/03/14
- Re: Shift selection using interactive spec, Kim F. Storm, 2008/03/14
- Re: Shift selection using interactive spec,
Stefan Monnier <=
- RE: Shift selection using interactive spec, Drew Adams, 2008/03/14
- Re: Shift selection using interactive spec, Chong Yidong, 2008/03/14
- Re: Shift selection using interactive spec, David Kastrup, 2008/03/14
- Re: Shift selection using interactive spec, Chong Yidong, 2008/03/14
Re: Shift selection using interactive spec, Stefan Monnier, 2008/03/14
Re: Shift selection using interactive spec, Chong Yidong, 2008/03/14
Re: Shift selection using interactive spec, Stefan Monnier, 2008/03/14
Re: Shift selection using interactive spec, Chong Yidong, 2008/03/15
Re: Shift selection using interactive spec, Stefan Monnier, 2008/03/15
Re: Shift selection using interactive spec, Chong Yidong, 2008/03/15