From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r108646: * minibuffer.el(read-file-name-default): Bind `non-essential' to `t'. Date: Wed, 20 Jun 2012 08:57:12 +0200 Message-ID: <871ulafp2v.fsf@gmx.de> References: <87k3z5ouz1.fsf@gmx.de> <189E122E0B6E479699FD9F3791446789@us.oracle.com> <87pq8veaxb.fsf@gmx.de> <8E8E4FBF8CCA4D6793F2FF972A7FCE45@us.oracle.com> <87hau7e86t.fsf@gmx.de> <87395r86q0.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340175463 27504 80.91.229.3 (20 Jun 2012 06:57:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2012 06:57:43 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 20 08:57:42 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ShEr9-00052y-5X for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2012 08:57:35 +0200 Original-Received: from localhost ([::1]:39905 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShEr9-0002Sm-72 for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2012 02:57:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShEr4-0002S6-0l for emacs-devel@gnu.org; Wed, 20 Jun 2012 02:57:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShEqz-00032Q-7j for emacs-devel@gnu.org; Wed, 20 Jun 2012 02:57:29 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:40861) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ShEqy-00032B-TZ for emacs-devel@gnu.org; Wed, 20 Jun 2012 02:57:25 -0400 Original-Received: (qmail invoked by alias); 20 Jun 2012 06:57:18 -0000 Original-Received: from p57BB9762.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.151.98] by mail.gmx.net (mp027) with SMTP; 20 Jun 2012 08:57:18 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/qnCJsBavqfNInYIgH/n5HvVuTDxGhutM++i6kd1 LxeYRSbjV/7sWb In-Reply-To: <87395r86q0.fsf@gmx.de> (Michael Albinus's message of "Tue, 19 Jun 2012 21:03:19 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151044 Archived-At: Michael Albinus writes: > Stefan Monnier writes: >> I don't think Tramp should attempt a connection in that case since >> (according to M-x trace-function RET icomplete-completions) the password >> prompt happens during the call to icomplete-completions which binds >> non-essential to t. > > Seems that `ange-ftp-get-passwd' should also care `non-essential'. I'll > work on it, tomorrow. A first attempt with a trivial patch did not > succeed :-( Should be fixed now, as rev 108665. Drew, could you please check on Windows with the next binaries? >> Stefan Best regards, Michael.