all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* accept more version names in file-name-sans-versions
@ 2007-09-20  1:14 Dan Nicolaescu
  2007-09-20  8:52 ` Juri Linkov
  0 siblings, 1 reply; 15+ messages in thread
From: Dan Nicolaescu @ 2007-09-20  1:14 UTC (permalink / raw)
  To: emacs-devel


For a file file.c managed by git doing
C-u C-x v = master RET

will create the buffer file.c.~master~ with the major-mode
fundamental-mode not c-mode.

The reason is that file-name-sans-versions only looks for revision
names matching ".~[0-9.]+~", so .~master~ does not match. 

Any reason not to add a-z to that regexp?

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

end of thread, other threads:[~2007-09-24 18:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20  1:14 accept more version names in file-name-sans-versions Dan Nicolaescu
2007-09-20  8:52 ` Juri Linkov
2007-09-22  2:14   ` Dan Nicolaescu
2007-09-22  8:52     ` Andreas Schwab
2007-09-22 15:48       ` Richard Stallman
2007-09-22 16:00         ` Andreas Schwab
2007-09-23 15:05           ` Richard Stallman
2007-09-23 16:11             ` Andreas Schwab
2007-09-24 18:20               ` Richard Stallman
2007-09-22 16:20         ` Dan Nicolaescu
2007-09-22 16:31           ` Michaël Cadilhac
2007-09-22 17:52             ` Dan Nicolaescu
2007-09-22 20:02             ` Stefan Monnier
2007-09-22 20:04             ` Stefan Monnier
2007-09-23 16:14               ` Dan Nicolaescu

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.