;;; skk-setup.el --- initial setup for SKK -*- emacs-lisp -*- ;; This file was generated automatically by SKK-MK at Wed Apr 21 21:02:41 2004 ;; Copyright (C) 2000 NAKAJIMA Mikio ;; Author: NAKAJIMA Mikio ;; Maintainer: SKK Development Team ;; Version: $Id: skk-setup.el.in,v 1.28 2002/11/09 03:19:52 minakaji Exp $ ;; Keywords: japanese, mule, input method ;; Last Modified: $Date: 2002/11/09 03:19:52 $ ;; This file is part of Daredevil SKK. ;; Daredevil SKK 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. ;; Daredevil SKK 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 Daredevil SKK, 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: ;;; Autoloads. (unless (featurep 'xemacs) (require 'skk-autoloads)) ;;; Key bindings. (global-set-key "\C-x\C-j" 'skk-mode) (global-set-key "\C-xj" 'skk-auto-fill-mode) (global-set-key "\C-xt" 'skk-tutorial) ;;; Dictionaries. ;;(defvar skk-large-jisyo "@DIC@") ;;(defvar skk-aux-large-jisyo "@AUXDIC@") (defvar skk-tut-file "/usr/pkg/share/skk/SKK.tut") ;;; Isearch setting. (add-hook 'isearch-mode-hook #'(lambda () (when (and (boundp 'skk-mode) skk-mode skk-isearch-mode-enable) (skk-isearch-mode-setup)))) (add-hook 'isearch-mode-end-hook #'(lambda () (when (featurep 'skk-isearch) skk-isearch-mode-enable (skk-isearch-mode-cleanup)))) (provide 'skk-setup) ;;; skk-setup.el ends here