[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Any objection to adding a unicode footnote style? (encoding fixed)
From: |
Eli Zaretskii |
Subject: |
Re: Any objection to adding a unicode footnote style? (encoding fixed) |
Date: |
Mon, 09 May 2011 19:55:49 +0300 |
> From: Ted Zlatanov <address@hidden>
> Date: Mon, 09 May 2011 11:22:47 -0500
>
> EZ> What "superscript text properties"?
>
> from shr.el, used for HTML superscripts:
>
> (put-text-property start (point) 'display '(raise 0.5))
>
> Would that work?
Oh, you mean `raise'... Yes, that would work, although this is even
better:
(put-text-property start (point) 'display '((height 0.8) (raise 0.5)))
- Re: Any objection to adding a unicode footnote style? (encoding fixed), (continued)
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Ted Zlatanov, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Eli Zaretskii, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Ted Zlatanov, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Alp Aker, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Eli Zaretskii, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Alp Aker, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Alp Aker, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Eli Zaretskii, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Alp Aker, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Alp Aker, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed),
Eli Zaretskii <=
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Ted Zlatanov, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Leo, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Ted Zlatanov, 2011/05/09
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Leo, 2011/05/10
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Eli Zaretskii, 2011/05/10
- Re: Any objection to adding a unicode footnote style? (encoding fixed), Leo, 2011/05/10