Tramp cleanup
* doc/misc/tramp.texi: Use @value{tramp} where appropriate. * doc/misc/trampver.texi: Change "Tramp" format ifplaintext. * lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist): Ignore `memory-info'.
This commit is contained in:
parent
067c65578e
commit
079625d3c6
3 changed files with 15 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
||||||
\input texinfo @c -*- mode: texinfo; coding: utf-8 -*-
|
\input texinfo @c -*- mode: texinfo; coding: utf-8 -*-
|
||||||
@setfilename ../../info/tramp.info
|
@setfilename ../info/tramp
|
||||||
@c %**start of header
|
@c %**start of header
|
||||||
@include docstyle.texi
|
@include docstyle.texi
|
||||||
@c In the Tramp GIT, the version number is auto-frobbed from tramp.el,
|
@c In the Tramp GIT, the version number and the bug report address
|
||||||
@c and the bug report address is auto-frobbed from configure.ac.
|
@c are auto-frobbed from configure.ac.
|
||||||
@include trampver.texi
|
@include trampver.texi
|
||||||
@settitle @value{tramp} @value{trampver} User Manual
|
@settitle @value{tramp} @value{trampver} User Manual
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
|
@ -3659,9 +3659,9 @@ directory:
|
||||||
@end group
|
@end group
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
Since Tramp cannot know in advance which share directory is intended
|
Since @value{tramp} cannot know in advance which share directory is
|
||||||
to use, this expansion can be applied only when a share directory has
|
intended to use, this expansion can be applied only when a share
|
||||||
been used already.
|
directory has been used already.
|
||||||
|
|
||||||
The methods @option{adb}, @option{rclone} and @option{sshfs} do not
|
The methods @option{adb}, @option{rclone} and @option{sshfs} do not
|
||||||
support home directory expansion at all. However, @value{tramp} keeps
|
support home directory expansion at all. However, @value{tramp} keeps
|
||||||
|
@ -4398,7 +4398,7 @@ specifies the target to be applied for renaming buffer file names from
|
||||||
source via @code{tramp-rename-files}. @code{source} is a regular
|
source via @code{tramp-rename-files}. @code{source} is a regular
|
||||||
expressions, which matches a remote file name. @code{target} must be
|
expressions, which matches a remote file name. @code{target} must be
|
||||||
a directory name, which could be remote (including remote directories
|
a directory name, which could be remote (including remote directories
|
||||||
Tramp infers by default, such as @samp{@trampfn{method,user@@host,}}).
|
@value{tramp} infers by default, such as @samp{@trampfn{method,user@@host,}}).
|
||||||
|
|
||||||
@code{target} can contain the patterns @code{%m}, @code{%u} or
|
@code{target} can contain the patterns @code{%m}, @code{%u} or
|
||||||
@code{%h}, which are replaced by the method name, user name or host
|
@code{%h}, which are replaced by the method name, user name or host
|
||||||
|
|
|
@ -5,9 +5,8 @@
|
||||||
@c Copyright (C) 2003--2022 Free Software Foundation, Inc.
|
@c Copyright (C) 2003--2022 Free Software Foundation, Inc.
|
||||||
@c See file doclicense.texi for copying conditions.
|
@c See file doclicense.texi for copying conditions.
|
||||||
|
|
||||||
@c In the Tramp GIT, the version numbers are auto-frobbed from
|
@c In the Tramp GIT, the version number and the bug report address
|
||||||
@c tramp.el, and the bug report address is auto-frobbed from
|
@c are auto-frobbed from configure.ac.
|
||||||
@c configure.ac.
|
|
||||||
@set trampver 2.6.0-pre
|
@set trampver 2.6.0-pre
|
||||||
@set trampurl https://www.gnu.org/software/tramp/
|
@set trampurl https://www.gnu.org/software/tramp/
|
||||||
@set tramp-bug-report-address tramp-devel@@gnu.org
|
@set tramp-bug-report-address tramp-devel@@gnu.org
|
||||||
|
@ -19,7 +18,12 @@
|
||||||
@set infodir /usr/local/share/info
|
@set infodir /usr/local/share/info
|
||||||
|
|
||||||
@c Formatting of the tramp program name consistent.
|
@c Formatting of the tramp program name consistent.
|
||||||
|
@ifplaintext
|
||||||
|
@set tramp Tramp
|
||||||
|
@end ifplaintext
|
||||||
|
@ifnotplaintext
|
||||||
@set tramp @sc{Tramp}
|
@set tramp @sc{Tramp}
|
||||||
|
@end ifnotplaintext
|
||||||
|
|
||||||
@c Some flags which define the remote file name syntax.
|
@c Some flags which define the remote file name syntax.
|
||||||
@ifclear unified
|
@ifclear unified
|
||||||
|
|
|
@ -297,7 +297,7 @@ It must be supported by libarchive(3).")
|
||||||
(make-nearby-temp-file . tramp-handle-make-nearby-temp-file)
|
(make-nearby-temp-file . tramp-handle-make-nearby-temp-file)
|
||||||
(make-process . ignore)
|
(make-process . ignore)
|
||||||
(make-symbolic-link . tramp-archive-handle-not-implemented)
|
(make-symbolic-link . tramp-archive-handle-not-implemented)
|
||||||
;; `memory-info' performed by default handler.
|
(memory-info . ignore)
|
||||||
(process-attributes . ignore)
|
(process-attributes . ignore)
|
||||||
(process-file . ignore)
|
(process-file . ignore)
|
||||||
(rename-file . tramp-archive-handle-not-implemented)
|
(rename-file . tramp-archive-handle-not-implemented)
|
||||||
|
|
Loading…
Add table
Reference in a new issue