File: README.Debian

package info (click to toggle)
yc-el 5.0.0-8.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,004 kB
  • sloc: lisp: 8,461; makefile: 93; sh: 64; ansic: 63
file content (39 lines) | stat: -rw-r--r-- 908 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
yc-el for Debian
----------------

On using yc.el, it is recommended to insert following line in
your ~/.emacs.

(load "yc") ; load yc
(global-yc-mode) ; globally enable ANK-Kanji translation

(these configurations are no longer required since 4.0.13-1, 
yc-el will work out-of-the-box)


and optionally:
(setq yc-use-color t)
(setq yc-use-fence t)
(global-set-key "\M-\ " 'yc-mode)
(setq yc-server-host "your canna server host") ;; default "unix"


Using yc and canna over network
===============================

To use YC over network, you will need to reconfigure canna
so that it will allow connections from the network, 
and set 

(setq yc-server-host "cannaserver's hostname")


Documentation
=============

Documentation in Japanese is available as 
  /usr/share/doc/yc-el/yc.html
  It includes the changelog in Japanese.


 -- Yukiharu YABUKI <yabuki@netfort.gr.jp>, Sat, 10 Dec 2005 14:17:10 +0900