Bazaar VC support
"Baden Markus P. (KSTA 5)" <[email protected]> Fri, 26 Jun 2009 14:35:15 +0200
| Newsgroups | gmane.emacs.code-browser |
|---|---|
| Message-ID | <64105A4F8B9F764FA82D4C0526262E9103C050A3@chsa1022.share.beluni.net> |
Hi all,
Just installed ECB and it looks pretty impressive. Thanks to all for
that!
For VC I use mostly Bazaar and since there is already a vc-bzr in emacs,
it was pretty easy to get ecb to recognize bzr.
As identify-backend-function I use the function
(defun ecb-vc-dir-managed-by-BZR (directory)
"Return 'BZR if DIRECTORY is managed by BZR. nil if not."
(and (locate-library "vc-bzr")
(ecb-file-exists-p (concat directory "/" ".bzr"))
(require 'vc)
(require 'vc-bzr) 'BZR))
And as check-state-function ecb-vc-state. At the first glance it looks
to work, it also updates the symbols after commiting etc, so maybe can
include it in the ecb code.
Keep up the nice work!
Cheers,
Markus
------------------------------------------------------------------------------
_______________________________________________
Ecb-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecb-list