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: Tue, 19 Jun 2012 14:36:00 +0200 Message-ID: <87pq8veaxb.fsf@gmx.de> References: <87k3z5ouz1.fsf@gmx.de> <189E122E0B6E479699FD9F3791446789@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340109395 1382 80.91.229.3 (19 Jun 2012 12:36:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2012 12:36:35 +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 Tue Jun 19 14:36:32 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 1Sgxfb-00018q-HE for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2012 14:36:31 +0200 Original-Received: from localhost ([::1]:41821 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgxfZ-0007bO-AF for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2012 08:36:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgxfO-0007b5-7j for emacs-devel@gnu.org; Tue, 19 Jun 2012 08:36:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgxfM-0001LK-FN for emacs-devel@gnu.org; Tue, 19 Jun 2012 08:36:17 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:35734) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SgxfM-0001L9-4S for emacs-devel@gnu.org; Tue, 19 Jun 2012 08:36:16 -0400 Original-Received: (qmail invoked by alias); 19 Jun 2012 12:36:12 -0000 Original-Received: from p57BB9870.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.112] by mail.gmx.net (mp035) with SMTP; 19 Jun 2012 14:36:12 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/kb3Y8S/zku3zaJ/DXdYiu3D6w5aE+y1Pb6ZEpRK zIFyPSZOVSb9+Z In-Reply-To: (Stefan Monnier's message of "Mon, 18 Jun 2012 17:20:29 -0400") 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:151018 Archived-At: Stefan Monnier writes: >> Find file in other window: /foo.bar.com: >> ^ This provoked prompt > > Yes, this is a bug, indeed. It looks like a bug. But I cannot reproduce it. Scenario: emacs -Q (require 'icomplete) (setq icomplete-with-completion-tables (append icomplete-with-completion-tables '(read-file-name-internal))) (icomplete-mode 1) C-x C-f /ssh:localhost: ^ no problem ^ a new connection is established That's expected. Drew, could you, please, check again when the recent Windows binaries arrive? > Stefan Best regards, Michael.