[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/tramp.texi,v
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] Changes to emacs/man/tramp.texi,v |
Date: |
Mon, 28 May 2007 10:33:00 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Michael Albinus <albinus> 07/05/28 10:32:54
Index: man/tramp.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/tramp.texi,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- man/tramp.texi 15 Apr 2007 20:57:15 -0000 1.52
+++ man/tramp.texi 28 May 2007 10:32:53 -0000 1.53
@@ -2051,7 +2051,11 @@
A special problem is the zsh, which uses left-hand side and right-hand
side prompts in parallel. Therefore, it is necessary to disable the
zsh line editor on the remote host. You shall add to @file{~/.zshrc}
-the following command: @command{[ $TERM = "dumb" ] && unsetopt zle}.
+the following command:
+
address@hidden
+[ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
address@hidden example
@item
@value{tramp} doesn't transfer strings with more than 500 characters
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/man/tramp.texi,v,
Michael Albinus <=