[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:08456] Re: char-or-char-int-p not defined
- From: sen_ml@xxxxxxxxxxx
- Subject: [debian-users:08456] Re: char-or-char-int-p not defined
- Date: Sun, 20 Sep 1998 23:53:56 +0900
- X-dispatcher: imput version 980905(IM100)
- 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/
- References: <19980920232621Q.ishikawa@xxxxxxxxxxx>
- Message-id: <19980920235353G.sen_ml@xxxxxxxxxxx>
- X-mail-count: 08456
- X-mailer: Mew version 1.93 on Emacs 20.3 / Mule 4.0 (HANANOEN)
At around Sun, 20 Sep 1998 23:26:51 +0900,
ISHIKAWA Mutsumi <ishikawa@xxxxxxxxxxx> may have mentioned:
> むつみです。
>
> sen_ml@xxxxxxxxxxx さんは
> Subject: [debian-users:08454] char-or-char-int-p not defined
> Message-ID: <19980920222254T.sen_ml@xxxxxxxxxxx>
> において言いました
>
> >> emacs-dl-canna がアップデートされましたが、私の方では 「char-or-char-int-p は
> >> 定義されていない」という事態はそのままなので、emacs-dl-canna のアップデートの
> >> あとに canna.el の中の char-or-char-int-p を integerp に変更しています。
>
> % emacs -q
>
> で emacs を実行して、試してみてもらえます?
同じ結果でした。
# そのあと、もう一度 emacs -q で emacs を立ち上げて、
(setq debug-on-error t)
(load-library "canna")
(canna)
を評価してみたら、
Signaling: (void-function char-or-char-int-p)
(char-or-char-int-p arg)
(if (char-or-char-int-p arg) (setq ch last-command-char) (setq ch (event-to-character last-command-event)))
(let ((ch)) (if (char-or-char-int-p arg) (setq ch last-command-char) (setq ch ...)) (canna:functional-insert-command2 ch arg))
canna-functional-insert-command(1)
* call-interactively(canna-functional-insert-command)
と出ました。
-sen