Santhu / mozc

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

mozc.el: top of suggest/candidate item is displayed right behind preedit text. #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Activate mozc-mode with (setq mozc-candidate-style 'overlay)
2. Type something (and convert) to display suggests or candidates.

What is the expected output?
The top of suggest/candidate item is displayed right behind preedit text.

What version of the product are you using? On what operating system?
Mozc r105 (applied patch for issue #146)
GNU/Emacs 23.4
on ArchLinux (x86_64)

Original issue reported on code.google.com by cabezon....@gmail.com on 28 Mar 2012 at 9:39

GoogleCodeExporter commented 9 years ago
Sorry, I didn't check issue #145.
This issue doesn't occur after applying emacs_patch.diff on issue #145.
Please close this.
Regards

Original comment by cabezon....@gmail.com on 29 Mar 2012 at 1:11

GoogleCodeExporter commented 9 years ago
No, this still occurs...
This occurs on (only?) scratch buffer, and doesn't seem to occur on the other 
buffers regardless of its major-mode.

Original comment by cabezon....@gmail.com on 30 Mar 2012 at 4:39

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
I cannot reproduce the issue with Emacs 23.3.1 and 24.3.2.

Original comment by yukishi...@google.com on 10 May 2013 at 8:41

GoogleCodeExporter commented 9 years ago
I found that, if (global-whitespace-mode 1), this issue seems to occur.

Steps to reproduce:
1. emacs -q
2. (set-language-environment "Japanese")
3. (set-language-environment 'utf-8)
4. (require 'mozc)
5. (setq default-input-method "japanese-mozc")
6. (setq mozc-candidate-style 'overlay)
7. (global-whitespace-mode 1)
8. Activate mozc and type characters.

Attached screenshot.

Original comment by cabezon....@gmail.com on 15 May 2013 at 7:48

Attachments:

GoogleCodeExporter commented 9 years ago
Successfully reproduced.

Original comment by yukishi...@google.com on 20 May 2013 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by yukishi...@google.com on 20 May 2013 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by yukishi...@google.com on 8 Jan 2014 at 5:27

GoogleCodeExporter commented 9 years ago
Should be fixed in r192.

Original comment by yukawa@google.com on 16 May 2014 at 1:24