From e5502470e27eb7085389a9197fb571a3b5fa29ef Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 27 Jan 2001 18:46:06 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create tag 'tamago-4_0_2'. --- egg-dotemacs | 16 ----------- leim-list-egg.el | 84 ------------------------------------------------------ make-dirs.el | 48 ------------------------------- 3 files changed, 148 deletions(-) delete mode 100644 egg-dotemacs delete mode 100644 leim-list-egg.el delete mode 100644 make-dirs.el diff --git a/egg-dotemacs b/egg-dotemacs deleted file mode 100644 index 203a392..0000000 --- a/egg-dotemacs +++ /dev/null @@ -1,16 +0,0 @@ -;;; Emacs/Egg Configuration - -;; - -(set-language-info "Japanese" 'input-method "japanese-egg-wnn") - -;;; Try M-x customize-gropu hira - -(set-language-info "Chinese-GB" 'input-method "chinese-gb-egg-wnn-py") -(set-language-info "Chinese-CNS" 'input-method "chinese-cns-egg-wnn-py") -(set-language-info "Korean" 'input-method "korean-egg-wnn") - -(require 'egg) -(require 'its/hira) - -;; diff --git a/leim-list-egg.el b/leim-list-egg.el deleted file mode 100644 index ac70a92..0000000 --- a/leim-list-egg.el +++ /dev/null @@ -1,84 +0,0 @@ -;;; leim-list-egg.el --- Egg setup for leim API - -;; Copyright (C) 1999, 2000 Free Software Foundation, Inc - -;; Author: NIIBE Yutaka -;; KATAYAMA Yoshio - -;; Maintainer: TOMURA Satoru - -;; Keywords: mule, multilingual, input method - -;; This file is part of EGG. - -;; EGG is free software; you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) -;; any later version. - -;; EGG is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. - -;;; Commentary: - -;;; Code: - -;;; leim-list-egg.el --- Egg setup for leim API -;;; CAUTION: Don't delete the above line. - -(autoload 'egg-activate-wnn "egg/wnn" "Activate Wnn backend of Tamagotchy." t) -(autoload 'egg-activate-sj3 "egg/sj3" "Activate SJ3 backend of Tamagotchy." t) - -(register-input-method - "japanese-egg-wnn" "Japanese" 'egg-activate-wnn - "$B$"(B.." "Romaji -> Hiragana -> Kanji&Kana" - 'its-select-hiragana) - -(register-input-method - "japanese-egg-sj3" "Japanese" 'egg-activate-sj3 - "$B$"(B.." "Romaji -> Hiragana -> Kanji&Kana" - 'its-select-hiragana) - -(register-input-method - "chinese-gb-egg-wnn-py" "Chinese-GB" 'egg-activate-wnn - "$AF4(BG" "Pinyin -> Simplified Hanzi" - 'its-select-pinyin-cn) - -(register-input-method - "chinese-gb-egg-wnn-zy" "Chinese-GB" 'egg-activate-wnn - "$AW"(BG" "Zhunyin -> Simplified Hanzi" - 'its-select-zhuyin-cn) - -(register-input-method - "chinese-gb-egg-wnn-qm" "Chinese-GB" 'egg-activate-wnn - "$AG.(B" "QianMa Simplified Hanzi inputmethod" - 'its-select-qianma) - -(register-input-method - "chinese-gb-egg-wnn-wb" "Chinese-GB" 'egg-activate-wnn - "$ANe(B" "WuBi Simplified Hanzi inputmethod" - 'its-select-wubi) - -(register-input-method - "chinese-cns-egg-wnn-py" "Chinese-CNS" 'egg-activate-wnn - "$(GQ;(BC" "Pinyin -> Traditional Hanzi" - 'its-select-pinyin-tw) - -(register-input-method - "chinese-cns-egg-wnn-zy" "Chinese-CNS" 'egg-activate-wnn - "$(GNC(BC" "Zhunyin -> Traditional Hanzi" - 'its-select-zhuyin-tw) - -(register-input-method - "korean-egg-wnn" "Korean" 'egg-activate-wnn - "$(CGQ(B" "Hangul -> Hanja" - 'its-select-hangul) - -(autoload 'egg-mode "egg" "Toggle EGG mode." t) diff --git a/make-dirs.el b/make-dirs.el deleted file mode 100644 index 74c1613..0000000 --- a/make-dirs.el +++ /dev/null @@ -1,48 +0,0 @@ -;;; make-emacs-conf.el --- - -;; Copyright (C) 2000 ElectroTechnical Laboratory -;; Copyright (C) 2000 TOMURA Satoru -;; Licensed to Free Software Foundation, Inc. - -;; Author: TOMURA Satoru - -;; Maintainer: TOMURA Satoru - -;; Keywords: mule, multilingual, input method - -;; This file is part of EGG. - -;; EGG is free software; you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) -;; any later version. - -;; EGG is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. - -;;; Commentary: - -;;; Code: - -(defun make-emacs-configuration-file () - (with-temp-buffer - (let* ((etc-dir data-directory) - (ver-dir (file-name-directory (substring etc-dir 0 -1))) - (emacs-dir (file-name-directory (substring ver-dir 0 -1)))) - (insert - ;;; INSDIR=/usr/local/share/emacs/site-lisp - (format "INSDIR=%s/site-lisp\n" - (substring emacs-dir 0 -1)) - ;;; VINSDIR=/usr/local/share/emacs/20.5/site-lisp - (format "VINSDIR=%s/site-lisp\n" - (substring ver-dir 0 -1))) - (write-file "dirs" nil)))) - -(make-emacs-configuration-file) -- 1.7.10.4