kdw313 / csearch-mode

emacs minor mode for codesearch (http://code.google.com/p/codesearch/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csearch-mode

An emacs minor mode for codesearch.

Usage

(require 'csearch-mode)

Notes

This is still in early development.

OS X Users

If you are running the GUI version of emacs and not executing from the terminal OS X will not provide emacs with the correct search path for executable files if you have custom paths set. This can cause csearch to fail to execute if you have csearch located in a non-standard search path.

If this is the case you can set the csearch executable path manually in your .emacs file.

(setq csearch/csearch-program "~/bin/csearch")
(setq csearch/cindex-program "~/bin/cindex")

About

emacs minor mode for codesearch (http://code.google.com/p/codesearch/)


Languages

Language:Emacs Lisp 100.0%