From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Interactive macro expansion added Date: Mon, 10 Sep 2007 20:55:16 +0200 Organization: disorganized Message-ID: <877imyjqp7.fsf@localhorst.mine.nu> References: <20070819220806.GA14139@saeurebad.de> <20070820013126.GA24021@saeurebad.de> <20070909005023.GA7580@saeurebad.de> <20070910004631.GB3342@saeurebad.de> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189484692 17955 80.91.229.10 (11 Sep 2007 04:24:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Sep 2007 04:24:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 11 06:23:09 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1IUxHD-0000VV-GJ for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 06:23:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUxIi-0004Gb-Uz for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 00:24:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUxII-00047Q-Sj for emacs-devel@gnu.org; Tue, 11 Sep 2007 00:24:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUxIH-00046j-5k for emacs-devel@gnu.org; Tue, 11 Sep 2007 00:24:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUxIH-00046c-16 for emacs-devel@gnu.org; Tue, 11 Sep 2007 00:24:09 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IUxIG-0006k7-IH for emacs-devel@gnu.org; Tue, 11 Sep 2007 00:24:08 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IUwni-00012s-Gc for emacs-devel@gnu.org; Tue, 11 Sep 2007 05:52:34 +0200 Original-Received: from e178039052.adsl.alicedsl.de ([85.178.39.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Sep 2007 05:52:34 +0200 Original-Received: from david.hansen by e178039052.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Sep 2007 05:52:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178039052.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:Kiu0lUwaE/YOm699riUkGNCPHws= X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:78561 Archived-At: On Mon, 10 Sep 2007 02:46:32 +0200 Johannes Weiner wrote: > +*** The new command `pp-macroexpand-last-sexp' pretty-prints the > +macroexpansion of the s-expression before point. > + Some time ago I wrote something similar but the output of the macroexpansion is displayed in a separate buffer (similar how it works in the slime package, in case you know it). If you are interested it's in the gnu.emacs.sources archive or I can send it / post it here. David