emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110282: lisp/ido.el (ido-max-directo


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110282: lisp/ido.el (ido-max-directory-size): Default to nil.
Date: Sun, 30 Sep 2012 14:28:50 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110282
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-30 14:28:50 +0200
message:
  lisp/ido.el (ido-max-directory-size): Default to nil.
  The current default is small for POSIX systems, and impractical
  on Windows 7 now that lstat returns directory sizes for NTFS.
modified:
  lisp/ChangeLog
  lisp/ido.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-30 09:18:38 +0000
+++ b/lisp/ChangeLog    2012-09-30 12:28:50 +0000
@@ -1,3 +1,9 @@
+2012-09-30  Juanma Barranquero  <address@hidden>
+
+       * ido.el (ido-max-directory-size): Default to nil; the current
+       default is small for POSIX systems, and impractical on Windows 7
+       now that lstat returns directory sizes for NTFS.
+
 2012-09-30  Martin Rudalics  <address@hidden>
 
        In buffer display functions handle window-height/window-width

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2012-09-28 16:02:31 +0000
+++ b/lisp/ido.el       2012-09-30 12:28:50 +0000
@@ -714,7 +714,7 @@
   :type 'integer
   :group 'ido)
 
-(defcustom ido-max-directory-size 30000
+(defcustom ido-max-directory-size nil
   "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."


reply via email to

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