[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shift selection using interactive spec
From: |
Richard Stallman |
Subject: |
Re: Shift selection using interactive spec |
Date: |
Sun, 30 Mar 2008 15:56:02 -0400 |
Then the second arg to `interactive' could be just a lambda
with one argument with the value this function returns, e.g.
I guess that is the best design option, for when you want to use
a Lisp expression. But the simple case should be a string -- perhaps
a format string.
Stefan wrote:
Yes, and if the use of `lambda' turns out to be a bit heavy, we can
provide a handy alternative: if the return-spec is a list but not
a function, then take the list as a function call with a missing argument:
I don't like that idea, because an incomplete form like this
seems like too fundamental a change in the Lisp way of doing things.
- Re: Shift selection using interactive spec, (continued)
- Re: Shift selection using interactive spec, Richard Stallman, 2008/03/27
- Re: Shift selection using interactive spec, Juri Linkov, 2008/03/27
- Re: Shift selection using interactive spec, Richard Stallman, 2008/03/28
- Re: Shift selection using interactive spec, Juri Linkov, 2008/03/28
- Re: Shift selection using interactive spec, Lennart Borgman (gmail), 2008/03/28
- Re: Shift selection using interactive spec, Richard Stallman, 2008/03/29
- Re: Shift selection using interactive spec, Juri Linkov, 2008/03/29
- Re: Shift selection using interactive spec, Stefan Monnier, 2008/03/30
- Re: Shift selection using interactive spec, Juri Linkov, 2008/03/30
- Re: Shift selection using interactive spec, Richard Stallman, 2008/03/31
- Re: Shift selection using interactive spec,
Richard Stallman <=
- Re: Shift selection using interactive spec, Juri Linkov, 2008/03/30
- Re: Shift selection using interactive spec, Richard Stallman, 2008/03/26
- Re: Shift selection using interactive spec, Thomas Lord, 2008/03/18
- Re: Shift selection using interactive spec, Richard Stallman, 2008/03/15
Re: Shift selection using interactive spec, Robert J. Chassell, 2008/03/16