help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Is there a mod-emacs?


From: Mike Mattie
Subject: Re: Is there a mod-emacs?
Date: Mon, 7 Jan 2008 17:11:31 -0800

On Mon, 07 Jan 2008 17:55:49 +0100
Mathias Dahl <brakjoller@gmail.com> wrote:

> Tim X <timx@nospam.dev.null> 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

Attachment: signature.asc
Description: PGP signature


reply via email to

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