all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Ido [Too big] message
@ 2009-01-20 19:45 Ross A. Laird
  0 siblings, 0 replies; 4+ messages in thread
From: Ross A. Laird @ 2009-01-20 19:45 UTC (permalink / raw)
  To: help-gnu-emacs


What's the ido message [Too big] all about?
I get it every time I hit C-x C-f and the folder is ~/
There's nothing particularly large in this folder: no long file names,
not a huge list of files, and so on. It's mostly a few directories.
I do not get this message anywhere else.
This is what it looks like in the minibuffer:

Find file: ~/ [Too big]

What's the message intended to convey?

Ross

-- 
Ross A. Laird, PhD
www.rosslaird.info





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

* Re: Ido [Too big] message
       [not found] <mailman.5389.1232480732.26697.help-gnu-emacs@gnu.org>
@ 2009-01-21  3:09 ` Glenn Morris
  2009-01-21  7:34   ` Lennart Borgman
       [not found]   ` <mailman.5429.1232523251.26697.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Glenn Morris @ 2009-01-21  3:09 UTC (permalink / raw)
  To: help-gnu-emacs

Ross A. Laird wrote:

> What's the ido message [Too big] all about?

M-x apropos-value, or a simple grep of ido.el, will take you to
C-h v ido-decorations, whose doc contains:

  10th element is displayed when directory exceeds `ido-max-directory-size'.


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

* Re: Ido [Too big] message
  2009-01-21  3:09 ` Ido [Too big] message Glenn Morris
@ 2009-01-21  7:34   ` Lennart Borgman
       [not found]   ` <mailman.5429.1232523251.26697.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Lennart Borgman @ 2009-01-21  7:34 UTC (permalink / raw)
  To: help-gnu-emacs

On Wed, Jan 21, 2009 at 4:09 AM, Glenn Morris <rgm+news@stanford.edu> wrote:
> Ross A. Laird wrote:
>
>> What's the ido message [Too big] all about?
>
> M-x apropos-value, or a simple grep of ido.el, will take you to
> C-h v ido-decorations, whose doc contains:
>
>  10th element is displayed when directory exceeds `ido-max-directory-size'.

[Too big directory]?




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

* Re: Ido [Too big] message
       [not found]   ` <mailman.5429.1232523251.26697.help-gnu-emacs@gnu.org>
@ 2009-01-24 19:38     ` B. T. Raven
  0 siblings, 0 replies; 4+ messages in thread
From: B. T. Raven @ 2009-01-24 19:38 UTC (permalink / raw)
  To: help-gnu-emacs

Lennart Borgman wrote:
> On Wed, Jan 21, 2009 at 4:09 AM, Glenn Morris <rgm+news@stanford.edu> wrote:
>> Ross A. Laird wrote:
>>
>>> What's the ido message [Too big] all about?
>> M-x apropos-value, or a simple grep of ido.el, will take you to
>> C-h v ido-decorations, whose doc contains:
>>
>>  10th element is displayed when directory exceeds `ido-max-directory-size'.
> 
> [Too big directory]?
> 
> 

But it seems to default to 30000, at least in Emacs ver. 22.1 . But this 
doesn't seem to refer to the number of files but something else. Here is 
defcustom from ido.el:

(defcustom ido-max-directory-size 30000
   "*Maximum size (in bytes) for directories to use ido completion.
If you enter a directory with a size larger than this size, ido will
not provide the normal completion.  To show the completions, use C-a."
   :type '(choice (const :tag "No limit" nil)
		 (integer :tag "Size in bytes" 30000))
   :group 'ido)

So there is a "No limit" option.


Ed


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

end of thread, other threads:[~2009-01-24 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5389.1232480732.26697.help-gnu-emacs@gnu.org>
2009-01-21  3:09 ` Ido [Too big] message Glenn Morris
2009-01-21  7:34   ` Lennart Borgman
     [not found]   ` <mailman.5429.1232523251.26697.help-gnu-emacs@gnu.org>
2009-01-24 19:38     ` B. T. Raven
2009-01-20 19:45 Ross A. Laird

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.