unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Cc: Leo <sdl.web@gmail.com>, emacs-devel@gnu.org
Subject: Re: How can I debug this?
Date: Tue, 28 Nov 2006 10:24:48 +0100	[thread overview]
Message-ID: <m3k61frkin.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <456B1688.9000408@gmx.at> (martin rudalics's message of "Mon\, 27 Nov 2006 17\:47\:04 +0100")

martin rudalics <rudalics@gmx.at> 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  <monnier@iro.umontreal.ca>
>
> 	* 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 <storm@cua.dk> http://www.cua.dk

  parent reply	other threads:[~2006-11-28  9:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-22 22:14 How can I debug this? Leo
2006-11-22 23:15 ` Kim F. Storm
2006-11-27 16:47   ` martin rudalics
2006-11-27 17:34     ` Leo
2006-11-28  9:24     ` Kim F. Storm [this message]
2006-11-28 13:50       ` Leo
2006-11-28 14:33         ` Kim F. Storm
2006-11-28 14:52           ` Leo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3k61frkin.fsf@kfs-l.imdomain.dk \
    --to=storm@cua.dk \
    --cc=emacs-devel@gnu.org \
    --cc=sdl.web@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).