[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:07231] Re: Ispell withmewについて



神戸大学の辰己です。

ずいぶん古いメールですが、どなたも反応・解決されていないようなので。

From: Yasuto Katekawa <katekawa_yasuto@hosp.pref.okinawa.jp>
> 最近、Plamo-2.0をインストールして快適に使用させていただいています。
> 英文のメールを書くときにとても重宝していましたispellですが、
> これまでの(Plamo-1.44).emacsと同様の設定では2byte文字が混ざると
> errorが出現してしまいます。

私もこの1カ月以上あきらめていたのですが、
どうも \e$ は使えないらしく、しかたないので \e# にしたところ、
昨夜、あっさり解決しました。

Plamo 1.4 に附属の .emacs の書き換え↓で対処できます。

;; setup for ispell
;; ispell を使って英単語のチェックをするための設定です。
;; ispell.tgz パッケージをインストールしておく必要があります。

(autoload 'ispell-word "ispell" "Check the spelling of word in buffer." t)
(global-set-key "\e#" 'ispell-word)
(autoload 'ispell-region "ispell" "Check the spelling of region." t)
(autoload 'ispell-buffer "ispell" "Check the spelling of buffer." t)
(autoload 'ispell-complete-word "ispell"  "Look up current word in dictionary and try to complete it." t)
(autoload 'ispell-change-dictionary "ispell"  "Change ispell dictionary." t)
(autoload 'ispell-message "ispell"  "Check spelling of mail message or news post.")

Follow-Ups
[plamo:07237] Re: Ispell withmewについて, KOJIMA Mitsuhiro

[検索ページ] [メール一覧]
Plamo ML 公開システム