mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
115908469d
* doc/misc/tramp.texi (Obtaining @value{tramp}): Mention the ELPA Tramp manual. (Remote processes): Adapt index. * doc/misc/trampver.texi: * lisp/net/trampver.el (tramp-version): Set to "2.6.3-pre". * lisp/net/tramp.el (tramp-local-host-regexp): Extend. Adapt :version. (tramp-signal-process): PROCESS can also be a string. (tramp-skeleton-directory-files): * lisp/net/tramp-cache.el (with-tramp-saved-file-property) (with-tramp-saved-file-properties) (with-tramp-saved-connection-property) (with-tramp-saved-connection-properties): Use `setf' but `setq' in macro. * lisp/net/tramp-compat.el (tramp-compat-funcall): Declare debug. * lisp/net/tramp-crypt.el (tramp-crypt-file-name-p): Exclude lock files. (tramp-crypt-file-name-handler-alist): Use `identity' for `abbreviate-file-name'. (tramp-crypt-add-directory, tramp-crypt-remove-directory): Adapt docstrings. (tramp-crypt-cleanup-connection): New defun. Add it to `tramp-cleanup-connection-hook' * lisp/net/tramp.el (tramp-skeleton-file-name-all-completions): Handle "." and "..". * lisp/net/tramp-adb.el (tramp-adb-handle-file-name-all-completions): * lisp/net/tramp-fuse.el (tramp-fuse-handle-file-name-all-completions): * lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-name-all-completions): Remove special handling of "." an "..". * lisp/net/tramp-sh.el (tramp-pipe-stty-settings): New defcustom. (tramp-sh-handle-make-process): Use it. (Bug#62093) * test/lisp/net/tramp-tests.el (tramp-test18-file-attributes): Adapt test. (tramp-test31-signal-process): Extend.
68 lines
1.8 KiB
Plaintext
68 lines
1.8 KiB
Plaintext
@c -*-texinfo-*-
|
|
@c texi/trampver.texi. Generated from trampver.texi.in by configure.
|
|
|
|
@c This is part of the Emacs manual.
|
|
@c Copyright (C) 2003--2024 Free Software Foundation, Inc.
|
|
@c See file doclicense.texi for copying conditions.
|
|
|
|
@c In the Tramp GIT, the version number and the bug report address
|
|
@c are auto-frobbed from configure.ac.
|
|
@set trampver 2.7.1-pre
|
|
@set trampurl https://www.gnu.org/software/tramp/
|
|
@set tramp-bug-report-address tramp-devel@@gnu.org
|
|
@set emacsver 27.1
|
|
|
|
@c Other flags from configuration.
|
|
@set instprefix /usr/local
|
|
@set lispdir /usr/local/share/emacs/site-lisp
|
|
@set infodir /usr/local/share/info
|
|
|
|
@c Formatting of the tramp program name consistent.
|
|
@ifplaintext
|
|
@set tramp Tramp
|
|
@end ifplaintext
|
|
@ifnotplaintext
|
|
@set tramp @sc{Tramp}
|
|
@end ifnotplaintext
|
|
|
|
@c Some flags which define the remote file name syntax.
|
|
@ifclear unified
|
|
@ifclear separate
|
|
@set unified
|
|
@end ifclear
|
|
@end ifclear
|
|
|
|
@ifset unified
|
|
@set prefix /
|
|
@set prefixwithspace /
|
|
@set prefixhop
|
|
@set postfix :
|
|
@set postfixhop :
|
|
@set ipv6prefix [
|
|
@set ipv6postfix ]
|
|
@end ifset
|
|
|
|
@ifset separate
|
|
@set prefix /[
|
|
@set prefixwithspace / [
|
|
@set prefixhop [
|
|
@set postfix ]
|
|
@set postfixhop /
|
|
@set ipv6prefix
|
|
@set ipv6postfix
|
|
@end ifset
|
|
|
|
@c Macro for formatting a file name according to the respective
|
|
@c syntax. trampver.texi is included several times in tramp.texi and
|
|
@c trampinst.texi. Redefining the macro is reported as warning for
|
|
@c creating the dvi and pdf files, so we declare the macro only the
|
|
@c first time this file is included.
|
|
@ifclear trampfndefined
|
|
@set trampfndefined
|
|
@macro trampfn {method, userhost, localname}
|
|
@value{prefix}@c
|
|
\method\@value{postfixhop}@c
|
|
\userhost\@value{postfix}\localname\
|
|
@end macro
|
|
@end ifclear
|