From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: How can I debug this? Date: Tue, 28 Nov 2006 10:24:48 +0100 Message-ID: References: <456B1688.9000408@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164706413 13759 80.91.229.2 (28 Nov 2006 09:33:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 09:33:33 +0000 (UTC) Cc: Leo , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 28 10:33:31 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GozKy-0004ce-FZ for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 10:33:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GozKy-00030e-0P for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 04:33:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GozDB-00052P-Ns for emacs-devel@gnu.org; Tue, 28 Nov 2006 04:25:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GozD9-00050S-3y for emacs-devel@gnu.org; Tue, 28 Nov 2006 04:25:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GozD8-00050N-LP for emacs-devel@gnu.org; Tue, 28 Nov 2006 04:25:06 -0500 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GozD7-0002Aw-ND for emacs-devel@gnu.org; Tue, 28 Nov 2006 04:25:06 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepc.post.tele.dk (Postfix) with SMTP id 9D7F38A0049; Tue, 28 Nov 2006 10:25:02 +0100 (CET) Original-To: martin rudalics In-Reply-To: <456B1688.9000408@gmx.at> (martin rudalics's message of "Mon\, 27 Nov 2006 17\:47\:04 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) 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:62922 Archived-At: martin rudalics writes: >>>I see some strange behavior of ido.el but have no idea how to >>>reproduce it. It just happens once in a while. As shown in the >>>screenshot, (No matches) gets inserted in the minibuffer with each >>>keystroke. Any idea how I can track down this bug? > > Note that change: > > 2005-03-21 Stefan Monnier > > * icomplete.el: Don't forcibly turn on the mode upon load. > (icomplete-mode): Use define-minor-mode. > > Both ido.el and iswitchb.el use > > (icomplete-mode nil) > > to silence that up. FWIW > > (icomplete-mode -1) > > should remove the problem. Thank you. That (partially) explains what's going on. Problem is that ido.el only binds icomplete-mode to nil temporarily, whereas your suggestion permanently disables icomplete-mode. I have made a change to icomplete.el so that it will notice (and do nothing) if icomplete-mode is temporarily bound to nil. -- Kim F. Storm http://www.cua.dk