Hi Ryo, On Fri, Oct 04, 2013 at 11:56:58AM -1000, Ryo Furue wrote: > > and lets me switch ibus on and off > > as much as I want. > > How do you switch it on?
I have assigned Ctrl-. to toggle my input method(s), as I figured that almost no program so far seems to use this combination, and it is always available. Btw, I also have a start script to fire emacs up, as it will not work at all with a non-Chinese locale (at least not for me). The start script is this: --------------------------- cut #!/bin/sh LC_CTYPE="zh_CN.UTF-8" export LC_CTYPE exec emacsclient -c --alternate-editor="" & --------------------------- cut You can also simply write "exec emacs23" instead, if you want to. $ dpkg -l|grep ibus-el ii ibus-el 0.3.0-2 You should be able to get this version from snapshots.debian.org. If it works, then you know that the bug was introduced somewhere between my and your version of ibus-el. Kind regards, --Toni++ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

