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

[debian-users:08456] Re: char-or-char-int-p not defined



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