Questions tagged [input-method]
input-method is the translation of one or more keystrokes into a language character. Most languages have their own input method; some input methods are shared by several languages, and some languages have more than one input method.
92 questions
1 vote
0 answers
40 views
TAB in Minibuffer when using a quail input-method doesn't complete the longest common suffix of candidates
Steps to reproduce: Type the following in a buffer with Fundamental mode: M-x set-input-method RET TeX RET \ab Expected behaviour: TAB completes to the only possible option (\above) and inserts ┴. ...
0 votes
1 answer
48 views
Is thai-pattachote input method missing characters?
I was listening to some intro videos on the Thai alphabet, and trying to type characters in Emacs. If I use M-x set-input-method and set it to thai-pattachote, I can type in Thai. Each key maps to a ...
1 vote
1 answer
47 views
No input-method activated but still prefix behaviour
When I'm programming, I don't want any 'input-method' activated. However, since a few days, I can't e.g. type " anymore without hitting <space> afterwards. More precisely (taking up @phils ...
0 votes
1 answer
192 views
Unicode displayed incorrectly
I recently discovered set-input-method TeX and really like it! But I noticed that certain characters are displayed incorrectly. For example, ₘ is displayed as a superscript ⊕ to me: To reproduce: ...
2 votes
3 answers
251 views
Increase font size in mini-buffer (for Japanese Kanji selection)
I'm using Emacs and Xubuntu, and my default input is English, but (in Emacs) I use Japanese input method as well. To enter Kanji (Chinese characters), I type some letters (usually from 2 to about half ...
1 vote
1 answer
122 views
evil-insert-state disables the active input method
A recent update must have slipped my testing afterwords and now this hook mu4e-compose-mode-hook does not work anymore. On every new email I must set the input-method manually again. Any ideas about ...
1 vote
1 answer
447 views
How to make a popup buffer like *Help* accept and return some input upon pressing RET?
What I need to capture some text which is then inserted at point without using the minibuffer (see "why" for why this is not entirely stupid). My idea was to just pop up a temporary window ...
0 votes
2 answers
172 views
Does enabling by default a custom input method have any side effect on the default method?
I added these to my init.el: (use-package org :ensure nil :hook (org-mode . (lambda () (org-indent-mode) (variable-pitch-mode -1) (...