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

[xyzzy:07500] Re: 指定したディレクトリを Grep



ザキさん、こんにちは。

	2001年9月7日(金)[15:20:29]の、
	[xyzzy:07493] 指定したディレクトリを Grep
	への返事です。

| それで質問なのですが、ディレクトリの欄に指定したディレクトリを入れた状
| 態でGrepダイアログを開くことは可能でしょうか?

(defun foo ()
  (let ((ed::*grep-directory-name-hook*
	 #'(lambda ()
	     (pop si:*command-line-args*))))
    (declare (special ed::*grep-directory-name-hook*))
    (grep-dialog)))

とか定義しておいて、-f foo "ディレクトリ" を渡せばたぶ
ん動きます。

-- 
亀井哲弥(KAMEI Tetsuya)
kamei@xxxxxxxxxxxx

Index Home