From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unicode Lisp reader escapes Date: Tue, 02 May 2006 13:45:07 +0300 Message-ID: References: <17491.34779.959316.484740@parhasard.net> <17495.932.70900.796282@parhasard.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1146566772 7005 80.91.229.2 (2 May 2006 10:46:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 May 2006 10:46:12 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 02 12:46:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FasON-0002iw-Mt for ged-emacs-devel@m.gmane.org; Tue, 02 May 2006 12:46:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FasON-00022i-9n for ged-emacs-devel@m.gmane.org; Tue, 02 May 2006 06:46:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FasNP-0001XR-Ly for emacs-devel@gnu.org; Tue, 02 May 2006 06:45:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FasNO-0001Wp-JU for emacs-devel@gnu.org; Tue, 02 May 2006 06:45:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FasNO-0001Wi-AU for emacs-devel@gnu.org; Tue, 02 May 2006 06:45:06 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FasNW-0001VD-HI for emacs-devel@gnu.org; Tue, 02 May 2006 06:45:14 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-91-14.inter.net.il [80.230.91.14]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DGI92000 (AUTH halo1); Tue, 2 May 2006 13:45:04 +0300 (IDT) Original-To: Aidan Kehoe In-reply-to: <17495.932.70900.796282@parhasard.net> (message from Aidan Kehoe on Tue, 2 May 2006 09:00:52 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:53781 Archived-At: > From: Aidan Kehoe > Date: Tue, 2 May 2006 09:00:52 +0200 > Cc: emacs-devel@gnu.org > > > First of all, is it safe to call Lisp program in read_escape? Don't we > > have to care about GC and buffer/string-data relocation? > > Yay, a technical objection. I don't know what you mean: the other objections were technical as well. > If it isn't safe to call a Lisp program in read_escape, then the function is > full of bugs already. ``Full of bugs''?