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

[xyzzy:00589] Re: info



みなさん、こんにちは。

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

Index Home