>>>> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
Stephen> AFAIK the git mode preferred by 9 out of 10 dentists is magit.el.
Stephen> That doesn't mean we couldn't offer both, but I guess I would put
Stephen> priority on magit if you're asking my opinion. (Of course the mode
Stephen> with a volunteer to maintain it will win, or at least get in first!)
Decided to revisit magit. Doesn't work out of the box.
Requires 'view. I assume that's roughly equivalent to view-less.
Requires 'ido. There seems to be no equivalent, but the emacs version
of ido.el appears to mostly work once you fix up the defface things
like:
(defface ido-first-match '((t :weight bold))
"Face used by ido for highlighting first match."
:group 'ido)
to
(defface ido-first-match '((t (:weight bold)))
"Face used by ido for highlighting first match."
:group 'ido)
Requires 'server. I assumed it was equivalent to gnuserv, and
modified a few places to use gnuserve* instead of server*.
Now I'm stuck. It wants process-file and I don't know the xemacs
equivalent of that.
Ray
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta