emacs-pretest-bug
[Top][All Lists]
Advanced

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

ido.el reports possible completions wrongly


From: Chris Moore
Subject: ido.el reports possible completions wrongly
Date: Mon, 11 Dec 2006 12:43:38 +0100

Using this 2 line .emacs file:

  (require 'ido)
  (ido-mode t)

and with hundreds of files in /usr/bin/, including /usr/bin/gnuplot,
typing:

  C-x C-f / u s r / b i n / g n u p l o ?

shows me a message "There are no possible completions of what you have
typed", but hitting SPC or TAB goes on to complete it to gnuplot, as
expected.  Which typing the "gnuplo" part, I see "[Too big]" in the
minibuffer after the cursor.

Note also that immediately before typing the "g" in the above input,
the minibuffer displays:

  Find file: /usr/bin/{bin/ | sbin/}

suggesting that /usr/bin/ contains subdirectories called 'bin' and
'sbin' (which it doesn't).  Typing the '/' after 'bin' should have
made ido move on to the contents of the /usr/bin/ directory, but since
it's a big directory, it doesn't.




In GNU Emacs 22.0.91.28 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
 of 2006-12-11 on chrislap
X server distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure '--with-gtk' '--prefix' '/usr/local/emacs22' 
'--with-xpm' '--with-jpeg' '--with-png' '--with-gif''

Important settings:
  value of $LC_ALL: en_GB.UTF-8
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_GB.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t




reply via email to

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