OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: ShiroiKuma on April 25, 2006, 03:54:46 am

Title: Emacs With Japanese, And Full Utf-8 Support
Post by: ShiroiKuma on April 25, 2006, 03:54:46 am
I've found emacs for the Z supporting full UTF-8, even CJK characters in UTF-8 encodings properly, it also has the famous POBox input method support.

From this feed (http://www.focv.com/feed/Packages) install:

http://www.focv.com/feed/emacs22_22.0.50-20060321_arm.ipk (http://www.focv.com/feed/emacs22_22.0.50-20060321_arm.ipk)
http://www.focv.com/feed/emacs22-lisp1_22....0060321_arm.ipk (http://www.focv.com/feed/emacs22-lisp1_22.0.50-20060321_arm.ipk)
http://www.focv.com/feed/emacs22-lisp2_22....0060321_arm.ipk (http://www.focv.com/feed/emacs22-lisp2_22.0.50-20060321_arm.ipk)
http://www.focv.com/feed/emacs22-lisp3_22....0060321_arm.ipk (http://www.focv.com/feed/emacs22-lisp3_22.0.50-20060321_arm.ipk)
http://www.focv.com/feed/emacs22-leim_22.0...0060321_arm.ipk (http://www.focv.com/feed/emacs22-leim_22.0.50-20060321_arm.ipk)
and for help files
http://www.focv.com/feed/emacs22-info_22.0...0060321_arm.ipk (http://www.focv.com/feed/emacs22-info_22.0.50-20060321_arm.ipk)

That's it. It'll read UTF-8 files in any lang including Japanese. If you have QPOBox installed, you can use it for input.

It has a console and X mode support, so you can also run it in X/Qt for a graphical mode.

Enjoy.
Title: Emacs With Japanese, And Full Utf-8 Support
Post by: ShiroiKuma on April 25, 2006, 08:17:38 pm
And for direct POBox input in Emacs I've put together an ipk.

Install it and then add this to your ~/.emacs file:
Code: [Select]
(setq pobox-toggle-key "\C-x\C-j")
(global-set-key pobox-toggle-key 'pobox-mode)
(autoload 'pobox-mode "pobox.el")
(setq pobox-server "localhost")
You toggle POBox mode by C-x C-j

It's very fast...  

PS: By the way this wiki messes up the filenames, so after you download the file, before installing it, rename it to pobox-el_1.7_arm.ipk