unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#8661: `kill-buffer' can't handle "<%" as file name
@ 2011-05-12  9:20 Le Wang
  2011-05-12 11:53 ` Juanma Barranquero
  0 siblings, 1 reply; 5+ messages in thread
From: Le Wang @ 2011-05-12  9:20 UTC (permalink / raw)
  To: 8661

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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8661: `kill-buffer' can't handle "<%" as file name
  2011-05-12  9:20 bug#8661: `kill-buffer' can't handle "<%" as file name Le Wang
@ 2011-05-12 11:53 ` Juanma Barranquero
  2011-05-12 17:29   ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Juanma Barranquero @ 2011-05-12 11:53 UTC (permalink / raw)
  To: Le Wang; +Cc: 8661

On Thu, May 12, 2011 at 11:20, Le Wang <l26wang@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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8661: `kill-buffer' can't handle "<%" as file name
  2011-05-12 11:53 ` Juanma Barranquero
@ 2011-05-12 17:29   ` Eli Zaretskii
  2011-05-14 16:09     ` Le Wang
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2011-05-12 17:29 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 8661, l26wang

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Thu, 12 May 2011 13:53:47 +0200
> Cc: 8661@debbugs.gnu.org
> 
> On Thu, May 12, 2011 at 11:20, Le Wang <l26wang@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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8661: `kill-buffer' can't handle "<%" as file name
  2011-05-12 17:29   ` Eli Zaretskii
@ 2011-05-14 16:09     ` Le Wang
  2011-05-14 16:31       ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Le Wang @ 2011-05-14 16:09 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Juanma Barranquero, 8661

On Fri, May 13, 2011 at 1:29 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Juanma Barranquero <lekktu@gmail.com>
>> Date: Thu, 12 May 2011 13:53:47 +0200
>> Cc: 8661@debbugs.gnu.org
>>
>> On Thu, May 12, 2011 at 11:20, Le Wang <l26wang@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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8661: `kill-buffer' can't handle "<%" as file name
  2011-05-14 16:09     ` Le Wang
@ 2011-05-14 16:31       ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2011-05-14 16:31 UTC (permalink / raw)
  To: Le Wang; +Cc: lekktu, 8661-done

> Date: Sun, 15 May 2011 00:09:41 +0800
> From: Le Wang <l26wang@gmail.com>
> Cc: Juanma Barranquero <lekktu@gmail.com>, 8661@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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-14 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-12  9:20 bug#8661: `kill-buffer' can't handle "<%" as file name Le Wang
2011-05-12 11:53 ` Juanma Barranquero
2011-05-12 17:29   ` Eli Zaretskii
2011-05-14 16:09     ` Le Wang
2011-05-14 16:31       ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).