I'm trying to use compose-region
with TABs
but fail to see difference.
I'd like to get 'sqrt' composed to '√' but taking as much space as original text and aligned to the right.
I tried each of:
(compose-region begin end "√")
(compose-region begin end "\t√")
(compose-region begin end "√\t")
(compose-region begin end "\t√\t")
but fail to see any difference. Is there a way to compose region but keep its width?
Emacs is 24.4.