[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: change font but not frame size?
From: |
David Reitter |
Subject: |
Re: change font but not frame size? |
Date: |
Sun, 16 Dec 2007 08:37:45 -0800 (PST) |
User-agent: |
G2/1.0 |
On Dec 16, 3:44 pm, Eric Hanchrow <off...@blarg.net> wrote:
> I have some absurdly complex code in my .emacs that adjusts the frame
> size after setting the font size, in an attempt to make it the same
> size it was originally, more or less sorta kinda. Lemme know if you'd
> like to look at it (it isn't pretty).
Sure. I've tried some absurdly complex things as well - such as
creating an invisible frame, setting the font there, reading out the
resulting char-height, and then trying to set the new height of the
frame and its new font in one go with modify-frame-parameters. It
didn't work (on several levels!).
Post the code here - I'm interested!