Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 21:28:16 +0000
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Gary Jennejohn <garyj@muc.de>
Cc:        Michael Elbel <Michael.Elbel@consol.de>, Greg Lehey <grog@lemis.com>, questions@freebsd.org
Subject:   Re: Programmers' editor?
Message-ID:  <19991126212816.A565@marder-1>
In-Reply-To: <199911262034.VAA14853@peedub.muc.de>
References:  <19991126184246.A713@marder-1> <199911262034.VAA14853@peedub.muc.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 26, 1999 at 09:34:41PM +0100, Gary Jennejohn wrote:
> Mark Ovens writes:
> >On Fri, Nov 26, 1999 at 09:55:58AM +0100, Michael Elbel wrote:
> >> Set your editor to gnuclient and it will do what you want 
> >> (export EDITOR=gnuclient). 
> >
> >OK, I've done that (well, ``setenv EDITOR gnuclient'' as I use csh(1)).
> >
> 
> Seems to me that gnuclient is an xemacs-ism. With emacs I thinks it's
> called emacsclient (could be wrong). There's also an emacsserver in
> there. I found this by grep'ing the PLIST for emacs20.
> 

That's it! Thanks. I set "editor" to "emacsclient" in ~/.muttrc and
changed ~/.emacs to ``(server-start nil)'' and it works :) I had to
remove ``(load-library "gnuserver")'' though as it just caused
errors (even when changed to "start-server" or "emacsserver"), but works without it.

Thanks again for the help.

> >> You need to load gnuserv in your .emacs file. This is what I have in mine:
> >> 
> >> (load-library "gnuserv")
> >> (gnuserv-start nil)
> >> 
> >
> >Done that, but all I get from emacs is:
> >
> >Error in init file: File error: "Cannot open load file", "gnuserv"
> >
> 
> this is also an xemacs-ism. Check out the emacs help, there should be
> a mention of emacsclient or emacsserver in there somewhere.
> 
> 
> ---
> Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org
> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
PERL has been described as "the duct tape of the Internet"
and "the Unix Swiss Army chainsaw"
				- Computer Shopper 12/99
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org              http://www.radan.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991126212816.A565>