./devel/monotone-el, Emacs packages to work with the monotone VCS

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q3, Version: 0.48, Package name: monotone-el-0.48, Maintainer: jmmv

This package provides the emacs modules shipped with monotone in a ready-to-use
manner. These are:

* monotone.el: Runs monotone from within emacs.

Highlights for emacs configuration/use:

(require 'monotone)
(monotone-set-vc-prefix-key [f5]) ;; or "\C-xv"
(setq monotone-passwd-remember t)


* monotone-nav.el: A database browser for monotone databases. Using the sql
option of monotone, it extacts the data into emacs which you may browse
using the arrow keys. You can also mark revisons to run diffs or do other
work.

Highlights for emacs configuration/use:

(require 'monotone-nav)
(mnav-revdb-reload)
(message "mnav-pick: %s" (mnav-rev-id (mnav-pick)))

You may also want to install the lua-mode package if you edit config files.


Required to run:
[editors/emacs]

Master sites:

SHA1: 275ed47cb0bc78bc8b40b3ee234ff52d50d0fb64
RMD160: 233571b3075cf7d21b9db3c74b77d8fb6757c082
Filesize: 4679.706 KB

Version history: (Expand)