[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /\



For maclisp users, an unwind-protected END-OF-FILE-EVAL-QUEUE
would be sufficient to set up local modes of all kinds, since
Emacs doesn't actually do a lisp read on the file.
#.(PROGN (PUSH '(RESET-SLASH-SYNTAX) END-OF-FILE-EVAL-QUEUE)
         (SET-SLASH-SYNTAX) NIL)
[There is a slight problem with sub-loading and the dynamic scope of
 readtable et. al.]

By the way, isn't read-time evaluation considered *problematic*?