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

[xyzzy:01976] Re: info.el



山本さん、こんにちは。

    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

Index Home