GNU bug report logs - #8966
24.0.50; Strange message in the echo area after creating a new file

Previous Next

Package: emacs;

Reported by: Dani Moncayo <dmoncayo <at> gmail.com>

Date: Thu, 30 Jun 2011 16:14:01 UTC

Severity: normal

Found in version 24.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

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: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#8966: closed (24.0.50; Strange message in the echo area after
 creating a new file)
Date: Thu, 30 Jun 2011 18:26:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 30 Jun 2011 21:25:01 +0300
with message-id <83hb77rxc2.fsf <at> gnu.org>
and subject line Re: bug#8966: 24.0.50; Strange message in the echo area after creating a new file
has caused the GNU bug report #8966,
regarding 24.0.50; Strange message in the echo area after creating a new file
to be marked as done.

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


-- 
8966: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8966
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Dani Moncayo <dmoncayo <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; Strange message in the echo area after creating a new file
Date: Thu, 30 Jun 2011 18:12:51 +0200
Package: emacs
Version: 24.0.50

From "emacs -Q", eval (find-file "<path-to-new-file>"), where
<path-to-new-file> denotes the name (with path) of a nonexistent file
(which we are creating right now).

After doing that, the echo area shows "#<buffer <path-to-new-file>>",
but it should show "(New file)", as when you do the same interactively
with C-x C-f.


In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-06-27 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.5) --no-opt --cflags
-Ic:/build/include'

-- 
Dani Moncayo


[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Dani Moncayo <dmoncayo <at> gmail.com>
Cc: 8966-done <at> debbugs.gnu.org
Subject: Re: bug#8966: 24.0.50;
	Strange message in the echo area after creating a new file
Date: Thu, 30 Jun 2011 21:25:01 +0300
> Date: Thu, 30 Jun 2011 18:12:51 +0200
> From: Dani Moncayo <dmoncayo <at> gmail.com>
> 
> >From "emacs -Q", eval (find-file "<path-to-new-file>"), where
> <path-to-new-file> denotes the name (with path) of a nonexistent file
> (which we are creating right now).
> 
> After doing that, the echo area shows "#<buffer <path-to-new-file>>",
> but it should show "(New file)", as when you do the same interactively
> with C-x C-f.

Not a bug.  Evaluating an expression causes its value to be displayed
in the echo area.  find-file returns the buffer it creates, and that's
what you see.  Check out the section in the ELisp manual about the
buffer object reading syntax.

The "(New file)" message gets overwritten by that, but you can still
find it in the *Messages* buffer.

I'm closing this bug.


This bug report was last modified 13 years and 332 days ago.

Previous Next


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