On Thursday, 15 February 2001 at 19:53, Alex Povolotsky wrote:
> Hello!
>
> I've seen very cool $EDITOR settings to edit messages in emacs; but XEmacs
> is different with Emacs in regard of servering.
>
> I am not an [X]Emacs guru (yet), so all my attempts to set it up ended in
> nothing.
>
> Maybe someone has made it?
Here's what I use:
set editor="xemacs -f post-mode"
you can get post-mode from http://www.astro.utoronto.ca/~reid/mutt/
xemacs isn't the binary, it's the following stupid script:
gnuclient "$@" 2>/dev/null && exit 0
/usr/bin/xemacs -unmapped -f gnuserv-start &
# Allow gnuserv to start
sleep 3
gnuclient "$@"
HTH,
-Brendan