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

Re: XEmacs byte-compile error



>>>>> In [emacs-w3m : No.07154] 白井秀行さん wrote:

> ですが、ぼくの 

> % xemacs --version
> XEmacs 21.4 (patch 15) 以下略

> では、

> % autoconf
> % ./configure -with-xemacs=xemacs

[...]

> Symbol's function definition is void: executable-find
> xemacs exiting
> .configure: error: APEL is missing

> と byte-compile に失敗します。もう何年もほったらかしなので、APEL
> が古いのかしら?

APEL じゃないなあ、たぶん。手元の XEmacs 21.4.15 では

%xemacs -batch -vanilla -eval '(message "%s" (describe-function (quote executable-find)))'
Type q to remove help window, space to scroll the help.
`executable-find' is an autoloaded Lisp function
  -- autoloads from "executable"

Documentation:
Search for COMMAND in exec-path and return the absolute file name.
Return nil if COMMAND is not found anywhere in `exec-path'.

となるんですが、いかがです?

> ## というか、XEmacs のサポートご苦労様です。涙なしにはコードが読
> ## めませんでした。

;; へへ。長年、バグ報告やパッチを無視された腹いせで、大バグの臭
;; いがするときは、けっこう燃えて探すんですよ。そして爆弾リポー
;; トを落とす、と。ちょっと前には 21.4 で正規表現の shy グループ
;; が動かない件で空襲しました。:-p