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 09:40:53 -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 1274287284 24060 80.91.229.12 (19 May 2010 16:41:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 May 2010 16:41:24 +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 18:41: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 1OEmKf-0001iH-KB for ged-emacs-devel@m.gmane.org; Wed, 19 May 2010 18:41:21 +0200 Original-Received: from localhost ([127.0.0.1]:44353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEmKf-0006Ns-0O for ged-emacs-devel@m.gmane.org; Wed, 19 May 2010 12:41:21 -0400 Original-Received: from [140.186.70.92] (port=48895 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEmKT-0006LZ-Av for emacs-devel@gnu.org; Wed, 19 May 2010 12:41:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEmKR-0002ZE-I2 for emacs-devel@gnu.org; Wed, 19 May 2010 12:41:09 -0400 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:40499) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEmKR-0002Z4-7U for emacs-devel@gnu.org; Wed, 19 May 2010 12:41: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 o4JGf4hE015926 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 19 May 2010 16:41:05 GMT Original-Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o4JGeuvn008707; Wed, 19 May 2010 16:41:02 GMT Original-Received: from abhmt009.oracle.com by acsmt353.oracle.com with ESMTP id 281604591274287249; Wed, 19 May 2010 09:40:49 -0700 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 19 May 2010 09:40:48 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acr3aYGDSQlCCCa4ThaBEGDI9/W6/wAACOUw 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.0A090202.4BF414A2.001F: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:124946 Archived-At: > I'm confused. Your message seemed to refer to a "last pretest" in > january 2009: I sent a followup message a few minutes after that: > Sorry, I meant to say that it changed sometime after the last pretest: > GNU Emacs 23.0.96.1 (i386-mingw-nt5.1.2600) > of 2009-07-09 on SOFT-MJASON However, I realize now that that was not a pretest, let alone the last. I was mistaking 23.0.96.1 for 23.1.96.1. Sorry for the confusion. I found a later binary to test with, so I've narrowed it down a bit more than that July 2009 build. The problem was actually introduced sometime between the following build and the first pretest (23.1.91.1, 2010-01-02). So that gives about a 4-month window. I don't have another binary between the two to test, unfortunately. GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-09-11 on LENNART-69DE564 As to a recipe: I get the same result as you, for your recipe. I see the problem with my own setup - I don't have a simple recipe from emacs -Q. But changing to older Emacs builds (2009-07-09 or older) fixes the problem. Trying to find out where the problem is manifested by my code would take a while, I'm afraid. I will just bind the predicate to prevent the problem. If I do get time later to investigate further, I'll let you know. Thx.