[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: File modes facilities.
From: |
Richard M. Stallman |
Subject: |
Re: File modes facilities. |
Date: |
Tue, 25 Oct 2005 11:58:06 -0400 |
I did consider that, and we could do that as well, but IMO, the whole
point of this to allow interactive specs for built-in functions to be
written in Lisp, i.e. in a .el file, so people can improve on the code
without modifying the base functionality.
The idea is to write it in Lisp, but that doesn't mean putting
it in a different file, which is undesirable. It is cleaner
to keep the interactive spec in the function definition, not
separate it.
If you want to put the code in a separate file, you can put
it in a function and make the interactive spec call that function.
So that option will still exist. But I don't want to make that
the only option.
Below is a _much_better_ patch which allows ANY function to have its
interactive specification overridden, and consequently you can make
any function into a command.
I don't know if I want to make functions into commands
except by editing their definitions in the standard way.
- Re: File modes facilities., (continued)
- Re: File modes facilities., Richard M. Stallman, 2005/10/21
- Re: File modes facilities., Kim F. Storm, 2005/10/24
- Re: File modes facilities., David Kastrup, 2005/10/24
- Re: File modes facilities., Andreas Schwab, 2005/10/24
- Re: File modes facilities., Kim F. Storm, 2005/10/24
- Re: File modes facilities., Stefan Monnier, 2005/10/24
- Re: File modes facilities., Kim F. Storm, 2005/10/24
- Re: File modes facilities., Stefan Monnier, 2005/10/24
- Re: File modes facilities., Kim F. Storm, 2005/10/25
- Re: File modes facilities., Richard M. Stallman, 2005/10/25
- Re: File modes facilities.,
Richard M. Stallman <=
- Re: File modes facilities., Kim F. Storm, 2005/10/25
- Re: File modes facilities., Kim F. Storm, 2005/10/26
- Re: File modes facilities., Richard M. Stallman, 2005/10/26
- Re: File modes facilities., Richard M. Stallman, 2005/10/26
- Re: File modes facilities., Kim F. Storm, 2005/10/21
- Re: File modes facilities., Stefan Monnier, 2005/10/21
- Re: File modes facilities., Kim F. Storm, 2005/10/21
- Re: File modes facilities., Richard M. Stallman, 2005/10/21
- Re: File modes facilities., Stefan Monnier, 2005/10/21
- Re: File modes facilities., Richard M. Stallman, 2005/10/22