Skip to content

mozc.el looks incompatible with the latest mozc_emacs_helper. #1158

Closed Answered by miurakazu
miurakazu asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,
I appreciate your suggestions. I think I could finally find the fix in mozc.el, Because I have no knowledge of protocol or protobuf between elisp and mozc_emacs_helper, it might not be enough though. It looks working for now.

diff --git a/src/unix/emacs/mozc.el b/src/unix/emacs/mozc.el
index be9c991be..d6af181d7 100644
--- a/src/unix/emacs/mozc.el
+++ b/src/unix/emacs/mozc.el
@@ -345,7 +345,7 @@ EVENT is the last input event, which is usually passed by the command loop."
        ((mozc-protobuf-get output 'consumed)
         (let ((result (mozc-protobuf-get output 'result))
               (preedit (mozc-protobuf-get output 'preedit))
-              (candidates (mozc-protobuf-get outp…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@yukawa
Comment options

Comment options

You must be logged in to vote
1 reply
@hiroyuki-komatsu
Comment options

Answer selected by miurakazu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1157 on January 02, 2025 13:53.