public
Description: elisp utility for defining functions which contextually jump between files
Homepage:
Clone URL: git://github.com/eschulte/jump.el.git
Axel StrĂ¼bing (author)
Wed Apr 22 14:56:09 -0700 2009
Eric Schulte (committer)
Wed Apr 22 15:04:09 -0700 2009
commit  37b0f012c971a4b54febeb3b151713ca2e629c56
tree    30e01e5da0d6b6f64d27deb3c010e04cdbf08ec0
parent  33681704c01cf6ba934a3b891ad68583f0bd60d5
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 Loading commit data...
file jump.el
directory test/ Sat Aug 23 11:33:07 -0700 2008 accepts functions as specs, and more graceful d... [eschulte]
file which-func.el
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