emacs-devel
[Top][All Lists]
Advanced

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

Re: Several suggestions for image support


From: Kim F. Storm
Subject: Re: Several suggestions for image support
Date: 01 May 2004 21:56:15 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Richard Stallman <address@hidden> writes:

>     In addition, the line-spacing property value may be negative, in which
>     case the abs value is used as a total line height (so extra pixels are
>     optionally inserted after the line to make its height the specified
>     value, e.g.  the following are equivalent when the default face is used:
> 
> Wouldn't it be cleaner to distinguish this particular kind of
> specification by something other than sign of the number?

Yes.

Current formats are:

        1.3 or (1.3 . face) => extra line spacing
        -1.3 or (-1.3 . face) => total line spacing

What about 

        (height . 1.3) or (height . (1.3 . face)) => total line spacing
or
        (equal . 1.3) or (equal . (1.3 . face)) => total line spacing
or
        ((1.3)) or ((1.3 . face))

Any other suggestions?

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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