Re: The perfect X text editor

2000-03-02 Thread J C Lawrence
On Wed, 01 Mar 2000 20:18:28 +1030 
Mark Phillips [EMAIL PROTECTED] wrote:

 In particular I am looking for an emacs replacement for email
 composition.  I use emacs in conjunction with exmh which is quite
 nice in terms of editing power.  In particular I like the way it
 can reformat paragraphs, and even does this reformatting correctly
 when the paragraph is indented using  characters or whatever.
 The main problem is that it takes forever to load, even when you
 only want to write a simple email.  Can anyone recommend a
 replacement?

You are using gnuclient and not loading a whole new copy of Emacs
every time aren't you?

-- 
J C Lawrence Home: [EMAIL PROTECTED]
--(*)  Other: [EMAIL PROTECTED]
--=| A man is as sane as he is dangerous to his environment |=--


Re: The perfect X text editor

2000-03-02 Thread Mark Phillips

 You are using gnuclient and not loading a whole new copy of Emacs
 every time aren't you?

No.  What is gnuclient, how does it work, and what package is it in?

Thanks,

Mark.


_/\___/~~\
/~~\_/~~\__/~~\__Mark_Phillips
/~~\_/[EMAIL PROTECTED]
/~~\HE___/~~\__/~~\APTAIN_
/~~\__/~~\
__
They told me I was gullible ... and I believed them! 




Re: The perfect X text editor

2000-03-02 Thread Allan M. Wind
On 2000-03-02 14:13:33, Mark Phillips wrote:
 
  You are using gnuclient and not loading a whole new copy of Emacs
  every time aren't you?
 
 No.  What is gnuclient, how does it work, and what package is it in?

$ man gnuclient|head -9 |tail -2
  gnuserv,  gnuclient,  gnudoit - Server and Clients for GNU
  Emacs


/Allan
-- 
Allan M. Wind   Finger: [EMAIL PROTECTED] (GPG/PGP)
P.O. Box 2022   Email: [EMAIL PROTECTED]
Woburn, MA 01888-0022   ICQ: 44214251
USA Phone: 781.279.4513


Re: The perfect X text editor

2000-03-02 Thread J C Lawrence
On Thu, 02 Mar 2000 14:13:33 +1030 
Mark Phillips [EMAIL PROTECTED] wrote:

 You are using gnuclient and not loading a whole new copy of Emacs
 every time aren't you?

 No.  What is gnuclient, how does it work, and what package is it
 in?

Gnuclient is a small tools that tells a running instance of (X)emacs
that you want to edit a file.  It will variously (depending on your
(X)Emacs config and current setup either spawn a new frame for the
file, addit it to your edit ring, or bring a text mode session in
your current terminal.  The advantage is that you only ever need to
start and load (X)Emacs once.  From then on you're just attaching
edit sessions to the single running instance.  

Gnuclient is packaged as a part of XEmacs (which I use in preference
to GNU Emacs), or as a seperate package for GNU Emacs.

-- 
J C Lawrence Home: [EMAIL PROTECTED]
--(*)  Other: [EMAIL PROTECTED]
--=| A man is as sane as he is dangerous to his environment |=--