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: Kenichi Handa
Subject: Re: [PATCH] Unicode Lisp reader escapes
Date: Wed, 03 May 2006 16:43:37 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Aidan Kehoe <address@hidden> writes:

>> But, if Lisp is called even if readcharfun is a string, I think we should
>> GCPRO it. Is it already done? (Sorry, I don't have a time to check
>> lread.c by myself)

> I’m reasonably sure it’s already done in the callers of read1, but I don’t
> have graphing software to hand, and the English for the reasoning I’ve
> written out is unreadably tedious. So, sure, GCPROing seems worth the time. 
> Do you mean to GCPRO independent of what type readcharfun is? 

I have not yet considered in deep what should we GCPRO and
where to do that.

But, as I replied to Eli's mail, I now think that
implementing decode-char in C is better provided that it is
decided to handle \u.... in read_escape.

---
Kenichi Handa
address@hidden




reply via email to

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