From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Markus Rost Newsgroups: gmane.emacs.devel Subject: Re: completing-read case problem Date: Mon, 15 Nov 2004 23:00:13 -0500 Message-ID: <200411160400.iAG40D59018282@haifa.math.ias.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1100577651 15171 80.91.229.6 (16 Nov 2004 04:00:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2004 04:00:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 16 05:00:46 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTuWM-0007JK-00 for ; Tue, 16 Nov 2004 05:00:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTuf5-0001iV-IK for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2004 23:09:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTueq-0001fW-Pg for emacs-devel@gnu.org; Mon, 15 Nov 2004 23:09:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTueq-0001e0-41 for emacs-devel@gnu.org; Mon, 15 Nov 2004 23:09:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTuep-0001dn-VR for emacs-devel@gnu.org; Mon, 15 Nov 2004 23:09:32 -0500 Original-Received: from [192.16.204.67] (helo=smtp1.ias.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTuVt-0002jt-7a for emacs-devel@gnu.org; Mon, 15 Nov 2004 23:00:17 -0500 X-IAS: Institute for Advanced Study Original-Received: from yttrium.net.ias.edu (yttrium.net.ias.edu [172.16.12.11]) by smtp1.ias.edu (www.sendmail.org/2003) with SMTP id iAG40Gvr006499 for ; Mon, 15 Nov 2004 23:00:16 -0500 (EST) Original-Received: from mailhost.math.ias.edu ([172.16.41.5]) by yttrium.net.ias.edu (NAVGW 2.5.2.9) with SMTP id M2004111523001620023 ; Mon, 15 Nov 2004 23:00:16 -0500 Original-Received: from haifa.math.ias.edu (haifa.math.ias.edu [172.16.41.42]) by mailhost.math.ias.edu (8.12.10/8.12.10) with ESMTP id iAG404qS023454; Mon, 15 Nov 2004 23:00:04 -0500 Original-Received: from haifa.math.ias.edu (localhost.localdomain [127.0.0.1]) by haifa.math.ias.edu (8.12.8/8.12.8) with ESMTP id iAG40GLl018288; Mon, 15 Nov 2004 23:00:16 -0500 Original-Received: (from rost@localhost) by haifa.math.ias.edu (8.12.8/8.12.8/Submit) id iAG40D59018282; Mon, 15 Nov 2004 23:00:13 -0500 Original-To: monnier@iro.umontreal.ca X-Mailer: GNU Emacs 21.3+ Emacs-W3/4.0pre.46 X-Home-Page: http://www.mathematik.uni-bielefeld.de/~rost In-Reply-To: jwv4qjqg464.fsf-monnier+emacs@gnu.org 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: main.gmane.org gmane.emacs.devel:29904 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29904 > How 'bout the patch below, > ... > --- minibuf.c 15 nov 2004 10:41:18 -0500 1.273 > +++ minibuf.c 15 nov 2004 16:57:59 -0500 This patch works fine for me. All problems I mentioned disappear. Thanks.