GNU bug report logs -
#78715
save-some-buffers cannot deal %-sequences in filenames
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 08 Jun 2025 07:43:09 +0300
with message-id <86h60qhmhu.fsf <at> gnu.org>
and subject line Re: bug#78715: save-some-buffers cannot deal %-sequences in filenames
has caused the debbugs.gnu.org bug report #78715,
regarding save-some-buffers cannot deal %-sequences in filenames
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78715: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78715
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello
`save-some-buffers' errors when it encounters a filename that
contains a %-sequence:
Debugger entered--Lisp error: (error "Not enough arguments for format string")
(message #("Save file /tmp/%i;%I? (y, n, !, ., q, M-~, C-r, C-f, d or C-h) " ...))
(map-y-or-n-p #f(lambda (buffer) [(queried t) (arg nil)] ...))
...
(save-some-buffers nil)
Cheers,
Jonas
[Message part 3 (message/rfc822, inline)]
> From: Jonas Bernoulli <jonas <at> bernoul.li>
> Cc: 78715 <at> debbugs.gnu.org
> Date: Sun, 08 Jun 2025 01:20:36 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> Date: Sat, 07 Jun 2025 14:56:13 +0200
> >> From: Jonas Bernoulli via "Bug reports for GNU Emacs,
> >> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> >>
> >> Hello
> >>
> >> `save-some-buffers' errors when it encounters a filename that
> >> contains a %-sequence:
> >>
> >> Debugger entered--Lisp error: (error "Not enough arguments for format string")
> >> (message #("Save file /tmp/%i;%I? (y, n, !, ., q, M-~, C-r, C-f, d or C-h) " ...))
> >> (map-y-or-n-p #f(lambda (buffer) [(queried t) (arg nil)] ...))
> >> ...
> >> (save-some-buffers nil)
> >
> > Thanks, should be fixed now on the master branch.
>
> I can confirm that this is fixed.
Thanks, I'm therefore closing this bug.
> (And by using % in the subject of a mail, I discovered that I had to fix
> the same defect in one of own packages and also in my personal value for
> frame-title-format. ;P )
;-)
This bug report was last modified 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.