From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Trouble getting ange-ftp to work Date: Tue, 27 May 2008 09:05:06 +0200 Message-ID: References: <055f74df-c280-411f-bc91-741085128cff@m3g2000hsc.googlegroups.com> <871w3qlrtj.fsf@gmx.de> <8d7d1e6d0805250144nb0a4820u5d23796a120cd6bb@mail.gmail.com> <87skw6kajr.fsf@gmx.de> <8d7d1e6d0805251917p3dbd8a81sebf165a9ebd1022c@mail.gmail.com> <8d7d1e6d0805261825x68e948d3ne3a9565336b9e6c8@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211871917 16707 80.91.229.12 (27 May 2008 07:05:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 May 2008 07:05:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Davin Pearson" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 27 09:05:58 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 1K0tFB-0001CY-Nd for geh-help-gnu-emacs@m.gmane.org; Tue, 27 May 2008 09:05:41 +0200 Original-Received: from localhost ([127.0.0.1]:38285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0tEQ-0007iz-4C for geh-help-gnu-emacs@m.gmane.org; Tue, 27 May 2008 03:04:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0tE7-0007iu-Hv for help-gnu-emacs@gnu.org; Tue, 27 May 2008 03:04:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0tE4-0007ih-W6 for help-gnu-emacs@gnu.org; Tue, 27 May 2008 03:04:06 -0400 Original-Received: from [199.232.76.173] (port=57155 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0tE4-0007ie-Pk for help-gnu-emacs@gnu.org; Tue, 27 May 2008 03:04:04 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:62768) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K0tE4-0007O0-6i for help-gnu-emacs@gnu.org; Tue, 27 May 2008 03:04:04 -0400 Original-Received: from mailrelay1.alcatel.de ([194.113.59.95]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0tE0-0004Cd-JL for help-gnu-emacs@gnu.org; Tue, 27 May 2008 03:04:00 -0400 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id m4R73gDE004206; Tue, 27 May 2008 09:03:44 +0200 In-Reply-To: <8d7d1e6d0805261825x68e948d3ne3a9565336b9e6c8@mail.gmail.com> (Davin Pearson's message of "Tue, 27 May 2008 13:25:41 +1200") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:54316 Archived-At: "Davin Pearson" writes: >> OK, then please debug ange-ftp-ls. Look at parsing of directory >> contents, which is kept in buffer " *ftp data*". > > Do you mean execute debug-on-error ? I tried the execute this command > but it made no difference to M-x find-file > /davin@ftphost.ripway.com:index.php No, I meant edebug-defun. > Also, there is no buffer *ftp data* That's why I wrote " *ftp data*" - the leading space matters. Please show the contents of this buffer after you've tried to open index.php; the buffer shall contain the directory listing of the remote directory. Best regards, Michael.