help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Ido-mode working at half


From: Andrea Crotti
Subject: Re: Ido-mode working at half
Date: Tue, 02 Mar 2010 17:19:30 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin)

"Drew Adams" <drew.adams@oracle.com> writes:
> First, try using `emacs -Q' and loading only ido. If that works, then, as you
> suspected, you probably have something in your init file or custom file that
> causes the problem.
>
> To find a problem in your init file, use a binary search. Comment-out
> half of it, to see which half causes the problem. Then comment out
> half of the problematic half to see which quarter causes the
> problem. Then comment out half of the problematic quarter...
>
> Sounds slow and tedious, but it is very quick. You'll be surprised.

Ah thanks a lot, it was easier,
(setq ido-mode t) was half-working while (of course it was wrong who
knows why I did it...)
(ido-mode t) works as expected

Good idea the binary search, it's also what's done looking for bugs in
git repositories more or less...





reply via email to

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