mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* doc/misc/trampver.texi: * lisp/net/trampver.el (tramp-version): Adapt Tramp versions. * lisp/net/tramp-cmds.el (tramp-cleanup-connection): Use read syntax #' for `tramp-timeout-session', * lisp/net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): * lisp/net/tramp-rclone.el (tramp-rclone-maybe-open-connection): Set "connected" property in time. * lisp/net/tramp-sh.el (tramp-timeout-session): Add ;;;###tramp-autoload cookie. * lisp/net/tramp.el (tramp-barf-if-file-missing): Do not raise an error when not connected. (Bug#78572) (tramp-file-name-handler): Do not force the backtrace. (tramp-connectable-p): Check also, whether initial handshake is finished. (tramp-skeleton-directory-files) (tramp-skeleton-directory-files-and-attributes) (tramp-skeleton-set-file-modes-times-uid-gid): Rearrange sending `file-missing' error. (tramp-handle-access-file, tramp-handle-unlock-file): Use `tramp-connectable-p'. (tramp-skeleton-file-name-all-completions): Filter out "" hits. (Bug#79173) * test/lisp/net/tramp-tests.el (project-mode-line-format) (project-mode-line): Declare. (tramp-test48-session-timeout): New test. (tramp-test49-auto-load, tramp-test49-delay-load) (tramp-test49-recursive-load, tramp-test49-remote-load-path) (tramp-test50-without-remote-files, tramp-test51-unload): Rename.
67 lines
1.8 KiB
Text
67 lines
1.8 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--2025 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.4-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
|