From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Directory name completion blocks when it shouldn't Date: Wed, 20 Dec 2006 07:14:00 +0100 Message-ID: <871wmvumaf.fsf@gmx.de> References: <871wng3yyw.fsf@leeloo.anubex.internal> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166595267 16190 80.91.229.10 (20 Dec 2006 06:14:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Dec 2006 06:14:27 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, ihs_4664@yahoo.com, emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Wed Dec 20 07:14:26 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gwuid-00080p-Lf for gebp-emacs-pretest-bug@gmane.org; Wed, 20 Dec 2006 07:14:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gwuid-0004nv-0d for gebp-emacs-pretest-bug@gmane.org; Wed, 20 Dec 2006 01:14:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GwuiL-0004lQ-ON for emacs-pretest-bug@gnu.org; Wed, 20 Dec 2006 01:14:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GwuiJ-0004j8-O1 for emacs-pretest-bug@gnu.org; Wed, 20 Dec 2006 01:14:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwuiJ-0004iy-IB for emacs-pretest-bug@gnu.org; Wed, 20 Dec 2006 01:14:03 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GwuiI-0005Lc-VL for emacs-pretest-bug@gnu.org; Wed, 20 Dec 2006 01:14:03 -0500 Original-Received: (qmail invoked by alias); 20 Dec 2006 06:14:02 -0000 Original-Received: from p54BD91C3.dip0.t-ipconnect.de (EHLO arthur.local) [84.189.145.195] by mail.gmx.net (mp037) with SMTP; 20 Dec 2006 07:14:02 +0100 X-Authenticated: #3708877 Original-To: Chris Moore In-Reply-To: (Chris Moore's message of "Tue\, 19 Dec 2006 21\:16\:39 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux) X-Y-GMX-Trusted: 0 X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:15944 gmane.emacs.devel:63978 Archived-At: Chris Moore writes: > I think you've introduced a new bug - > > lisp/net/ange-ftp.el.gz line 3980: > (defun ange-ftp-file-name-completion (file dir) > is being called like: > (ange-ftp-file-name-completion "" "/a:/" 'file-exists-p) > > and > > lisp/net/tramp.el.gz line 2859: > (defun tramp-handle-file-name-completion (filename directory) > is being called like: > (tramp-handle-file-name-completion "" "/a:/" 'file-exists-p) > > in both cases the functions expect 2 arguments, and they're being > passed 3. Shall be fixed now in both ange-ftp.el and tramp.el. Best regards, Michael.