emacs-devel
[Top][All Lists]
Advanced

[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.




reply via email to

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