[xyzzy:01976] Re: info.el
- Subject: [xyzzy:01976] Re: info.el
- From: Tetsuya Kamei <kamei@xxxxxxxxxxxx>
- X-mailer: Denshin 8 Go V321.2b5
- X-yzzy-version: 0.0.0.74
山本さん、こんにちは。
Wed, 24 Feb 1999 12:03:57 +0900 の
“[xyzzy:01975] Re: info.el”
への返事です.
| # ほかの変な機能(C-? と info-standalone)は亀井さん次第です。(たぶん)
C-? って?(^^;
info-standalone はこんなんでしょうか? 全然テストしてませんけど。
(defun info-standalone ()
"Run Xyzzy as a standalone Info reader.
Usage: xyzzy -f info-standalone [filename]
In standalone mode, \\<*info-mode-map*>\\[info-exit] exits Xyzzy itself."
(setq *info-standalone* t)
(if (and si:*command-line-args*
(not (string-match "^-" (car si:*command-line-args*))))
(handler-case
(info (pop si:*command-line-args*))
(error (c)
(si:*print-condition c)
(save-buffers-kill-xyzzy)))
(info)))
--
亀井哲弥(Tetsuya Kamei)
kamei@xxxxxxxxxxxx/JCA00343@xxxxxxxxxxx