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: ftp and dired Date: Wed, 31 Dec 2008 06:56:52 +0100 Organization: 1&1 Internet AG Message-ID: <87k59g51ln.fsf@literaturlatenight.de> References: <87ljtx7jmd.fsf@literaturlatenight.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1230705645 26693 80.91.229.12 (31 Dec 2008 06:40:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2008 06:40:45 +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 Dec 31 07:41:51 2008 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 1LHum5-0008NN-Ib for geh-help-gnu-emacs@m.gmane.org; Wed, 31 Dec 2008 07:41:49 +0100 Original-Received: from localhost ([127.0.0.1]:39384 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHukr-0001ze-I3 for geh-help-gnu-emacs@m.gmane.org; Wed, 31 Dec 2008 01:40:33 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newshub.sdsu.edu!feeder.erje.net!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!inka.de!peernews!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: port-92-195-76-246.dynamic.qsc.de Original-X-Trace: online.de 1230702847 19691 92.195.76.246 (31 Dec 2008 05:54:07 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Wed, 31 Dec 2008 05:54:07 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:gCzYWm8rhxvse8R6Jwixh4FPSeI= Original-Xref: news.stanford.edu gnu.emacs.help:165657 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:60990 Archived-At: Zitat - Ian Eure * Di Dez 30 2008 um 20:07 - > On Dec 30, 2008, at 7:44 AM, henry atting wrote: > >> Hi, >> >> I am looking for a solution to display a remote directory via ftp in >> dired-mode (or in eshell) >> > > This uses Ange-FTP by way of Tramp, and works for me: > C-x d /ftp:anonymous@ftp.uni-erlangen.de:/ RET > > This works in eshell: > cd /ftp:anonymous@ftp.uni-erlangen.de:/ RET > > Works for me in Emacs 22 & Emacs 23 CVS. Both ways (the first one of course after unloading ido) work, but as described before, with a prompt in another window. But with `emacs -q' they work as expected. So something in my ~/.emacs must cause this behaviour. I'll have to investigate further. Thanks henry