From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel,gmane.emacs.w3m Subject: Re: bogus change(s) in cl-macs.el Date: Fri, 19 Nov 2004 12:48:08 +0900 Message-ID: References: Reply-To: snogglethorpe@gmail.com, miles@gnu.org NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100836112 12234 80.91.229.6 (19 Nov 2004 03:48:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Nov 2004 03:48:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 19 04:48:23 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 1CUzl1-0000ff-00 for ; Fri, 19 Nov 2004 04:48:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUztu-0006U6-10 for ged-emacs-devel@m.gmane.org; Thu, 18 Nov 2004 22:57:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUztl-0006Ty-DD for emacs-devel@gnu.org; Thu, 18 Nov 2004 22:57:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUztl-0006Tm-0K for emacs-devel@gnu.org; Thu, 18 Nov 2004 22:57:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUztk-0006Tj-T8 for emacs-devel@gnu.org; Thu, 18 Nov 2004 22:57:24 -0500 Original-Received: from [64.233.184.195] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUzkm-00022M-Kl for emacs-devel@gnu.org; Thu, 18 Nov 2004 22:48:08 -0500 Original-Received: by wproxy.gmail.com with SMTP id 40so30709wri for ; Thu, 18 Nov 2004 19:48:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=E2J4MpR3aW8RrQ/rk3IfYsPCS5qIgu9KSmlKhUSfAoZTaU7Xk257S/T2AEASD+7B0RukmzUzU701gVL6ccMjdN5X/ZlGR7OGIr4bSfACWqNHu5wV7tTJaV68qoH4S6XLWjUoQn0H7OgppR/v3gy9+OYvCLAEGw3AkPoEisc0fK4= Original-Received: by 10.54.19.59 with SMTP id 59mr348801wrs; Thu, 18 Nov 2004 19:48:08 -0800 (PST) Original-Received: by 10.54.19.70 with HTTP; Thu, 18 Nov 2004 19:48:08 -0800 (PST) Original-To: emacs-devel@gnu.org, emacs-w3m@namazu.org In-Reply-To: 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:30064 gmane.emacs.w3m:4543 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30064 > Second, the change at least > to the `labels' macro breaks emacs-w3m. Emacs-w3m uses some cl > macros including `labels' in order to work together with the > external w3m command asynchronously. Please describe this "breakage" in greater detail. If you're outputing the result of macro-expansions to a file and expecting to read them in later, you almost certainly should bind `print-gensym' to t when doing so; otherwise the result is quite likely to be wrong. -Miles