diff options
| author | Michael Albinus | 2016-11-15 20:50:49 +0100 |
|---|---|---|
| committer | Michael Albinus | 2016-11-15 20:50:49 +0100 |
| commit | 024d5b0c41aa9963f87c50372ecca2c3883918bb (patch) | |
| tree | 461e9af0f53620da45a6e7d2b431b180ea5aa36d /doc | |
| parent | 8663fad0a70e60e130ae4cd0529ead66fbad2250 (diff) | |
| download | emacs-024d5b0c41aa9963f87c50372ecca2c3883918bb.tar.gz emacs-024d5b0c41aa9963f87c50372ecca2c3883918bb.zip | |
Implement file name handler for `file-name-case-insensitive-p'
* doc/lispref/files.texi (Truenames): `file-name-case-insensitive-p'
is also applicable for remote hosts.
* lisp/net/tramp.el (tramp-methods): Improve docstring.
(tramp-file-name-for-operation): Add `file-name-case-insensitive-p'.
(tramp-handle-file-name-case-insensitive-p): New defun.
* lisp/net/tramp-smb.el (tramp-methods) <smb>:
Add `tramp-case-insensitive' entry.
* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist)
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
* lisp/net/tramp-sh.el (tramp-sh-file-name-handler-alist)
* lisp/net/tramp-smb.el (tramp-smb-file-name-handler-alist)
<file-name-case-insensitive-p>: Add handler. (Bug#22300, Bug#24441)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/files.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 70c7177e064..e189da9fbe2 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -1154,7 +1154,9 @@ on Mac OS X. | |||
| 1154 | Currently this function always returns @code{nil} on platforms other | 1154 | Currently this function always returns @code{nil} on platforms other |
| 1155 | than MS-DOS, MS-Windows, Cygwin, and Mac OS X. It does not detect | 1155 | than MS-DOS, MS-Windows, Cygwin, and Mac OS X. It does not detect |
| 1156 | case-insensitivity of mounted filesystems, such as Samba shares or | 1156 | case-insensitivity of mounted filesystems, such as Samba shares or |
| 1157 | NFS-mounted Windows volumes. | 1157 | NFS-mounted Windows volumes. On remote hosts, it assumes @code{t} for |
| 1158 | the @samp{smb} method. For all other connection methods, runtime | ||
| 1159 | tests are performed. | ||
| 1158 | @end defun | 1160 | @end defun |
| 1159 | 1161 | ||
| 1160 | @defun file-in-directory-p file dir | 1162 | @defun file-in-directory-p file dir |