APEL 9.24 ? (Re: current-time)
Yuuichi Teranishi
teranisi @ gohome.org
1999年 12月 20日 (月) 18:39:50 JST
At 12 Dec 1999 14:12:57 +0900,
Shuhei KOBAYASHI <shuhei @ aqua.ocn.ne.jp> wrote:
>
> apel-shubit に現在までに commit した code は
>
> * Installer (APEL-MK, APEL-CFG, APEL-ELS, EMU-ELS, Makefile)
>
> * invisible (invisible.el, inv-18.el, inv-19.el, inv-xemacs.el)
>
> * poe (pym.el, poe.el, poe-18.el, poe-xemacs.el)
>
> の rewrite(rearrange) とその他の部分の misc fix に分類されるのですが,
> これらはそれぞれどのように feedback すべきでしょうか?
>
poe.el の string-to-number に関するコードに、
こういう部分↓がありますが、
(if (fboundp 'string-to-number)
(fset 'si:string-to-number (symbol-function 'string-to-number))
(fset 'si:string-to-number (symbol-function 'string-to-int))
(defalias 'string-to-int 'string-to-number))
最後の (defalias 'string-to-int 'string-to-number) があると、
なぜか Nemacs でのバイトコンパイルの実行が無限ループしてしまうようです
(defalias の行を消すと大丈夫)。
defalias の行を消してしまうというのはマズいでしょうか?
--
Yuuichi Teranishi (寺西裕一) <teranisi @ gohome.org>
PGP 5.0i Public Key: http://www.gohome.org/pgp5/teranisi.key
"So we sailed out of the sun till we found the see of green..."
More information about the APEL-ja
mailing list