all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Ido [Too big] message
Date: Sat, 24 Jan 2009 13:38:09 -0600	[thread overview]
Message-ID: <rPidneL4j-m88-bUnZ2dnUVZ_tudnZ2d@sysmatrix.net> (raw)
In-Reply-To: <mailman.5429.1232523251.26697.help-gnu-emacs@gnu.org>

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


  parent reply	other threads:[~2009-01-24 19:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]
2009-01-20 19:45 Ross A. Laird

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

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

  git send-email \
    --in-reply-to=rPidneL4j-m88-bUnZ2dnUVZ_tudnZ2d@sysmatrix.net \
    --to=nihil@nihilo.net \
    --cc=help-gnu-emacs@gnu.org \
    /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 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.