1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00

Mention tramp-hlo in Tramp's documentation

* doc/misc/tramp.texi (Frequently Asked Questions)
(New operations): Mention tramp-hlo, again.
This commit is contained in:
Michael Albinus 2025-12-13 17:58:50 +01:00
parent 7089c1fd69
commit 223dffabd8

View file

@ -5522,12 +5522,12 @@ Disable excessive traces. Set @code{tramp-verbose} to 3 or lower,
default being 3. Increase trace levels temporarily when hunting for
bugs.
@c @item
@c Use a package with @value{tramp} specific implementation of high-level
@c operations. For example, the GNU ELPA package @file{tramp-hlo}
@c implements specialized versions of @code{dir-locals--all-files},
@c @code{locate-dominating-file} and @code{dir-locals-find-file} for
@c @value{tramp}'s @code{tramp-sh} backend (@pxref{New operations}).
@item
Use a package with @value{tramp} specific implementation of high-level
operations. For example, the GNU ELPA package @file{tramp-hlo}
implements specialized versions of @code{dir-locals--all-files},
@code{locate-dominating-file} and @code{dir-locals-find-file} for
@value{tramp}'s @code{tramp-sh} backend (@pxref{New operations}).
@end itemize
@ -6877,6 +6877,12 @@ Shell scripts intended for the @code{tramp-sh} backend are used as a
format string. They must observe the restrictions for format
specifiers, as documented in @code{tramp-expand-script}.
An example implementing this mechanism is the GNU ELPA package
@file{tramp-hlo}. It implements specialized versions of
@code{dir-locals--all-files}, @code{locate-dominating-file} and
@code{dir-locals-find-file} for @value{tramp}'s @code{tramp-sh}
backend.
@node Traces and Profiles
@chapter How to Customize Traces