|
From: | Michael Albinus |
Subject: | Re: tramp (2.1.8-pre); can't connect to remote Solaris or Linux system running zsh |
Date: | Tue, 20 Feb 2007 21:50:41 +0100 |
User-agent: | Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux) |
Ted Zlatanov <address@hidden> writes: > Here's what I have in .zshrc now (to be sure the dumb terminal > detection is working): > > echo Using terminal $TERM > # same as unsetopt zle > [ $TERM = "dumb" ] && setopt NO_zle && echo zle off > > Which produces in the ssh buffer: > > Last login: Tue Feb 20 15:36:29 2007 from dhcp-65-302.ken > Using terminal dumb > zle off > %Z 15:40 [<tzlatano>@prod-perf-db01: /u0/tzlatano]% ... but you see in your prompt that the zle is still enabled. I'm not familiar with zsh, but you might need to apply "unsetopt zle" as indicated in the FAQ. > Thanks! > Ted Best regards, Michael.
[Prev in Thread] | Current Thread | [Next in Thread] |