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

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

RE: how to set frame parameters?


From: Drew Adams
Subject: RE: how to set frame parameters?
Date: Tue, 18 Jan 2005 10:10:12 -0800

the length set to the size of the screen where I'm working.  I had a function that calculated the maximum length (max-lines) that I could use for the window.   
This is what I would do:
 
  (/ (x-display-pixel-height) (frame-char-height))
 
That gives you the max height in number of lines, which is what you want, if I understand correctly.

reply via email to

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