emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Unicode Lisp reader escapes


From: Aidan Kehoe
Subject: Re: [PATCH] Unicode Lisp reader escapes
Date: Thu, 4 May 2006 23:14:49 +0200

 Ar an triú lá de mí Bealtaine, scríobh Andreas Schwab>: 

 > Kevin Rodgers <address@hidden> writes:
 > 
 > > readcharfun is declared as a Lisp_Object in read1, so it should be
 > > possible to check it's type and only GCPRO when necessary.
 > 
 > I don't see any need to GCPRO readcharfun.  When called from Lisp the
 > arguments are already protected by being part of the call frame, and all
 > uses from C protect the object by other means (eg, by being put on
 > eval-buffer-list).

That was my understanding of the code too. 

-- 
Aidan Kehoe, http://www.parhasard.net/




reply via email to

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