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: use of minibuffer in interactive spec code Date: Wed, 19 May 2010 05:44:01 -0700 Message-ID: References: <3E79AA18AD2A4001A33DE551781D3CB1@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274273063 28700 80.91.229.12 (19 May 2010 12:44:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 May 2010 12:44:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Stefan Monnier'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 19 14:44:22 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OEidJ-0006Mc-N9 for ged-emacs-devel@m.gmane.org; Wed, 19 May 2010 14:44:22 +0200 Original-Received: from localhost ([127.0.0.1]:35957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEidI-0004LG-MF for ged-emacs-devel@m.gmane.org; Wed, 19 May 2010 08:44:20 -0400 Original-Received: from [140.186.70.92] (port=53841 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEid7-0004KT-CC for emacs-devel@gnu.org; Wed, 19 May 2010 08:44:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEid5-0005tt-8z for emacs-devel@gnu.org; Wed, 19 May 2010 08:44:09 -0400 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:53902) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEid5-0005tZ-2p for emacs-devel@gnu.org; Wed, 19 May 2010 08:44:07 -0400 Original-Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4JCi3BM005050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 19 May 2010 12:44:04 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4JALf0x011000; Wed, 19 May 2010 12:44:02 GMT Original-Received: from abhmt021.oracle.com by acsmt353.oracle.com with ESMTP id 280698681274273038; Wed, 19 May 2010 05:43:58 -0700 Original-Received: from dradamslap1 (/141.144.64.25) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 19 May 2010 05:43:58 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acr3Ay1FgO+vcNydQWSbcr3Hp1ws6AATQMVQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-Auth-Type: Internal IP X-Source-IP: rcsinet13.oracle.com [148.87.113.125] X-CT-RefId: str=0001.0A090207.4BF3DD15.00D6:SCFMA4539811,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124934 Archived-At: > > It turns out that I now need to bind > > `minibuffer-completion-predicate' in the > > interactive spec. Otherwise, it has the value that is used for > > `read-directory-name', which is `file-directory-p'. > > I cannot reproduce this problem on the trunk. Can you? I don't have a trunk. ;-) The latest Windows binary I have is 23.2. If a more recent binary becomes available I can check that. Or if there is a particular source file or two that I can download and try (assuming I can get through to the HTTP page), I can do that. But as I said, the breakage occurred apparently between the last pretest and 23.2. Since the last pretest was not long before 23.2, and since you think you were the one who might have broken this, perhaps you can look at changes you made during that short period.