emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#9514: closed (24.0.50; eval + format weirdness)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#9514: closed (24.0.50; eval + format weirdness)
Date: Thu, 15 Sep 2011 16:19:01 +0000

Your message dated Thu, 15 Sep 2011 09:14:02 -0700
with message-id <address@hidden>
and subject line Re: 24.0.50; eval + format weirdness
has caused the debbugs.gnu.org bug report #9514,
regarding 24.0.50; eval + format weirdness
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
9514: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9514
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; eval + format weirdness Date: Thu, 15 Sep 2011 16:11:49 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix)
The form

(let* ((string (with-temp-buffer (insert "%%b") (buffer-string)))
       (form `(format ,string)))
  (list form
        (eval form)))

evaluates to

((format "%%b") "%bb")

but it should evaluate to

((format "%%b") "%b")

Note that bzr trunk rev. 104389 gives the correct result whereas
rev. 104390 gives the wrong result.

In GNU Emacs 24.0.50.1 (amd64-unknown-freebsd8.2, GTK+ Version 2.24.6)
 of 2011-09-13 on iznogoud.viz
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
configured using `configure  'CC=gcc46' '--without-gsettings''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: en_US.UTF-8
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t



--- End Message ---
--- Begin Message --- Subject: Re: 24.0.50; eval + format weirdness Date: Thu, 15 Sep 2011 09:14:02 -0700 User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13
Thanks for reporting that.
I fixed it in the trunk (bzr 105786).


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]