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

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

[debbugs-tracker] bug#20830: closed (25.0.50; `find-alternate-file': Pro


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20830: closed (25.0.50; `find-alternate-file': Provide buffer name in error msg)
Date: Tue, 16 Jun 2015 20:55:03 +0000

Your message dated Tue, 16 Jun 2015 22:54:37 +0200
with message-id <address@hidden>
and subject line Re: bug#20830: 25.0.50; `find-alternate-file': Provide buffer 
name in error msg
has caused the debbugs.gnu.org bug report #20830,
regarding 25.0.50; `find-alternate-file': Provide buffer name in error msg
to be marked as done.

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


-- 
20830: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20830
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; `find-alternate-file': Provide buffer name in error msg Date: Tue, 16 Jun 2015 13:29:38 -0700 (PDT)
Please change the error message from this:

(not (yes-or-no-p "Kill and replace the buffer without saving it? "))

to something like this:

(not (yes-or-no-p 
      (format "Kill and replace buffer `%s' without saving it? "
              (buffer-name)))

In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
 of 2014-10-20 on LEG570
Bzr revision: 118168 address@hidden
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --enable-checking=yes,glyphs CPPFLAGS=-DGLYPH_DEBUG=1'



--- End Message ---
--- Begin Message --- Subject: Re: bug#20830: 25.0.50; `find-alternate-file': Provide buffer name in error msg Date: Tue, 16 Jun 2015 22:54:37 +0200 User-agent: Notmuch/0.19 (http://notmuchmail.org) Emacs/25.0.50.3 (x86_64-unknown-linux-gnu)
Drew Adams <address@hidden> writes:

> Please change the error message from this:
>
> (not (yes-or-no-p "Kill and replace the buffer without saving it? "))
>
> to something like this:
>
> (not (yes-or-no-p 
>       (format "Kill and replace buffer `%s' without saving it? "
>               (buffer-name)))

Done in commit 3986489.

Nico
-- 
Nicolas Petton
http://nicolas-petton.fr

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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