From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kin Cho Newsgroups: gmane.emacs.help Subject: Re: tramp: plain ftp problem Date: 30 Jun 2003 10:33:42 -0700 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <7ifzlra2rt.fsf@neoscale.com> References: <7iy8zswew8.fsf@neoscale.com> <7id6h3wbwc.fsf@neoscale.com> <7iof0hu5op.fsf@neoscale.com> <84smprn08h.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1056994916 15977 80.91.224.249 (30 Jun 2003 17:41:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2003 17:41:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 30 19:41:54 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19X2eQ-00046j-00 for ; Mon, 30 Jun 2003 19:41:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19X2Z0-0007Hb-7B for gnu-help-gnu-emacs@m.gmane.org; Mon, 30 Jun 2003 13:35:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!yellow.newsread.com!netaxs.com!newsread.com!newsfeed!fu-berlin.de!uni-berlin.de!12.24.46.66!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 12.24.46.66 Original-X-Trace: fu-berlin.de 1056994436 32574715 12.24.46.66 (16 [151019]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:114856 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11349 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11349 kai.grossjohann@gmx.net (Kai Großjohann) writes: > Kin Cho writes: > > > The HEAD version (Tue Jun 24 10:46:11 2003) of the main branch of > > ange-ftp-generate-root-prefixes seems to have a problem. It > > returns a list instead of a list of lists as expected by > > all-completions (called by ange-ftp-file-name-all-completions). > > I think I agree, but before I commit this, could you tell me how to > reproduce the problem? > > I just ran (file-name-all-completions "d" "/ftp@ftp:/") and got > ("debian/") which seems to be right (and agrees with the root of that > server). > > I also used TAB for completion via Ange-FTP. I think I did a PC-complete with "/fo" in the minibuffer. For some reason in my work environment here, I don't see ange-ftp-file-name-all-completions getting called at all. I'll try it at home later and find out what's the stack trace. -kin