mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
* doc/misc/tramp.texi (Firewalls, Remote processes) (Frequently Asked Questions): Add @vindex. (Predefined connection information): Precise precondition or direct async processes. (Remote shell setup): Ban ssh RemoteCommand option. (Frequently Asked Questions): Adapt quoting. * doc/misc/trampver.texi: * lisp/net/trampver.el: Change version to "2.5.1-pre". * lisp/net/tramp-adb.el (tramp-methods) <adb>: Add `tramp-direct-async' parameter. (tramp-adb-handle-make-process): Adapt docstring. * lisp/net/tramp-sh.el (tramp-methods) <scp, scpx, rsync, ssh, sshx>: Add `tramp-direct-async' parameter. (tramp-sh-handle-insert-directory): Simplify merkers. (tramp-sh-handle-make-process): Adapt docstring. * lisp/net/tramp.el (tramp-methods): Adapt docstring. (tramp-debug-message): Suppress lockfiles. (tramp-test-message): New defun. (tramp-direct-async-process-p): Check also for `tramp-direct-async'. (tramp-handle-make-process): Do not check for `tramp-direct-async-args'. * test/lisp/net/tramp-tests.el (all): Replace `string-match' by `string-match-p'. (dired-copy-dereference): Declare. (tramp-test-temporary-file-directory): Remove `tramp-direct-async-args` for mock method. (tramp-test15-copy-directory, tramp-test40-special-characters) (tramp-test40-special-characters-with-stat) (tramp-test40-special-characters-with-perl) (tramp-test40-special-characters-with-ls, tramp-test41-utf8) (tramp-test41-utf8-with-stat, tramp-test41-utf8-with-perl) (tramp-test41-utf8-with-ls): Skip for tramp-rclone.el. (tramp--test--deftest-direct-async-process): Do not skip for mock method. (tramp-test32-shell-command): Adapt test for direct async processes. (tramp-test36-vc-registered, tramp--test-hpux-p, tramp--test-ksh-p): Use `tramp-test-vec'.
63 lines
1.7 KiB
Text
63 lines
1.7 KiB
Text
@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--2021 Free Software Foundation, Inc.
|
|
@c See file doclicense.texi for copying conditions.
|
|
|
|
@c In the Tramp GIT, the version numbers are auto-frobbed from
|
|
@c tramp.el, and the bug report address is auto-frobbed from
|
|
@c configure.ac.
|
|
@set trampver 2.5.1-pre
|
|
@set trampurl https://www.gnu.org/software/tramp/
|
|
@set tramp-bug-report-address tramp-devel@@gnu.org
|
|
@set emacsver 25.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.
|
|
@set tramp @sc{Tramp}
|
|
|
|
@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
|