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

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

Re: Avoiding raising minibuffer?


From: Elena
Subject: Re: Avoiding raising minibuffer?
Date: Fri, 10 Dec 2010 11:12:22 -0800 (PST)
User-agent: G2/1.0

On Dec 9, 3:55 pm, Stefan Monnier <monn...@iro.umontreal.ca> wrote:
> >> Maybe the problem is that all windows can only take sizes that are
> >> multiples of the base text size, so it may look like "2 lines, one of
> >> them empty" while in reality it's just a single line that's slightly
> >> taller than the base text line (because of some face that changes the
> >> font used for that text) so Emacs has to add a whole extra line which
> >> will be mostly (but not completely) empty.
> > Right!  It was a bold face which caused the minibuffer to grow (e.g.:
> > Eldoc bold-ifing current function argument).  Before reading your
> > explanation I couldn't notice it.
>
> You might want to report it as a (minor) bug: bold should not make the
> text higher, IMHO,
>
>         Stefan

Oh, it's not a bug.  I'm using a bitmap font which lacks a bold
version, thus it is "boldified" by the system, resulting in a larger
font.  I've checked with another font.


reply via email to

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