home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3532 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.7 KB  |  36 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!mcsun!fuug!funic!news.cs.hut.fi!cs.hut.fi!sti
  3. From: sti@cs.hut.fi (Sami-Jaakko Tikka)
  4. Subject: Re: easy gnuemacs questions
  5. In-Reply-To: ratinox@splinter.coe.northeastern.edu's message of 27 Jul 92 17:56:11 GMT
  6. Message-ID: <STI.92Jul29003344@kuuppa.cs.hut.fi>
  7. X-Md4-Signature: 8f1d6001620409a77b1644c3781a5296
  8. Sender: usenet@cs.hut.fi (Uutis Ankka)
  9. Reply-To: Sami.Tikka@hut.fi
  10. Organization: Helsinki University of Technology, Finland
  11. References: <1992Jul27.051435.16819@leland.Stanford.EDU>
  12.     <RATINOX.92Jul27083452@splinter.coe.northeastern.edu>
  13.     <1992Jul27.161716.77531@cs.cmu.edu>
  14.     <RATINOX.92Jul27135611@splinter.coe.northeastern.edu>
  15. Date: Tue, 28 Jul 1992 22:33:44 GMT
  16. Lines: 18
  17.  
  18. In article <RATINOX.92Jul27135611@splinter.coe.northeastern.edu> ratinox@splinter.coe.northeastern.edu (Richard Pieri/Stainless Steel Rat) writes:
  19.  
  20. > If you mean "call split-window-vertically for each file
  21. > found," that would also be horrendous to deal with visually, and you'll
  22. > rapidly run out of screen lines with a lot of files.
  23.  
  24. Maybe, but what if you just stopped splitting windows when there is no
  25. more room (like emacs does when window-min-heigth is reached).
  26.  
  27. To do this you must hack a bit the file .../emacs/lisp/startup.el
  28. which processes GNU Emacs non-X-window-switches and command line
  29. arguments.  For the interested ones, see the function called
  30. command-line-1.  The call to find-file is at the end of it.
  31. --
  32. Sami.Tikka@hut.fi                                  "Live Long and Prosper!"
  33. ---------------------------------------------------------------------------
  34. "I think there's a world market for about 5 computers."
  35.         - Thomas J. Watson, Chairman of the Board, IBM (around 1948)
  36.