From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "pluskid" Newsgroups: gmane.emacs.help Subject: Re: Problem using TRAMP with zsh Date: 3 Sep 2006 04:35:24 -0700 Organization: http://groups.google.com Message-ID: <1157283324.395565.200720@74g2000cwt.googlegroups.com> References: <1157122742.806264.101920@i42g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1157283620 1719 80.91.229.2 (3 Sep 2006 11:40:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Sep 2006 11:40:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 03 13:40:19 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJqKo-0003y4-UK for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Sep 2006 13:40:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJqKo-000244-H0 for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Sep 2006 07:40:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!74g2000cwt.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 220.191.11.219 Original-X-Trace: posting.google.com 1157283329 29423 127.0.0.1 (3 Sep 2006 11:35:29 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 3 Sep 2006 11:35:29 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060820 SeaMonkey/1.5a,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 74g2000cwt.googlegroups.com; posting-host=220.191.11.219; posting-account=QCMeKA0AAAB5gY7VkXtHWBzafqLulDkU Original-Xref: shelby.stanford.edu gnu.emacs.help:141514 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37135 Archived-At: Thank you very much, Michael! I'm new to zsh and I've solved the problem after disabling zle when $TERM is dumb. I think I can google for zsh's left-hand side and right-hand side prompt for more information now. Thanks again! Best regards, pluskid. Michael Albinus wrote: > "pluskid" writes: > > > Hello everyone! I have problem using TRAMP. When my login shell is > > bash, I can use it happily. But when I change my login shell to zsh > > these days, Emacs hangs when I'm trying to open file with `sudo' > > method using TRAMP. > > >From recent Tramp documentation: > > 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 `~/.zshrc' the following command: > > [ $TERM = "dumb" ] && unsetopt zle > > Best regards, Michael.