Boiled-mozc

Jul 20, 2023

Wrapper to mozc.el that offers modeless (“boil”ed) input style

boiled-mozc.el wraps”boil”s mozc.el to offer modeless input style, where you can type a Romaji sequence without activating the Mozc input method and then just hit \M-o or \C-o to obtain its Hiragana and Kana-Kanji conversion, respectively.

To use boiled-mozc.el, just add the following code into your .emacs

autoload 'boiled-mozc-rK-conv "boiled-mozc"
  "Romaji to Kana-Kanji conversion" t
autoload 'boiled-mozc-rhkR-conv "boiled-mozc"
  "Romaji to Hiragana conversion" t
global-set-key "\C-o" 'boiled-mozc-rK-conv
global-set-key "\M-o" 'boiled-mozc-rhkR-conv


Checkout these related ports:
  • Zipcodes - Japanese zipcode tables. includes both 3/5 and 7 digits form
  • Zinnia - Simple, customizable, and portable online handwriting recognition system
  • Zinnia-tomoe - Handwriting recognition files for Zinnia (Tomoe data)
  • Yc.el - Yet another Canna client for Emacs
  • Xv - X11 program that displays images of various formats with japanization
  • Xtr - Japanese text formatting processor
  • Xshodou - Japanese shodou program for X based on Tcl/Tk
  • Xpdf - Japanese font support for xpdf
  • Xdtp - XML document transfer program
  • Wwasw-fpw - Biographical dictionary (EPWING V1 format)
  • Wordpress -
  • Wordnet-fpw - English - English Dictionary (EPWING V1 format)
  • Wnn7egg - Wnn7 elisp client
  • Webalizer -
  • Web1913-fpw - Webster's Revised Unabridged Dictionary (1913) (EPWING V1 format)