This site is a static rendering of the Trac instance that was used by R7RS-WG1 for its work on R7RS-small (PDF), which was ratified in 2013. For more information, see Home.
Source for wiki EditingTracPagesInEmacs version 7
author
aag
comment
Added usage instructions.
ipnr
72.14.226.9
name
EditingTracPagesInEmacs
readonly
0
text
= Editing Trac Pages in Emacs =
The trac-wiki.el package allows one to view and edit wiki pages in
Trac directly from Emacs. I've gotten it working with GNU Emacs
23.1.1, but I had to patch it first. Here's what I did:
1. I installed [http://www.emacswiki.org/emacs/xml-rpc.el xml-rpc.el version 1.6.8].
2. I downloaded [http://trac-hacks.org/wiki/EmacsWikiEditScript trac-wiki.el 1.7].
3. I made some changes to trac-wiki.el to make it compatibile with
this version of xml-rpc.el: TracWikiElPatch. The resulting file,
which you can install directly, is TracWikiElWithPatch.
Once you've installed xml-rpc.el and the patched trac-wiki.el in your,
you are ready. To use trac-wiki.el, load it, then do:
M-x trac-wiki RET
RET
http://trac.sacrideo.us/wg RET
y
WikiStart RET
This will take you to the Trac wiki's home page. Use C-h m for
details about more commands you can use to get info about pages,
including diffs, and to edit them directly in Emacs.
time
2010-02-27 06:19:20
version
7