[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:08427] canna and emacs 20.3
- From: sen_ml@xxxxxxxxxxx
- Subject: [debian-users:08427] canna and emacs 20.3
- Date: Fri, 18 Sep 1998 15:17:16 +0900
- X-dispatcher: imput version 980901(IM100pre4)
- X-ml-info: If you have a question, send a mail with the body "# help" (without quotes) to the address debian-users-ctl@debian.or.jp
- X-ml-name: debian-users
- X-mlserver: fml [fml 2.1A#45]; post only from members
- X-url: http://www.findmail.com/
- Message-id: <19980918151654F.sen_ml@xxxxxxxxxxx>
- X-mail-count: 08427
- X-mailer: Mew version 1.93pre2 on Emacs 20.3 / Mule 4.0 (HANANOEN)
永田です。
emacs 20.3 + canna + mew でメッセージの作成中に日本語を入力しよう
(C-o) とすると、エラー (関数が定義されていない -> char-or-char-int-p) が
出ます。いまだに emacs を脱出できません。
# 結局 kill -9 とかウィンドウを殺したりして抜けています。
canna.el には二箇所 char-or-char-int-p 使用しているところがあります。
char-or-char-int-p を integerp に置き換えるとあきらかに問題のある動作を
しますが、char-or-string-p に置き換えると一見ちゃんと動くように
みえます。
# これがちゃんとした fix かどうかはわかりません。C-h f で調べたところ、
char-or-char-int-p と integerp の機能は一緒にみえましたが・・・
私の環境は slink で、関係ありそうなパッケージは以下の通りです。
ii apel 8.17-1 APEL stands for "A Portable Emacs Library"
ii emacs-dl-canna 1.0.19980702-1 Canna extension for emacs20-dl
ii emacs20 20.3-1 The GNU Emacs editor.
ii emacs20-dl 20.3-3 The GNU Emacs editor.
ii emacs20-el 20.3-1 GNU Emacs LISP (.el) files.
ii emacsen-common 1.4.8 Common facilities for all emacsen.
ii canna 3.5b2-14 A japanese input system (server and dictiona
ii canna-utils 3.5b2-14 A japanese input system (utility).
ii libcanna1g 3.5b2-14 Canna Runtime Library (Libc6).
ii libcanna1g-dev 3.5b2-14 Canna Static Library and Headers (Libc6).
ii mew 1.93pre2-1 Messaging in the Emacs World
# こちらでは私以外ではあとひとりこの現象を再現しました。
-sen