emacs-devel
[Top][All Lists]
Advanced

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

Re: Two binding features


From: Richard M Stallman
Subject: Re: Two binding features
Date: Thu, 08 May 2008 18:28:20 -0400

progv in CL is implemented using unwind-protect.
That does the job, but maybe it would be better
to implement it as a primitive, making real bindings.

The current implementation has one advantage: it uses
just one specpdl slot for any number of variables.
But I suspect that the unwind-protect implementation
will give wrong results in some cases, for instance
when buffer-local bindings are in use for the same
variables.




reply via email to

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