[xyzzy:00589] Re: info
- Subject: [xyzzy:00589] Re: info
- From: "Seiya Suda" <EZU11330@xxxxxxxxxxxxxxxx>
- X-mailer: Microsoft Outlook Express 4.72.3110.5
みなさん、こんにちは。
info のいきがかりのダチンとして次を作ったので
もしよかったら使ってやってください。
---------------------------------
(defun search-info ()
(interactive)
(let (string)
(if (pre-selection-p)
(let ((start)
(end))
(setq start (selection-point))
(setq end (selection-mark))
(setq string (buffer-substring start end)))
(setq string (read-string
(format nil "String: "))))
(Info)
(Info-menu "xyzzy")
(Info-search string)))
---------------------------------
/xyzzy/info ディレクトリーに xyzzy なる info 形式
ファイル(自分で作ったやつ)がなければなりません。
ほんとは全部の info ファイルを検索したいのですが
今のところやりかたがわかりません。
---------
須田誠也
EZU11330@xxxxxxxxxxx