File modified: lisp/emacs.d/Makefile lisp/emacs.d/init.el lisp/emacs.d/ivan-bbdb.el lisp/emacs.d/ivan-wgrep.el
Change357 at Thu Aug 26 08:52:47 2010 +0200 by Ivan Kanis <ivan@tao>
diff -r 5d5270ecc502 -r 02f8a62ac793 lisp/emacs.d/ivan-wgrep.el --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/emacs.d/ivan-wgrep.el Thu Aug 26 08:52:47 2010 +0200 @@ -0,0 +1,39 @@ +;;; ivan-wgrep.el --- editable grep + +;;; Commentary: + +;;; THANKS: + +;;; BUGS: + +;;; INSTALLATION: + +;;; Code: + +(ivan-face + wgrep-face r-darkseagreen2 + wgrep-file-face normal + wgrep-reject-face red + wgrep-done-face normal) + + +;; Local Variables: +;; compile-command: "make" +;; End: + +;; Copyright (C) 2010 Ivan Kanis +;; Author: Ivan Kanis +;; +;; This program is free software ; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation ; either version 2 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, but +;; WITHOUT ANY WARRANTY ; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +;; General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program ; if not, write to the Free Software +;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA