]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJohn Wiegley <johnw@newartisans.com>
Sat, 17 Apr 2004 22:02:45 +0000 (22:02 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Sat, 17 Apr 2004 22:02:45 +0000 (22:02 +0000)
lisp/ChangeLog

index d40d50c49b38d24a41d8fa4a0b201262942b96b8..ea33adddf40cddd8e33b97dccefa5a86a5f0dab5 100644 (file)
@@ -1,3 +1,14 @@
+2004-04-17  John Wiegley  <johnw@newartisans.com>
+
+       * iswitchb.el (iswitchb-max-to-show): Added a new config variable
+       which limits the number of names shown in the minibuffer.  Off by
+       default.
+       (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
+       up iswitchb for users with a multitude of open buffers by showing
+       only the first and last N/2 buffers in the completion list (which
+       is enough to aid C-s/C-r, and to know that more characters are
+       needed to refine the completion list).
+
 2004-04-17  Richard M. Stallman  <rms@gnu.org>
 
        * files.el (locate-file-completion): Handle nil in path-and-suffixes.