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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20730 in the body.
You can then email your comments to 20730 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#20730; Package emacs. (Thu, 04 Jun 2015 08:15:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Richard <youngfrog <at> members.fsf.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 04 Jun 2015 08:15:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Reply sent to Stefan Monnier <monnier <at> IRO.UMontreal.CA>:
You have taken responsibility. (Wed, 10 Jun 2015 02:16:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Richard <youngfrog <at> members.fsf.org>:
bug acknowledged by developer. (Wed, 10 Jun 2015 02:16:03 GMT) Full text and rfc822 format available.

Message #10 received at 20730-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 08 Jul 2015 11:24:04 GMT) Full text and rfc822 format available.

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.