summaryrefslogtreecommitdiff
path: root/textproc/coco/files/site-start.el.tmpl
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-03-01 04:16:14 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-03-01 04:16:14 +0000
commitddcb5293b500b7d82448746c7b1dfcad91c007dd (patch)
tree32488ca5eaa1b778c56e77299dc5dc8f30c0a281 /textproc/coco/files/site-start.el.tmpl
parentadd gps 0.9.1 (diff)
Add package includes coco & m2ps.
Those commands are included in mule-2.3 but not integrated in emacs-2x distribution even after merging MULE feature. (repo-copied from editors/mule-common) PR: ports/33287 Submitted by: Teruaki Ata <PFA03027@nifty.ne.jp>
Notes
Notes: svn path=/head/; revision=55366
Diffstat (limited to 'textproc/coco/files/site-start.el.tmpl')
-rw-r--r--textproc/coco/files/site-start.el.tmpl43
1 files changed, 0 insertions, 43 deletions
diff --git a/textproc/coco/files/site-start.el.tmpl b/textproc/coco/files/site-start.el.tmpl
deleted file mode 100644
index 79e43ffdc229..000000000000
--- a/textproc/coco/files/site-start.el.tmpl
+++ /dev/null
@@ -1,43 +0,0 @@
-;; BEGIN mule-family
-;;
-;; Chinese
-;;(load "its/erpin")
-;;(load "its/zhuyin")
-;;(load "its/quanjiao")
-;;(set-primary-environment 'chinese);;CHINESE
-
-;; Korean
-;;(if (boundp 'WNN);;KOREAN
-;; (load "its/Korean"));;KOREAN
-;;(set-primary-environment 'korean);;KOREAN
-
-;; Japanese
-;;(set-primary-environment 'japanese);;JAPANESE
-
-;; For languages except Korean (kr-mule-wnn)
-(defun set-korean-environment ()
- (setq *coding-category-iso-8-2* '*euc-korea*)
-
- (set-coding-priority
- '(*coding-category-iso-8-2*
- *coding-category-iso-8-1*))
-
- (set-default-file-coding-system '*iso-2022-kr*)
-
- (if (boundp 'WNN)
- (progn
-;; (load "its/Korean");;not KOREAN
- (set-default-wnn-environment 'kserver)))
-
- (setq-default quail-current-package (assoc "hangul" quail-package-alist))
- )
-
-(setq Info-default-directory-list
- (append (list
- "%%LOCALBASE%%/share/mule/19.34/info"
- "%%LOCALBASE%%/share/mule/info"
- "%%X11BASE%%/info"
- "/usr/share/info"
- ) Info-default-directory-list))
-
-;; END mule-family