GNU bug report logs -
#8661
`kill-buffer' can't handle "<%" as file name
Previous Next
Reported by: Le Wang <l26wang <at> gmail.com>
Date: Thu, 12 May 2011 09:21:01 UTC
Severity: normal
Tags: notabug, unreproducible
Done: Eli Zaretskii <eliz <at> gnu.org>
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 8661 in the body.
You can then email your comments to 8661 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#8661
; Package
emacs
.
(Thu, 12 May 2011 09:21:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Le Wang <l26wang <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 12 May 2011 09:21:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi all,
repro steps:
1. runemacs -Q
2. <C-x f> <%
3. type some text into new document
4.<C-x k>
error: "kill-buffer: Not enough arguments for format string"
I'm using window native CVS build from early 2011.
--
Le
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#8661
; Package
emacs
.
(Thu, 12 May 2011 11:55:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 8661 <at> debbugs.gnu.org (full text, mbox):
On Thu, May 12, 2011 at 11:20, Le Wang <l26wang <at> gmail.com> wrote:
> 1. runemacs -Q
> 2. <C-x f> <%
> 3. type some text into new document
> 4.<C-x k>
>
> error: "kill-buffer: Not enough arguments for format string"
>
> I'm using window native CVS build from early 2011.
With the current trunk, what I see is:
runemacs -Q
C-x C-f <% <RET> => "(New file)"
; type some text
C-x k <RET> => "Buffer <% modified; kill anyway? (yes or no)"
yes <RET>
and the buffer is deleted.
Juanma
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#8661
; Package
emacs
.
(Thu, 12 May 2011 17:32:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 8661 <at> debbugs.gnu.org (full text, mbox):
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Thu, 12 May 2011 13:53:47 +0200
> Cc: 8661 <at> debbugs.gnu.org
>
> On Thu, May 12, 2011 at 11:20, Le Wang <l26wang <at> gmail.com> wrote:
>
> > 1. runemacs -Q
> > 2. <C-x f> <%
> > 3. type some text into new document
> > 4.<C-x k>
> >
> > error: "kill-buffer: Not enough arguments for format string"
> >
> > I'm using window native CVS build from early 2011.
>
> With the current trunk, what I see is:
>
> runemacs -Q
> C-x C-f <% <RET> => "(New file)"
> ; type some text
> C-x k <RET> => "Buffer <% modified; kill anyway? (yes or no)"
> yes <RET>
>
> and the buffer is deleted.
And I see the same with Emacs 23.3, the latest released version.
So I guess we can close this bug, unless Le Wang shows us how to
reproduce this in the latest versions.
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#8661
; Package
emacs
.
(Sat, 14 May 2011 16:10:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 8661 <at> debbugs.gnu.org (full text, mbox):
On Fri, May 13, 2011 at 1:29 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> From: Juanma Barranquero <lekktu <at> gmail.com>
>> Date: Thu, 12 May 2011 13:53:47 +0200
>> Cc: 8661 <at> debbugs.gnu.org
>>
>> On Thu, May 12, 2011 at 11:20, Le Wang <l26wang <at> gmail.com> wrote:
>>
>> > 1. runemacs -Q
>> > 2. <C-x f> <%
>> > 3. type some text into new document
>> > 4.<C-x k>
>> >
>> > error: "kill-buffer: Not enough arguments for format string"
>> >
>> > I'm using window native CVS build from early 2011.
>>
>> With the current trunk, what I see is:
>>
>> runemacs -Q
>> C-x C-f <% <RET> => "(New file)"
>> ; type some text
>> C-x k <RET> => "Buffer <% modified; kill anyway? (yes or no)"
>> yes <RET>
>>
>> and the buffer is deleted.
>
> And I see the same with Emacs 23.3, the latest released version.
>
> So I guess we can close this bug, unless Le Wang shows us how to
> reproduce this in the latest versions.
>
You're both right. I upgraded to NTEmacs 2011/4/11 build, and can't
repro it any more. Emacs 23.2.1. can't repro either. Seems it was
transient in the trunk.
Please close the bug.
--
Le
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sat, 14 May 2011 16:33:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Le Wang <l26wang <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 14 May 2011 16:33:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 8661-done <at> debbugs.gnu.org (full text, mbox):
> Date: Sun, 15 May 2011 00:09:41 +0800
> From: Le Wang <l26wang <at> gmail.com>
> Cc: Juanma Barranquero <lekktu <at> gmail.com>, 8661 <at> debbugs.gnu.org
>
> You're both right. I upgraded to NTEmacs 2011/4/11 build, and can't
> repro it any more. Emacs 23.2.1. can't repro either. Seems it was
> transient in the trunk.
>
> Please close the bug.
Done.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 12 Jun 2011 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.