From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" 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 06:16:13 -0700 Message-ID: <8E8E4FBF8CCA4D6793F2FF972A7FCE45@us.oracle.com> References: <87k3z5ouz1.fsf@gmx.de><189E122E0B6E479699FD9F3791446789@us.oracle.com> <87pq8veaxb.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1340111810 21888 80.91.229.3 (19 Jun 2012 13:16:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2012 13:16:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Michael Albinus'" , "'Stefan Monnier'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 19 15:16:49 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 1SgyIY-0002Fu-La for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2012 15:16:46 +0200 Original-Received: from localhost ([::1]:59779 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgyIY-0002Cm-Jc for ged-emacs-devel@m.gmane.org; Tue, 19 Jun 2012 09:16:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgyIR-0002CA-V1 for emacs-devel@gnu.org; Tue, 19 Jun 2012 09:16:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgyIQ-0003pv-1U for emacs-devel@gnu.org; Tue, 19 Jun 2012 09:16:39 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:47620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgyIP-0003pg-QX for emacs-devel@gnu.org; Tue, 19 Jun 2012 09:16:37 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q5JDGXVH001673 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 19 Jun 2012 13:16:33 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q5JDGWqr018925 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Jun 2012 13:16:32 GMT Original-Received: from abhmt112.oracle.com (abhmt112.oracle.com [141.146.116.64]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q5JDGW9H027402; Tue, 19 Jun 2012 08:16:32 -0500 Original-Received: from dradamslap1 (/10.159.218.98) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 19 Jun 2012 06:16:32 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87pq8veaxb.fsf@gmx.de> Thread-Index: Ac1OGB5pS2pBYspnStifPbDqCaF/SgAA1jlA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 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:151019 Archived-At: > 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. Yes, that's what I would expect. 1. I'm on Windows. This is missing at the beginning of the recipe: M-x load-file c:/path/to/cygwin-mount.el M-x load-file c:/path/to/setup-cygwin.el 2. And you left this out, Michael: (setq tramp-default-method "ftp") 3. And the last step is this (no ssh): C-x C-f /foobar.baztoto.com: ^ Tramp asks for the password (At that point, even C-g won't exit the minibuffer, presumably because Icomplete does its thing again on post-command-hook (?). I need to do C-] to exit.) That's using 24.1 (the release). > Drew, could you, please, check again when the recent > Windows binaries arrive? Will do. Hopefully that will be in a week or so. Thanks for working on this. In the latest version I have, nothing at all happens when I type `:' or when I then type TAB after the `:' - GNU Emacs 24.1.50.1 (i386-mingw-nt5.1.2600) of 2012-06-18 on MARVIN.