| Re: change font but not frame size? |
|
 |
|
 |
|
 |
|
 |
Group: gnu.emacs.help · Group Profile
Author: David ReitterDavid Reitter Date: Dec 16, 2007 08:37
On Dec 16, 3:44 pm, Eric Hanchrow 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!
|