From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.w3m Subject: Re: bogus change(s) in cl-macs.el Date: Fri, 26 Nov 2004 11:17:28 +0900 Organization: Emacsen advocacy group Message-ID: References: <87d5yajs0c.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101435485 21075 80.91.229.6 (26 Nov 2004 02:18:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Nov 2004 02:18:05 +0000 (UTC) Cc: snogglethorpe@gmail.com, emacs-devel@gnu.org, emacs-w3m@namazu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 26 03:18:00 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CXVgN-0005k5-00 for ; Fri, 26 Nov 2004 03:18:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXVpb-0002w2-5H for ged-emacs-devel@m.gmane.org; Thu, 25 Nov 2004 21:27:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXVpP-0002uP-W0 for emacs-devel@gnu.org; Thu, 25 Nov 2004 21:27:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXVpP-0002u9-Dv for emacs-devel@gnu.org; Thu, 25 Nov 2004 21:27:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXVpP-0002tv-77 for emacs-devel@gnu.org; Thu, 25 Nov 2004 21:27:19 -0500 Original-Received: from [69.61.11.2] (helo=washington.hostforweb.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CXVg4-0005D8-IA; Thu, 25 Nov 2004 21:17:40 -0500 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.42) id 1CXVg6-0002Sj-2C; Thu, 25 Nov 2004 21:17:42 -0500 Original-To: monnier@iro.umontreal.ca X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:9iZX4Y9vv7aAGAexanDQ7T2Fyzg= X-Hashcash: 1:20:041126:monnier@iro.umontreal.ca::/pPI9NSX5tjONskp:00000000000000000000000000000000000000XS3 X-Hashcash: 1:20:041126:emacs-w3m@namazu.org::PfQkdxjZjYxbMtB8:000000000000000000000000000000000000000000Zov X-Hashcash: 1:20:041126:snogglethorpe@gmail.com::r8ieslzHFvVaMT+z:000000000000000000000000000000000000007Ztj X-Hashcash: 1:20:041126:miles@gnu.org::9r1OUcry6Qxui3/H:000072QQ X-Hashcash: 1:20:041126:emacs-devel@gnu.org::fnrRHWYPhDo9Pwdj:0000000000000000000000000000000000000000001b8b X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: 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: main.gmane.org gmane.emacs.devel:30371 gmane.emacs.w3m:4575 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30371 >>>>> In [emacs-w3m : No.07189] Stefan Monnier wrote: > Well, actually we can't see it here because you haven't used print-gensym > to distinguish symbols with the same name. But indeed: > (labels ((foo nil 1) (bar nil 2)) (cons (foo) (bar))) > returns (1 . 1). This is because cl's macro environment uses symbol names > rather than symbols for symbol-macros, so if two symbols have the same name > (i.e. `eq', not just `equal') and they both are symbol-macros, then > CL screws up. I'm working on a patch for that. Excuse me for being so rude, but didn't you forget to commit the fix?