emacs-devel
[Top][All Lists]
Advanced

[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)))



reply via email to

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