I use this script to implement gnuserv: =================================== #!/bin/sh if [ -z "$1" ] then LEER="/tmp/gnuserv.`date +'%H%M%S'`" else LEER=$1 fi
pidof emacs && gnuclient -q $LEER || emacs -r -f gnuserv-start $LEER =================================== Resulting int he following error. command-line-1: Symbol's function definition is void: gnuserv-start When I put (gnuserv-start) in .emacs I also get a complaint although /usr/share/doc/gnuserv/README.Debian says: =================================================== Debian specific documentation for gnuserv: ----------------------------------------- In order to start the server automatically, place the following line in your .emacs: (gnuserv-start) =================================================== What now? Regards Johann -- The gnuserv package also distributes a script named "dtemacs" which will run check for an already running instance of emacs, and start one if non is found. -- More information about gnuserv can be found at: http://www.emacswiki.org/cgi-bin/wiki/GnuClient - Mike O'Connor <s...@vireo.org> Wed Oct 18 01:14:47 EDT 2006 -- Johann Spies Telefoon: 021-808 4599 Informasietegnologie, Universiteit van Stellenbosch "If any of you lack wisdom, let him ask of God, that giveth to all men liberally, and upbraideth not; and it shall be given him." James 1:5 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org