diff options
| author | Po Lu | 2021-12-28 15:30:31 +0800 |
|---|---|---|
| committer | Po Lu | 2021-12-28 15:30:31 +0800 |
| commit | 3a855c5dac1b5cc42ee57cebed0323d591b54c68 (patch) | |
| tree | 16d5f9267d35ffa0e88527a9d543eda1c88caf6a /etc/PROBLEMS | |
| parent | 208ae993bac6f011f178befbeeb8104c0f63499f (diff) | |
| download | emacs-3a855c5dac1b5cc42ee57cebed0323d591b54c68.tar.gz emacs-3a855c5dac1b5cc42ee57cebed0323d591b54c68.zip | |
Document a problem with IBus and the C-. key
* etc/PROBLEMS: Document an IBus emoji panel problem.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 07ae98885d5..69ab6ccb745 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1236,6 +1236,15 @@ A workaround is to not use 'klipper'/'clipit'. Upgrading 'klipper' to | |||
| 1236 | the one coming with KDE 3.3 or later might solve the problem; if it | 1236 | the one coming with KDE 3.3 or later might solve the problem; if it |
| 1237 | doesn't, set 'select-active-regions' to 'only' or nil. | 1237 | doesn't, set 'select-active-regions' to 'only' or nil. |
| 1238 | 1238 | ||
| 1239 | *** Emacs doesn't receive the key "C-.", displaying an input field instead. | ||
| 1240 | |||
| 1241 | This is caused by the IBus Emoji input panel, which is usually bound | ||
| 1242 | to "C-.". You can disable that panel by running the following | ||
| 1243 | command: | ||
| 1244 | |||
| 1245 | $ gsettings set org.freedesktop.ibus.panel.emoji hotkey "[]" | ||
| 1246 | |||
| 1247 | |||
| 1239 | ** Window-manager and toolkit-related problems | 1248 | ** Window-manager and toolkit-related problems |
| 1240 | 1249 | ||
| 1241 | *** Emacs built with GTK+ toolkit produces corrupted display on HiDPI screen | 1250 | *** Emacs built with GTK+ toolkit produces corrupted display on HiDPI screen |