fenrirからxyzzyのファイラを移動(その3くらい)

Fenrir-to-filerも直したら上手くGrepも上手く行ったのでそれの話。
■しょぼしょぼすくりぷと風のやり方。

(defun fenrir-to-filer ()
  (interactive)
  (unwind-protect
	  (save-excursion
		(when (and si:*command-line-args*)
		  (let ((*filer-primary-directory* (pop si:*command-line-args* )))
			(filer (pop si:*command-line-args* ) t "fenrir2xyzzy" t t)
			(filer-chdir *filer-primary-directory*))
		  ))))

fenrirの設定の方は

[.\\\;
xyzzyFiler|C:\xyzzy\xyzzycli.exe -f fenrir-to-filer "%P"
]

こういう感じ。
■files+-grep-directory風のやり方なら
xyzzyのファイラをFenrirで移動する - himadatenodeの日記
http://d.hatena.ne.jp/himadatanode/20060911/p2
こっち。