From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.help Subject: Re: Two tramp questions Date: Wed, 24 Oct 2007 20:44:01 +0200 Organization: LiteraturLateNight Message-ID: <87prz4ic9a.fsf@literaturlatenight.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193254843 26759 80.91.229.12 (24 Oct 2007 19:40:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2007 19:40:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 24 21:40:42 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ikm5n-0000SX-Kp for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 21:40:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ikm5f-0003yh-5V for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 15:40:31 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!feeder.news-service.com!feeder.news-service.com!newsfeed.kamp.net!newsfeed.kamp.net!news.osn.de!diablo2.news.osn.de!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: p57b939b5.dip0.t-ipconnect.de Original-X-Trace: online.de 1193251413 8104 87.185.57.181 (24 Oct 2007 18:43:33 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Wed, 24 Oct 2007 18:43:33 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:hfhF9BYte6AHkeT0XoezwJfr+v4= Original-Xref: shelby.stanford.edu gnu.emacs.help:153283 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:48773 Archived-At: "Drew Adams" writes: >> > I use tramp to edit remote or root files. Although I've read >> > tramp works well with ido-mode I don't understand it. If ido (or >> > icicles) is enabled the moment I start typing '/ssh:...' into >> > the the minibuffer a tramp process is started and dies right >> > away. >> >> This is why I started using iswitchb mode instead. The processes >> wouldn't die, on the other hand they would be going and tie up the >> entire Emacs session. That was worse ;) iswitchb-mode works really >> well: it does not enforce completion in situations like this, only on >> buffers. I found the file-finding of icicles and ido-mode to just >> slow me down. > > In response to a specific bug report, the Tramp developer (Michael Albinus) > and I recently worked on making Tramp and Icicles play well together. Ido > also has a good deal of code that tries to make it get along well with > Tramp. > > It is always better to report a specific bug than to ignore a problem you > encounter. Even if you don't really care whether something works, others > might benefit from reporting the problem. Please try the latest version of > Icicles and let me know if you encounter a problem with Tramp. Thx. I installed the latest version and it works fine. Great! Thanks henry