emacs-pid for v18

Katsumi Yamaoka yamaoka @ jpl.org
2001年 4月 18日 (水) 20:11:56 JST


ごめんなさい、茶々に限りなく近い内容です。(^^;;)

>>>>> In [apel-ja : No.00593] 
>>>>>	Shuhei KOBAYASHI <shuhei @ aqua.ocn.ne.jp> wrote:

小林さん> (defun emacs-pid ()

[...]

小林さん> 	      ;; この値では問題があるでしょうか?
小林さん> 	      (` (, (lsh -1 -1)))))

backquote もこのくらいになると普通の Nemacs では扱えません。

(defun most-positive-fixnum ()
  (` (, (lsh -1 -1))))

(most-positive-fixnum)
 => (\, (lsh -1 -1))

byte-compile してもしなくても。
-- 
Katsumi Yamaoka <yamaoka @ jpl.org>




More information about the APEL-ja mailing list