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

Re: XEmacs bug



>> On Tue, 17 Jun 2003 19:20:24 +0900
>> 「山」== yamaoka@namazu.org (Katsumi Yamaoka) said as follows:

>>>>> In [emacs-w3m : No.05206]
>>>>>	NAKAJIMA Mikio <minakaji@namazu.org> wrote:

中島さん>   こんなのは、大丈夫なんですか?

中島さん> (luna-define-method shimbun-index-url ((shimbun shimbun-pocketgames))
中島さん>   shimbun-pocketgames-url)

山> だめですねえ。

え,駄目なんですか?

    (defun foo () emacs-version)
    => foo
    (foo)
    => "21.4 (patch 6) \"Common Lisp\" XEmacs Lucid"
    (byte-compile 'foo)
    => #<compiled-function nil "...(2)" [emacs-version] 1>
    (foo)
    => "21.4 (patch 6) \"Common Lisp\" XEmacs Lucid"

という結果が得られていますから,関数定義が文字列のみ,という状況でなけ
れば大丈夫だと思うのですが.

-- 
土屋 雅稔 ( TSUCHIYA Masatoshi )