From 223dffabd8f601b70452998c1cf4c845c4ecbf15 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 13 Dec 2025 17:58:50 +0100 Subject: [PATCH] Mention tramp-hlo in Tramp's documentation * doc/misc/tramp.texi (Frequently Asked Questions) (New operations): Mention tramp-hlo, again. --- doc/misc/tramp.texi | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 286f3d42ddb..72f8bde47cf 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -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