emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 186280f: * doc/misc/tramp.texi (Frequently Asked


From: Michael Albinus
Subject: [Emacs-diffs] emacs-26 186280f: * doc/misc/tramp.texi (Frequently Asked Questions): Adapt zsh example.
Date: Tue, 29 May 2018 13:45:31 -0400 (EDT)

branch: emacs-26
commit 186280fbbc48d3dc2bfa022d11c1c000a1881bd4
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * doc/misc/tramp.texi (Frequently Asked Questions): Adapt zsh example.
---
 doc/misc/tramp.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 4e75b9a..5fc77cd 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3159,6 +3159,11 @@ following line to @file{~/.zshrc}:
 [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
 @end example
 
+This uses the default value of @code{tramp-terminal-type},
address@hidden"dumb"}, as value of the @env{TERM} environment variable.  If
+you want to use another value for @env{TERM}, change
address@hidden accordingly.
+
 When using fish shell on remote hosts, disable fancy formatting by
 adding the following to @file{~/.config/fish/config.fish}:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]