unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* help with ibus-el
@ 2011-11-09 22:00 Unknown
  0 siblings, 0 replies; only message in thread
From: Unknown @ 2011-11-09 22:00 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,

I have followed the instruction for using ibus.el as shown there :
<http://www.emacswiki.org/emacs/IBusMode>

in my .emacs, I have
;; pour ibus-anthy
  (require 'ibus)
  (add-hook 'after-init-hook 'ibus-mode-on)
;; Change cursor color depending on IBus status
         (setq ibus-cursor-color '("red" "blue" "limegreen"))
  ;; Use C-SPC to toggle input status
         (global-set-key (kbd "C-SPC") 'ibus-toggle)

when I press  C-SPC, like in the others applications, input is set to 
hiragana but pressing space doesn't convert the kana to a candidate 
kanji like in the illustration of the above wiki page.

Thanks for your help,

Alain


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-09 22:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 22:00 help with ibus-el Unknown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).