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

Re: sb-marc-aims.el



>>>>> In [emacs-w3m : No.03525]
>>>>>	knok@daionet.gr.jp wrote:

>   apache 関係の archives がある MARC <http://marc.theaimsgroup.com/> 
> 用の shimbun module を書いてみました。

どうもありがとうございます。幹に入れさせていただきました。
-- 
Katsumi Yamaoka <yamaoka@namazu.org>

ぜんぜん関係ないですが、w3m.el の w3m-header-line-insert にさっき
まであった (fboundp 'xemacs) を見て、思わず作ってしまいました。:-p

(defun xemacs ()
  (interactive)
  (if (featurep 'xemacs)
      (error "XEmacs is already running")
    (call-process "sh" nil nil nil "-c" "xemacs>/dev/null 2>&1&")))