Questions tagged [character-composition]
6 questions
4
votes
1 answer
Compose characters
I have some copied text from a pdf which renders like this with my current font:
I know I could use a different font that handles Unicode characters better, but I would rather find a function to compose the two characters into one character:
a" -->…

trmdttr
- 233
- 1
- 10
3
votes
1 answer
Recomposing a decomposed character
(get-char-code-property ?ἀ 'decomposition) returns a list of
two characters into which the given character is decomposed. Is
it possible, given these characters, to recompose the original?
Is there a function for that?

Toothrot
- 3,204
- 1
- 12
- 30
2
votes
2 answers
Change prefix key for compose-character (C-x 8)
According to the documentation, the key C-x 8 can be used to insert non-ASCII characters. For example, C-x 8 ' a will insert "á". Is it possible to change the prefix key to another (shorter) value, like for example, M-'? I find M-' to be easier to…

Federico
- 187
- 6
1
vote
1 answer
How to display a character reversed?
I know about compose-region and have used it for other purposes, but am trying to figure out how to display a character reversed. like transforming c to ↄ. Is this possible?

Prgrm.celeritas
- 849
- 6
- 15
1
vote
1 answer
Display devanagari characters
Running Emacs 25 on Kubuntu 17.10.
I am able to enter text in devanagari script but it does not dispaly correctly in the editor.
For instance, the text entered as:
क का कि की कु कू के कै को कौ कं कः
shows as:
As I M-x describe-character, the…

deshmukh
- 1,852
- 13
- 29
0
votes
0 answers
Problem with accented greek vowels
I cannot type a Greek accented vowel in emacs.
In Xorg, I use the el keyboard layout and in other applications (e.g. Firefox) the normal way to type an accented vowel (e.g. ά) is, first the colon character (:) then the vowel α.
When I do the same (:…

engineerX
- 123
- 3