emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

find-file-name-handler and file-name-sans-versions


From: Glenn Morris
Subject: find-file-name-handler and file-name-sans-versions
Date: Sun, 10 Feb 2008 22:54:32 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Would it be a good idea for find-file-name-handler to process FILENAME
with file-name-sans-versions before looking for a match?

(find-file-name-handler "1.pbm" nil)      -> image-file-handler
(find-file-name-handler "1.pbm.~" nil)    -> nil

I can't see that the current behaviour is desirable.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]