- Package:
- emacs-mozc
- Source:
- mozc
- Description:
- Mozc for Emacs
- Submitter:
- Ryo Furue
- Date:
- 2011-09-01 21:39:15 UTC
- Severity:
- normal
I use ; help and \C-h (define-key key-translation-map [?\C-h] [?\C-?]) (define-key key-translation-map [?\C-?] [?\C-h]) interchange C-h and delete so that 'C-h' deletes the previous character. All packages seem to honor my setting, but emacs-mozc ignores it. In the conversion mode, 'C-h' invokes the help-for-help menu. So, I can't quite use emacs-mozc; I can't stop myself from typing 'C-h' instinctively to delete a character. Regards, Ryo
| I use | | ; help and \C-h | (define-key key-translation-map [?\C-h] [?\C-?]) | (define-key key-translation-map [?\C-?] [?\C-h]) | | [to] interchange C-h and delete so that 'C-h' deletes the | previous character. All packages seem to honor my setting, | but emacs-mozc ignores it. In the conversion mode, 'C-h' | invokes the help-for-help menu. That was not accurate. In the conversion mode, 'C-h' deletes the previous character. The problem occurs outside the conversion mode, when mozc is on but before typing any romaji. Regards, Ryo