Santhu / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

Emacs helper does not work #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This issue is originated from issue 145.

What steps will reproduce the problem?
1. Install mozc.el
2. Input ao and hit space twice.

What is the expected output?
Shows candidate window.

What do you see instead?
mozc.el: Starting mozc-helper-process...done
mozc.el: Unexpected newline in a single S-expr
mozc.el: Stopping mozc-helper-process...done
cond: Wrong response from the server

Sorry for your inconvenient.
If you want to use latest(r105) mozc.el, please apply attached patch.

Thank you.

Original issue reported on code.google.com by n...@google.com on 28 Mar 2012 at 7:50

Attachments:

GoogleCodeExporter commented 9 years ago
emacs-mozc works fine now. Thank you so much.

Original comment by heathros...@gmail.com on 28 Mar 2012 at 8:18

GoogleCodeExporter commented 9 years ago
Maybe this patch kills USAGE_REWRITER,
so we can't see any examples on all applications after we applied the patch.

For users:
Don't apply this patch if you want to see examples on Mozc-1.4.1033.102.
I built mozc again and again with various options, but I couldn't see examples.
I've found this line in the patch:
> -            'USE_USAGE_REWRITER',

Don't waste your time, guys!

Original comment by heathros...@gmail.com on 28 Mar 2012 at 7:02

GoogleCodeExporter commented 9 years ago

Original comment by yukawa@google.com on 1 Apr 2012 at 2:11

GoogleCodeExporter commented 9 years ago
Fixed in r111.

Original comment by yukawa@google.com on 26 Apr 2012 at 7:33