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.

Editing­Trac­Pages­In­Emacs

aag
2010-02-27 06:12:25
6detailshistory
source

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

  1. 1.1, but I had to patch it first. Here's what I did:
  1. I installed xml-rpc.el version 1.6.8.
  1. I downloaded trac-wiki.el 1.7.
  1. 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.