Package: anthy-el
Tags: patch

anthy-mode does not work with erc, the irc client.  If a messages
comes in while the input method is active, it stops working completely
with error messages like:

Buffer is read-only: #<buffer "#japanese">

This is due to anthy-mode storing the point location instead of using
a marker for the location of the text being input in the buffer.  Then
when anthy-mode tries to delete the text, it's referring to an invalid
location that's set as read-only.

An attached patch fixes this.


--
Johann

 I'm not from the internet, I just work there.

Attachment: anthy.el-point-marker.patch
Description: Binary data

Reply via email to