#635823 emacs-mozc: key-translation-map is ignored.

Package:
emacs-mozc
Source:
mozc
Description:
Mozc for Emacs
Submitter:
Ryo Furue
Date:
2011-09-01 21:39:15 UTC
Severity:
normal
#635823#5
Date:
2011-07-28 20:22:45 UTC
From:
To:
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

#635823#10
Date:
2011-07-29 23:14:56 UTC
From:
To:
| 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