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

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

[patch] 21.3 finder.el -- Do not change window size


From: Jari Aalto+mail.emacs
Subject: [patch] 21.3 finder.el -- Do not change window size
Date: Sun, 25 Jan 2004 20:13:55 +0200

    Using C-h p to browse packages is nice, but since people tend
    to adjust window size to their liking, it is not that nice if
    finder shrinks the size by itself. Imagine browsing a long list,
    then a short list ... ooops window shrunk, then long list again
    ... and window stays shrunk.

2004-01-25 Sun  Jari Aalto  <jari.aalto@poboxes.com>

        * finder.el (finder-list-matches): commented
        `shrink-window-if-larger-than-buffer'.


Index: finder.el
===================================================================
RCS file: 
/cygdrive/h/data/version-control/cvsroot/emacs/gnu-emacs/lisp213/finder.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -IId: -b -w -u -r1.1 -r1.2
--- finder.el   26 Jun 2003 18:06:10 -0000      1.1
+++ finder.el   25 Jan 2004 18:08:21 -0000      1.2
@@ -254,7 +254,7 @@
     (forward-line)
     (setq buffer-read-only t)
     (set-buffer-modified-p nil)
-    (shrink-window-if-larger-than-buffer)
+    ;; (shrink-window-if-larger-than-buffer)
     (finder-summary)))
 
 (defun finder-find-library (library)






reply via email to

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