public
Description: elisp utility for defining functions which contextually jump between files
Homepage:
Clone URL: git://github.com/eschulte/jump.el.git
name age message
file .gitignore Mon Aug 04 16:57:34 -0700 2008 initial commit [Eric Schulte]
file README Thu Aug 21 10:21:47 -0700 2008 cleaning [Eric Schulte]
file Rakefile Mon Aug 04 16:57:34 -0700 2008 initial commit [Eric Schulte]
file findr.el Loading commit data...
file inflections.el
file jump.el Wed Apr 22 15:12:08 -0700 2009 if XEmacs then define ido-mode [Eric Schulte]
directory test/
file which-func.el
jump.el

elisp utility for defining functions which contextually jump between
files in a project (created to facilitate development of rinari and
similar projects see http://github.com/eschulte/rinari/tree/master)

inspired by
 find-file-in-project | http://www.emacswiki.org/cgi-bin/wiki/FindFileInProject
 toggle.el            | http://www.emacswiki.org/cgi-bin/emacs/toggle.el

uses
 findr.el | http://www.emacswiki.org/cgi-bin/wiki/FindrPackage