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 [eschulte]
file README Thu Aug 21 10:21:47 -0700 2008 cleaning [eschulte]
file Rakefile Mon Aug 04 16:57:34 -0700 2008 initial commit [eschulte]
file findr.el Wed Aug 20 19:00:36 -0700 2008 fleshed out tests, all functions SEEM to be wor... [eschulte]
file inflections.el Tue Jan 13 17:05:59 -0800 2009 added headers and autoload comments for submiss... [eschulte]
file jump.el Wed Apr 22 15:12:08 -0700 2009 if XEmacs then define ido-mode [Eric Schulte]
directory test/ Sat Aug 23 11:33:07 -0700 2008 accepts functions as specs, and more graceful d... [eschulte]
file which-func.el Wed Apr 22 15:04:09 -0700 2009 adding which-func.el which is not included by d... [Axel StrĂ¼bing]
README
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