]> code.delx.au - gnu-emacs-elpa/blob - externals-list
Add "rudel" to the list of externals.
[gnu-emacs-elpa] / externals-list
1 ;; -*- emacs-lisp -*-
2
3 ;; List of packages that are maintained externally.
4 ;; The list is made of elements of the form (NAME KIND URL).
5 ;;
6 ;; Where NAME is the name of the package;
7 ;;
8 ;; KIND can be one of:
9 ;; :subtree = a "git subtree" in the `master' branch.
10 ;; :external = kept in a separate `externals/<name>' branch.
11 ;;
12 ;; And URL is the URL of the remote git repository that we want to track.
13 ;; It can be nil, in which case we don't track anything (useless for
14 ;; :subtree, but not for :external).
15
16 ;; The FIXMEs indicate that the branch can't be merged as is because it needs
17 ;; some manual intervention (typically, because the two branches have
18 ;; diverged).
19
20 (("ack" :subtree "https://github.com/leoliu/ack-el")
21 ("auctex" :external "git://git.sv.gnu.org/auctex.git")
22 ;;FIXME:("cedet" :external "??")
23 ("coffee-mode" :subtree "https://github.com/defunkt/coffee-mode")
24 ("company" :subtree "https://github.com/company-mode/company-mode.git")
25 ("diff-hl" :subtree "https://github.com/dgutov/diff-hl.git")
26 ("dismal" :external nil)
27 ("easy-kill" :subtree "https://github.com/leoliu/easy-kill")
28 ("eldoc-eval" :subtree "https://github.com/thierryvolpiatto/eldoc-eval.git")
29 ("enwc" :subtree "bzr::bzr://bzr.savannah.nongnu.org/enwc/trunk")
30 ("f90-interface-browser" :subtree "https://github.com/wence-/f90-iface")
31 ("ggtags" :subtree "https://github.com/leoliu/ggtags")
32 ("ioccur" :subtree "https://github.com/thierryvolpiatto/ioccur.git")
33 ("js2-mode" :subtree "https://github.com/mooz/js2-mode.git")
34 ;;FIXME:("org" :external ??) ;; Need to introduce snapshots!!
35 ("rudel" :external "bzr::bzr://rudel.bzr.sourceforge.net/bzrroot/rudel/trunk")
36 ("temp-buffer-browse" :subtree "https://github.com/leoliu/temp-buffer-browse")
37 ;;FIXME:("vlf" :subtree ??)
38 ("w3" :external nil)
39 ("web-server" :subtree "https://github.com/eschulte/emacs-web-server.git")
40 ("websocket" :subtree "https://github.com/ahyatt/emacs-websocket.git")
41 ("yasnippet" :subtree "https://github.com/capitaomorte/yasnippet.git")
42 )