s

Meadow で日本語検索(grep-find)

1.Meadow/Emacs memo: 全文検索 ― 日本語 grep 2.sh1.2 pyblosxom : 作業メモの取り方と、Meadowでの日本語検索(utf-8)

1.で lgrep をインストールして、2.で .emacs の設定をすることで動くようになった。

;;lgrep(setq grep-command "lgrep -n -Ks -Os ")(setq grep-find-command "find . -type f -path '*.svn*' -prune -o -print0 | xargs -0 -e lgrep -n -Ks -Os ")(setq grep-program "lgrep")