unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* [patch] 21.3 finder.el -- Do not change window size
@ 2004-01-25 18:13 Jari Aalto+mail.emacs
  2004-01-26 19:23 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Jari Aalto+mail.emacs @ 2004-01-25 18:13 UTC (permalink / raw)



    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)

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

* Re: [patch] 21.3 finder.el -- Do not change window size
  2004-01-25 18:13 [patch] 21.3 finder.el -- Do not change window size Jari Aalto+mail.emacs
@ 2004-01-26 19:23 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2004-01-26 19:23 UTC (permalink / raw)
  Cc: bug-gnu-emacs

I fixed this problem recently in another way.

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

end of thread, other threads:[~2004-01-26 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-25 18:13 [patch] 21.3 finder.el -- Do not change window size Jari Aalto+mail.emacs
2004-01-26 19:23 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).