On Mon, 07 Jan 2008 17:55:49 +0100 Mathias Dahl wrote: > Tim X writes: > > > Another approach that might be interesting is to create an emacs > > lisp package for common lisp. You could then take advantage of > > mod_lisp. Not sure how you would handle the lisp1 vs lisp2 > > differences > > Both are Lisp2, aren't they? Maybe you thought about lexical vs > dynamical scoping? elisp is definitely lisp2 in that a symbol has both a function value and a variable value. elisp is dynamically scoped by default unless lexical-let is used. ______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs