emacs-devel
[Top][All Lists]
Advanced

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

Re: Assignment of misc packages for emacs


From: Miles Bader
Subject: Re: Assignment of misc packages for emacs
Date: 06 Jun 2002 10:46:27 +0900

"Stefan Monnier" <monnier+gnu/address@hidden> writes:
> >        max-height is min (1, trunc (frame-height * max-mini-window-height))
> 
> This last line doesn't look right.  The min(1,x) will always be 1.

Whoops, I meant max.

> > Does a minibuffer-only frame have to be special-cased?
> 
> I think so: it has a max-mini-window-height of 1.0.

Hmmm, then `max (1, trunc (frame-height * max-mini-window-height))'
should return the right answer for minibuffer-only frames too (modulo
floating-point wierdness).

-Miles
-- 
Ich bin ein Virus. Mach' mit und kopiere mich in Deine .signature.



reply via email to

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