[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Implement functions for measuring fonts and max chars per li
From: |
Perry E. Metzger |
Subject: |
Re: [PATCH] Implement functions for measuring fonts and max chars per line |
Date: |
Sat, 17 Jan 2015 19:11:37 -0500 |
On Sat, 17 Jan 2015 23:24:15 +0100 David Kastrup <address@hidden> wrote:
> > No, frame. I'd like to be able to set my default frame height to
> > "full height" for the display (filling the display from top to
> > bottom) -- right now I do guesswork to do this, and my .emacs
> > breaks when I switch to a new display.
>
> Uh, maximize vertically? I do that with my window manager,
I can't.
> but Emacs also offers it as a command line option
>
> ‘-fh’
> ‘--fullheight’
> Specify that the height should be the height of the screen.
Yes. What I want to do is do it programatically in elisp, not on the
command line. I would like to put it in my .emacs and such. Right
now I just manually figure out what maximum height is on a given
system with a given font and hard code that. I don't want to hard
code it.
Perry
--
Perry E. Metzger address@hidden
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Titus von der Malsburg, 2015/01/17
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Eli Zaretskii, 2015/01/17
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Perry E. Metzger, 2015/01/17
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Eli Zaretskii, 2015/01/17
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Perry E. Metzger, 2015/01/17
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Eli Zaretskii, 2015/01/18
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Perry E. Metzger, 2015/01/18
- RE: [PATCH] Implement functions for measuring fonts and max chars per line, Drew Adams, 2015/01/18
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Perry E. Metzger, 2015/01/18
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Eli Zaretskii, 2015/01/18
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Perry E. Metzger, 2015/01/19
- Re: [PATCH] Implement functions for measuring fonts and max chars per line, Eli Zaretskii, 2015/01/19