Fix Bug#6019, Bug#9315.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 12 Oct 2011 18:32:35 +0000 (20:32 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 12 Oct 2011 18:32:35 +0000 (20:32 +0200)
commit28dbc92f2ca5d862a9e517dca1ff11a4396b12f8
tree9060be635cd80fd582b9da60ee3a3f71df56babb
parente1a3f5b1c846da7e304db52d81d011c875cbdd8e
Fix Bug#6019, Bug#9315.

* files.el (set-auto-mode): Call `file-name-sans-versions' for the
complete `buffer-file-name', the local file name part could look
remotely (for example on VMS).

* net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
`tramp-run-real-handler'.
(ange-ftp-fix-name-for-vms): Handle the case, where `name' is
already quoted by '"'.

* net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
Let `file-name-handler-alist' be nil, the local file name part
could look remotely (for example on VMS).
lisp/ChangeLog
lisp/files.el
lisp/net/ange-ftp.el
lisp/net/tramp.el