emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I debug this?


From: martin rudalics
Subject: Re: How can I debug this?
Date: Mon, 27 Nov 2006 17:47:04 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

>>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  <address@hidden>

        * 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]