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

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

[Emacs-bug-tracker] bug#8966: closed (24.0.50; Strange message in the ec


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] 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

Your message dated Thu, 30 Jun 2011 21:25:01 +0300
with message-id <address@hidden>
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
address@hidden)


-- 
8966: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8966
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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



--- End Message ---
--- Begin Message --- 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 <address@hidden>
> 
> >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.


--- End Message ---

reply via email to

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