jump-tree
jump-tree copied to clipboard
jump-tree is an undo-tree like jumping implementation, so that we can jump back and forth in a tree way like undo-tree. It's inspired by and a combination of undo-tree and jumplist.
Hi jump-tree developers, Thanks very much for a most useful mode. I have a bit of a weird set of questions, which are mostly due to my ignorance of how...
When byte-compiling jump-tree, Emacs reports many warnings: ``` % for i in *.el; do echo $i emacs --batch -Q -L . -f batch-byte-compile $i done jump-tree.el In toplevel form: jump-tree.el:581:1:Warning:...
Can it jump between file? I tested it, but it didn`t work.
It would be nice to have a `jump-tree-visualize-jump-next-to-x` command that acts like `jump-tree-visualize-jump-prev-to-x` but in the other direction.