| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
`tramp-rfn-eshadow-setup-minibuffer' from
`rfn-eshadow-setup-minibuffer-hook' when unloading.
(tramp-read-passwd): There is only one call to
`auth-source-user-or-password' needed. Pacify byte compiler.
|
| | |
|
| | |
|
| |
|
|
| |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1172
|
| | |
|
| |
|
|
| |
track. Reported by Glenn Morris <rgm@gnu.org>.
|
| |
|
|
|
| |
(tramp-read-passwd): Use it for password, not login.
(tramp-file-name-for-operation): Add `make-temp-name'.
|
| |
|
|
|
| |
(tramp-echo-mark-marker): New defconst.
(tramp-check-for-regexp): Use it.
|
| | |
|
| | |
|
| |
|
|
| |
(dbus-debug): Move declarations outside eval-when-compile.
|
| |
|
|
|
|
| |
(tramp-file-name-handler, tramp-completion-file-name-handler): Use
it.
(tramp-replace-environment-variables): Handle "$$".
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(tramp-handle-file-name-directory)
(tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
(tramp-do-copy-or-rename-file-directly)
(tramp-handle-insert-directory, tramp-handle-expand-file-name)
(tramp-handle-substitute-in-file-name)
(tramp-handle-insert-file-contents, tramp-handle-write-region)
* net/tramp-cache.el (tramp-get-file-property)
(tramp-set-file-property, tramp-flush-file-property)
(tramp-flush-directory-property)
* net/tramp-cpmpat.el (tramp-compat-make-temp-file)
* net/tramp-fish.el (tramp-fish-handle-expand-file-name): Disable
`file-name-handler-alist' when handling localname. It could have
a remote file syntax, like a VMS file name.
|
| |
|
|
|
| |
(tramp-handle-substitute-in-file-name, tramp-file-name-handler):
Use it.
|
| |
|
|
| |
%s. Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
|
| | |
|
| |
|
|
|
|
|
| |
(goto-address-unfontify): New function.
(goto-address-fontify): Use it. Respect goto-address-prog-mode.
(goto-address-fontify-region, goto-address-mode)
(goto-address-prog-mode): New functions.
|
| |
|
|
| |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
|
| | |
|
| |
|
|
| |
defcustoms not in dumped files before the associated defcustom.
|
| | |
|
| |
|
|
|
|
| |
defun.
(tramp-handle-insert-file-contents, tramp-handle-write-region):
Use it.
|
| | |
|
| |
|
|
| |
"pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
|
| |
|
|
| |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1110
|
| |
|
|
|
|
|
|
|
|
| |
* term.el (terminal-signal-menu): Add :help.
* net/eudc.el (eudc-mode-map): Declare and define in one step.
(eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
* emacs-lisp/re-builder.el (reb-mode-map):
* textmodes/nroff-mode.el (nroff-mode-map): Add menus.
|
| |
|
|
| |
tramp-register-completion-file-name-handler.
|
| | |
|
| |
|
|
| |
`tramp-drop-volume-letter' for the local file name part.
|
| |
|
|
| |
overwriting when NEWNAME is a local file.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
(tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
It does not exist under XEmacs.
(tramp-handle-file-truename, tramp-handle-expand-file-name)
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char'.
|
| | |
|
| | |
|
| |
|
|
| |
`directory-sep-char'.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(tramp-completion-file-name-regexp-separate): Don't insist on
leading "[". This prevents method or user or host completion.
(tramp-let-maybe): Autoload it.
(tramp-drop-volume-letter): Don't autoload. When not on W32, it is
an alias for `identity'.
(tramp-handle-write-region): Protect `last-coding-system-used'
over the trailing statements.
(tramp-completion-file-name-handler-post-function): Removed.
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char' instead of calling
`tramp-drop-volume-letter'.
(top): Move coding cookie at the end.
|
| |
|
|
| |
elements which may be something else than characters.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(tramp-completion-file-name-regexp-unified)
(tramp-completion-file-name-regexp-separate)
(tramp-completion-file-name-regexp-url): Use it.
(tramp-do-copy-or-rename-file-via-buffer): Set
`enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
t for `insert-file-contents-literally'.
(tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
Autoload it.
(tramp-completion-file-name-handler-post-function): New defconst.
(tramp-completion-file-name-handler): Use it.
(tramp-maybe-open-connection): Update calls to
`tramp-flush-connection-property' for removed 2nd argument.
|
| | |
|
| | |
|
| |
|
|
| |
Use set-buffer-multibyte rather than set default-enable-multibyte-characters.
|