From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unicode Lisp reader escapes Date: Wed, 10 May 2006 21:29:32 -0500 (CDT) Message-ID: <200605110229.k4B2TWCm029351@jane.dms.auburn.edu> References: <17491.34779.959316.484740@parhasard.net> <17495.932.70900.796282@parhasard.net> <17495.57895.90438.848865@parhasard.net> <17498.28361.392872.954484@parhasard.net> <17503.21672.395920.94783@parhasard.net> <17503.29740.778178.932671@parhasard.net> <17504.16146.57393.970540@parhasard.net> <17505.33452.224807.946390@parhasard.net> <200605110108.k4B18ODO029227@jane.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1147314654 31494 80.91.229.2 (11 May 2006 02:30:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 May 2006 02:30:54 +0000 (UTC) Cc: kehoea@parhasard.net, eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 11 04:30:52 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 1Fe0wz-0000QH-1D for ged-emacs-devel@m.gmane.org; Thu, 11 May 2006 04:30:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fe0wy-0000EM-Ib for ged-emacs-devel@m.gmane.org; Wed, 10 May 2006 22:30:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fe0wm-0000E6-Sy for emacs-devel@gnu.org; Wed, 10 May 2006 22:30:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fe0wl-0000C0-IK for emacs-devel@gnu.org; Wed, 10 May 2006 22:30:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fe0wl-0000Bu-Aj for emacs-devel@gnu.org; Wed, 10 May 2006 22:30:35 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fe0yA-0003ox-AL; Wed, 10 May 2006 22:32:02 -0400 Original-Received: from jane.dms.auburn.edu (jane.dms.auburn.edu [131.204.53.201]) by manatee.dms.auburn.edu (8.13.6/8.13.6) with ESMTP id k4B2UXKJ028495; Wed, 10 May 2006 21:30:33 -0500 (CDT) Original-Received: from jane.dms.auburn.edu (localhost [127.0.0.1]) by jane.dms.auburn.edu (8.13.4+Sun/8.13.4) with ESMTP id k4B2TXWV029354; Wed, 10 May 2006 21:29:33 -0500 (CDT) Original-Received: (from teirllm@localhost) by jane.dms.auburn.edu (8.13.4+Sun/8.13.3/Submit) id k4B2TWCm029351; Wed, 10 May 2006 21:29:32 -0500 (CDT) X-Authentication-Warning: jane.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200605110108.k4B18ODO029227@jane.dms.auburn.edu> (message from Luc Teirlinck on Wed, 10 May 2006 20:08:24 -0500 (CDT)) 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:54220 Archived-At: >>From my previous reply: In the meantime, after rereading the thread, there are some things that seem confusing to me and maybe my two questions imply your question. My questions concern two responses by Stefan to quotes from Aidan Kehoe: Sorry forget about this and my entire long message. It was silly. I somehow just forgot to see that the calls to call2 in the two primitives I mentioned were in a return statement. So _obviously_ no GCPROing was necessary. I should have payed closer attention. Sorry for the confusion. Sincerely, Luc.