Why does path-util depend on poe?
Shuhei KOBAYASHI
shuhei @ aqua.ocn.ne.jp
2001年 9月 9日 (日) 06:13:26 JST
>>>>> In <m2bskltxhw.fsf @ deisui.bug.org>,
>>>>> Daiki Ueno <ueno @ unixuser.org> wrote:
> 質問なのですが、現在の APEL 10.3 で path-util が poe を require して
> いるのは何故なのでしょうか?
path-util.el を軽く眺めただけですので抜けがあるかもしれませんが,
member: v19 で導入された関数.
add-to-list: 19.29 で導入された関数.
です.
あ, そうか. (new) byte-compiler に確認させれば済む話ですね.
path-util.el の (require 'poe) を無効にした上で
% emacs-18.59 -batch -q -f batch-byte-compile path-util.el
% emacs-19.28 -batch -q -f batch-byte-compile path-util.el
による warnings を確認してみてください. 19.28 を使用した場合には
While compiling the end of the data in file path-util.el:
** the function add-to-list is not known to be defined.
という warning が出るようです.
;; 私のところでは今は v18 で new byte-compiler が使えるようになって
;; いなかったので...
--
Shuhei KOBAYASHI
More information about the APEL-ja
mailing list