GNU bug report logs - #20730
25.0.50; M-: doesn't do eager macroexpansion

Previous Next

Package: emacs;

Reported by: Nicolas Richard <youngfrog <at> members.fsf.org>

Date: Thu, 4 Jun 2015 08:15:03 UTC

Severity: minor

Found in version 25.0.50

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#20730: closed (25.0.50; M-: doesn't do eager macroexpansion)
Date: Wed, 10 Jun 2015 02:16:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 09 Jun 2015 22:15:16 -0400
with message-id <jwvioawqpge.fsf-monnier+emacsbugs <at> gnu.org>
and subject line Re: bug#20730: 25.0.50; M-: doesn't do eager macroexpansion
has caused the debbugs.gnu.org bug report #20730,
regarding 25.0.50; M-: doesn't do eager macroexpansion
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
20730: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20730
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Richard <youngfrog <at> members.fsf.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50; M-: doesn't do eager macroexpansion
Date: Thu, 04 Jun 2015 10:13:52 +0200
(reporting this as a bug per
http://lists.gnu.org/archive/html/help-gnu-emacs/2015-06/msg00026.html)

Problem: eval-expression doesn't do eager macroexpansion (see
http://lists.gnu.org/archive/html/help-gnu-emacs/2015-03/msg00258.html)

Recipe :

Hit: M-:
Insert: (progn (defun foo () (when bar baz)) (symbol-function 'foo))
Hit: RET

It shows
(lambda nil (when bar baz))
but should show
(lambda nil (if bar (progn baz)))

Using C-x C-e or C-M-x shows
(lambda nil (if bar (progn baz)))
as expected.


In GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, GTK+ Version 3.14.10)
 of 2015-04-21 on localhost
Windowing system distributor `The X.Org Foundation', version 11.0.11500000
System Description:	Gentoo Base System release 2.2

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL GNUTLS LIBXML2 FREETYPE LIBOTF XFT ZLIB

-- 
Nico


[Message part 3 (message/rfc822, inline)]
From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Nicolas Richard <youngfrog <at> members.fsf.org>
Cc: 20730-done <at> debbugs.gnu.org
Subject: Re: bug#20730: 25.0.50; M-: doesn't do eager macroexpansion
Date: Tue, 09 Jun 2015 22:15:16 -0400
Thanks, should be fixed now,


        Stefan


This bug report was last modified 10 years and 40 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.