[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Resizing the Listener
- To: <INFO-MCL@cambridge.apple.com>
- Subject: Resizing the Listener
- From: Louis Van Zandt <76234.1133@CompuServe.COM>
- Date: 19 May 91 22:49:29 EDT
All,
For anyone who has had trouble figuring out how to make the Listener window
default to a new position or size. This code goes in your init.Lisp file.
Put in your own values for WIDTH, HEIGHT, COL, ROW based on the size of your
screen.
(setq *listener-window-size* #@@(WIDTH HEIGHT))
(setq *listener-window-position* #@@(COL ROW))
--Louis