[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: |
Fri, 21 Oct 2005 18:19:49 -0400 |
*** callint.c 14 Aug 2005 14:47:25 +0200 1.140
--- callint.c 21 Oct 2005 16:38:22 +0200
***************
*** 346,351 ****
--- 346,356 ----
function = wrong_type_argument (Qcommandp, function);
goto retry;
}
+ else if (*string == '#')
+ {
+ string = 0;
+ goto get_interactive_form;
+ }
This would be much cleaner (and easier to use) if it read the Lisp
expression out of the string itself, after the #.
But as I said, I'd rather not install this now.
The new feature for setting file modes should also wait
till after the release.
- Re: File modes facilities., (continued)
- Re: File modes facilities., Stefan Monnier, 2005/10/20
- Re: File modes facilities., Kim F. Storm, 2005/10/20
- Re: File modes facilities., Stefan Monnier, 2005/10/20
- Re: File modes facilities., Andreas Schwab, 2005/10/21
- Re: File modes facilities., Michael Cadilhac, 2005/10/21
- Re: File modes facilities., Miles Bader, 2005/10/21
- Re: File modes facilities., Kim F. Storm, 2005/10/21
- Re: File modes facilities., Michael Cadilhac, 2005/10/21
- Re: File modes facilities.,
Richard M. Stallman <=
- 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, 2005/10/25