From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Uday S Reddy <u.s.reddy@cs.bham.ac.uk>
Cc: 8399@debbugs.gnu.org
Subject: bug#8399: 23.3; save-some-buffers ignores buffer names
Date: Thu, 31 Mar 2011 21:01:05 -0400 [thread overview]
Message-ID: <jwvd3l67pr0.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <83y63vm0v4.fsf@cs.bham.ac.uk> (Uday S. Reddy's message of "Thu, 31 Mar 2011 22:33:19 +0100")
> The attached patch (on Emacs-23 head) modifies the dialogue so that
> file-names are used in the dialogue only when they coincide with the
> buffer names. Otherwise, buffer names are used preferentially.
I think the file-name is only useful when you have buffer "file",
"file<2>", "file<3>", ... so your check is going in the right direction
but it should also use file-name when the buffer name matches
(concat "\\<" (regexp-quote (file-name-nondirectory buffer-file-name))
"<[0-9]+>\\'"), and it should never use file-names when uniquify
is used.
IMNSHO,
Stefan
next prev parent reply other threads:[~2011-04-01 1:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-31 21:33 bug#8399: 23.3; save-some-buffers ignores buffer names Uday S Reddy
2011-04-01 1:01 ` Stefan Monnier [this message]
2011-04-01 8:39 ` Uday S Reddy
2011-04-01 14:53 ` Stefan Monnier
2020-08-25 13:29 ` Lars Ingebrigtsen
2020-08-25 14:01 ` Stefan Monnier
2020-08-25 14:05 ` Stefan Monnier
2020-08-25 14:47 ` Lars Ingebrigtsen
2020-08-25 14:42 ` Eli Zaretskii
2020-08-25 14:48 ` Lars Ingebrigtsen
2020-08-25 15:01 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvd3l67pr0.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=8399@debbugs.gnu.org \
--cc=u.s.reddy@cs.bham.ac.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).