diff options
| author | Michael Albinus | 2016-11-20 16:29:47 +0100 |
|---|---|---|
| committer | Michael Albinus | 2016-11-20 16:29:47 +0100 |
| commit | 22946702b4296c0e42e4baf6221e205b52d05cbf (patch) | |
| tree | a81e506e5176351677c8f677e32cde6236d1b070 /etc | |
| parent | 26c45889259682af0fbf05bccf7f084408860125 (diff) | |
| download | emacs-22946702b4296c0e42e4baf6221e205b52d05cbf.tar.gz emacs-22946702b4296c0e42e4baf6221e205b52d05cbf.zip | |
Add file-local-name
* doc/lispref/files.texi (Magic File Names): Add `file-local-name'.
(Unique File Names): Use it.
* etc/NEWS: Mention `file-local-name'.
* lisp/files.el (file-local-name): New defun.
(file-expand-wildcards):
* lisp/eshell/em-tramp.el (eshell/su, eshell/sudo):
* lisp/eshell/esh-ext.el (eshell-remote-command):
* lisp/eshell/esh-proc.el (eshell-gather-process-output):
* lisp/org/ob-core.el (org-babel-local-file-name):
* lisp/progmodes/gud.el (gud-common-init, gud-format-command):
* lisp/progmodes/python.el (python-shell-send-file):
* lisp/shell.el (shell):
* lisp/vc/ediff-diff.el (ediff-same-file-contents):
* lisp/vc/vc-git.el (vc-git-checkin): Use it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -700,6 +700,10 @@ collection). | |||
| 700 | can be used for creation of temporary files of remote or mounted directories. | 700 | can be used for creation of temporary files of remote or mounted directories. |
| 701 | 701 | ||
| 702 | +++ | 702 | +++ |
| 703 | ** The new function 'file-local-name' can be used to specify arguments | ||
| 704 | of remote processes. | ||
| 705 | |||
| 706 | +++ | ||
| 703 | ** The new error 'file-missing', a subcategory of 'file-error', is now | 707 | ** The new error 'file-missing', a subcategory of 'file-error', is now |
| 704 | signaled instead of 'file-error' if a file operation acts on a file | 708 | signaled instead of 'file-error' if a file operation acts on a file |
| 705 | that does not exist. | 709 | that does not exist. |