次のページ 前のページ 目次へ

Meadow2 HOWTO

Yoshio Shimamura <yoshios@green.ocn.ne.jp>

v1.0, 23 January 2004
この文書は、Meadow の自己流 HOWTO です。 この文書の最新版は http://hp.vector.co.jp/authors/VA004572/index.html から入手可能です。

INDEX


Summary

Download

Install

Setup

info

diary

telnet

ftp

一息入れる

doctor

Wanderlust

.emacsの設定
;;; wl
(load "mime-setup")
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" "Write-draft-with-Wanderlust." t)

Sdic

.emacsの設定
;;; sdic
(autoload 'sdic-describe-word "sdic" "単語の意味" t nil)
(global-set-key "\C-cw" 'sdic-describe-word)
(autoload 'sdic-describe-word-at-point "sdic" "カーソル位置の単語の意味" t nil)
(global-set-key "\C-cW" 'sdic-describe-word-at-point)
(setq sdic-eiwa-dictionary-list '((sdicf-client "~/dict/gene.sdic")))
(setq sdic-waei-dictionary-list '((sdicf-client "~/dict/jedict.sdic")))

Lookup

.emacsの設定
;;; lookup
(autoload 'lookup "lookup" nil t)
(autoload 'lookup-region "lookup" nil t)
(autoload 'lookup-pattern "lookup" nil t)
(setq lookup-search-agents '((ndic "~/dict")))

SKK

.emacsの設定
;;; SKK
;(require 'skk-autoloads)
(autoload 'skk-mode "skk" nil t)
(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)
(add-hook 'isearch-mode-end-hook (function (lambda () (and (boudp 'skk-mode) skk-mode (skk-isearch-mode-cleanup) ))))
(setq skk-large-jisyo "~/dict/SKK-JISYO.L")

shell

Links


次のページ 前のページ 目次へ