Hi developers of TeXmacs:

    Currently, I'm working on a Git extension for TeXmacs. My code is on
github: https://github.com/sadhen/dotTeXmacs

    I have implemented the basic functions of Git such as git add, git
commit, git log, git diff ......

    The extension works well on my computer with the newest TeXmacs from
SVN repo. But it may not work on older versions even the TeXmacs in
Archlinux. I have not tested for other OS.

    I am a Scheme newbie. Seriously, these code is the longest scheme code
I have ever wrote. So the code would be in low quality. If anyone did this
before, I would regard it as a toy. If not, I think I may try my best to
polish it and make it support Windows. I don't have a MacOS environment, so
I need help for MacOS support.

    Also, my understanding of Git limits on the basics. Currently I use
eval-system to get git command output and parse it. I google it around, and
didn't find Git's scheme binding.

    I hope one day git can be a built-in module like svn. Because Git is
more popular, faster and easy to use than SVN(in my opinion).


-- 

人若德行 如水至清
_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to