unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Strange ido-mode behaviour
@ 2012-02-13 15:08 Thorsten
  2012-02-23 19:02 ` Thomas Hisch
  0 siblings, 1 reply; 5+ messages in thread
From: Thorsten @ 2012-02-13 15:08 UTC (permalink / raw)
  To: emacs-devel


Hallo list,
I used ido-mode quite a while with emacs23 for finding files, and was
very satisfied. Now, after changing to emacs24 [GNU Emacs 24.0.93.1
(x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2012-02-07 on arch]
ido somehow tries to be too smart when I want to find a non-existing
file (when I want to create a new file). 
Ido uses the word under or near point and immedeatly starts a search
in the file-system for a file with a similar name. I don't even have the
opportunity to do C-f and then type the name of the new file without any
ido interference. 
Maybe I missed something in the configuration, but creating a new file
with ido-mode enabled is a bit painfull now. 
cheers
Thorsten




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Strange ido-mode behaviour
  2012-02-13 15:08 Strange ido-mode behaviour Thorsten
@ 2012-02-23 19:02 ` Thomas Hisch
  2012-02-23 19:16   ` Jambunathan K
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Hisch @ 2012-02-23 19:02 UTC (permalink / raw)
  To: Thorsten; +Cc: emacs-devel

On Mon, Feb 13, 2012 at 4:08 PM, Thorsten <quintfall@googlemail.com> wrote:
>
> Hallo list,
> I used ido-mode quite a while with emacs23 for finding files, and was
> very satisfied. Now, after changing to emacs24 [GNU Emacs 24.0.93.1
> (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2012-02-07 on arch]
> ido somehow tries to be too smart when I want to find a non-existing
> file (when I want to create a new file).
> Ido uses the word under or near point and immedeatly starts a search
> in the file-system for a file with a similar name. I don't even have the
> opportunity to do C-f and then type the name of the new file without any
> ido interference.
> Maybe I missed something in the configuration, but creating a new file
> with ido-mode enabled is a bit painfull now.
> cheers
> Thorsten

I would also like to know a solution for this ido 'problem' ...

Regards
Thomas



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Strange ido-mode behaviour
  2012-02-23 19:02 ` Thomas Hisch
@ 2012-02-23 19:16   ` Jambunathan K
  2012-02-23 20:36     ` Thomas Hisch
  0 siblings, 1 reply; 5+ messages in thread
From: Jambunathan K @ 2012-02-23 19:16 UTC (permalink / raw)
  To: Thomas Hisch; +Cc: emacs-devel, Thorsten

Thomas Hisch <t.hisch@gmail.com> writes:

> On Mon, Feb 13, 2012 at 4:08 PM, Thorsten <quintfall@googlemail.com> wrote:
>>
>> Hallo list,
>> I used ido-mode quite a while with emacs23 for finding files, and was
>> very satisfied. Now, after changing to emacs24 [GNU Emacs 24.0.93.1
>> (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2012-02-07 on arch]
>> ido somehow tries to be too smart when I want to find a non-existing
>> file (when I want to create a new file).
>> Ido uses the word under or near point and immedeatly starts a search
>> in the file-system for a file with a similar name. I don't even have the
>> opportunity to do C-f and then type the name of the new file without any
>> ido interference.
>> Maybe I missed something in the configuration, but creating a new file
>> with ido-mode enabled is a bit painfull now.
>> cheers
>> Thorsten
>
> I would also like to know a solution for this ido 'problem' ...

Does bumping up the value of `ido-auto-merge-delay-time' work for you?


> Regards
> Thomas
>
>

-- 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Strange ido-mode behaviour
  2012-02-23 19:16   ` Jambunathan K
@ 2012-02-23 20:36     ` Thomas Hisch
  2012-02-24 12:05       ` Thorsten
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Hisch @ 2012-02-23 20:36 UTC (permalink / raw)
  To: Jambunathan K; +Cc: emacs-devel, Thorsten

On Thu, Feb 23, 2012 at 8:16 PM, Jambunathan K <kjambunathan@gmail.com> wrote:
> Thomas Hisch <t.hisch@gmail.com> writes:
>
>> On Mon, Feb 13, 2012 at 4:08 PM, Thorsten <quintfall@googlemail.com> wrote:
>>>
>>> Hallo list,
>>> I used ido-mode quite a while with emacs23 for finding files, and was
>>> very satisfied. Now, after changing to emacs24 [GNU Emacs 24.0.93.1
>>> (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2012-02-07 on arch]
>>> ido somehow tries to be too smart when I want to find a non-existing
>>> file (when I want to create a new file).
>>> Ido uses the word under or near point and immedeatly starts a search
>>> in the file-system for a file with a similar name. I don't even have the
>>> opportunity to do C-f and then type the name of the new file without any
>>> ido interference.
>>> Maybe I missed something in the configuration, but creating a new file
>>> with ido-mode enabled is a bit painfull now.
>>> cheers
>>> Thorsten
>>
>> I would also like to know a solution for this ido 'problem' ...
>
> Does bumping up the value of `ido-auto-merge-delay-time' work for you?

It's an ugly solution but it works, thx!



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Strange ido-mode behaviour
  2012-02-23 20:36     ` Thomas Hisch
@ 2012-02-24 12:05       ` Thorsten
  0 siblings, 0 replies; 5+ messages in thread
From: Thorsten @ 2012-02-24 12:05 UTC (permalink / raw)
  To: emacs-devel

Thomas Hisch <t.hisch@gmail.com> writes:

>>>> Maybe I missed something in the configuration, but creating a new file
>>>> with ido-mode enabled is a bit painfull now.

>>> I would also like to know a solution for this ido 'problem' ...
>>
>> Does bumping up the value of `ido-auto-merge-delay-time' work for you?
>
> It's an ugly solution but it works, thx!

Its kind of a 'silly' problem, but its nice to get rid of it. 
Thanks for the hint. 

-- 
cheers,
Thorsten




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-24 12:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-13 15:08 Strange ido-mode behaviour Thorsten
2012-02-23 19:02 ` Thomas Hisch
2012-02-23 19:16   ` Jambunathan K
2012-02-23 20:36     ` Thomas Hisch
2012-02-24 12:05       ` Thorsten

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