emacs-devel
[Top][All Lists]
Advanced

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

Re: User-reserved element in byte code vectors (was: Emacs Common Lisp)


From: Miles Bader
Subject: Re: User-reserved element in byte code vectors (was: Emacs Common Lisp)
Date: Wed, 28 Apr 2004 11:38:31 -0400
User-agent: Mutt/1.3.28i

On Wed, Apr 28, 2004 at 12:43:23PM +0200, Lars Brinkhoff wrote:
> >     The make-byte-code function takes any number of arguments, so it
> >     already works.  The problem is that there's no guarantee that future
> >     versions of Emacs won't start to use more than the first six elements.
> >
> > Now I see the issue.  We could decide to leave the 7th element
> > unused, and document that.
> 
> Yes, that would be good enough for my purposes.  Obviously, when more
> than one object needs to be stored, I can just put them in a list or a
> vector and put that in element 7.

Indeed, my lexical binding extension already uses element 7...

What do you need to store in the byte-vector?

-Miles
-- 
Yo mama's so fat when she gets on an elevator it HAS to go down.




reply via email to

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