Practice of Programming

プログラム とか Linuxとかの話題

anything.el

はげしく便利だと、kiyokaさんにおしえてもらいました。
http://www.emacswiki.org/cgi-bin/wiki/anything.el


kiyokaさんの記事
http://oldtype.sumibi.org/show-page/kiyoka.2008_04_23
http://oldtype.sumibi.org/show-page/kiyoka.2008_05_13


locate がエラーを出すので、下記のようにしてみた。条件のぞいただけ。

- anything-config.el~	2008-05-31 23:34:26.000000000 +0900
+++ anything-config.el	2008-05-31 23:47:58.000000000 +0900
@@ -396,9 +396,7 @@
 
 ;;;; Locate
 
-(defvar anything-c-locate-options (if (eq system-type 'darwin)
-                                      '("locate")
-                                    '("locate" "-i" "-r"))
+(defvar anything-c-locate-options '("locate")
   "A list where the `car' is the name of the locat program
 followed by options.  The search pattern will be appended, so the
 \"-r\" option should be the last option.")

おー。便利。本当に!