XEmacs Stuff

XEmacs 21.5.23

Emacs-wiki

Emacs-wiki is very cool. More information here: EmacsWiki

Muse

Lists

List items need to be prefaced with space

WikiIndex

This is not automatically generated. Created a file called WikiIndex.muse, containing

#title Index

<lisp>(muse-index-as-string t t)</lisp>

This still does not create the link at the bottom of every page

WikiNames

put

(require 'muse-wiki)
in init scripts.

Stylesheet for HTML

customise variable muse-html-style-sheet to be

<link rel="stylesheet" type="text/css" href="../default.css" />

Debian equivs

So that we can use other deb packages that depends on muse-el even when using our own compilation.

brick@wanbalans:/tmp/moef
$ equivs-control muse-el

brick@wanbalans:/tmp/moef
$  cp /usr/share/doc/equivs/examples/wp8.ctl  muse-el
Section: non-free/editors
Package: muse-el
Description: muse-el dummy package
 Dummy package so that I can use my own compiled muse-el

Note the space before the "long" desciption.

brick@wanbalans:/tmp/moef
$ equivs-build muse-el

brick@wanbalans:/tmp/moef
$ sudo dpkg -i muse-el_1.0_all.deb

Bugs

Setting a temporary "bookmark"

Press C-space. This sets a mark, but also starts highlighting. So press C-space C-g instead, which aborts the highlighting, but still sets the mark.

Jump around the buffer to hearts content. When you want to return, press C-u C-space, and you jump bank to the last mark.