Re: Using gnuserv (Re: bigots - was Emacs - was Mail/news software)

2000-05-31 Thread Karl M. Hegbloom
> "Carel" == Carel Fellinger <[EMAIL PROTECTED]> writes: Carel> And to really speed up things, you could even use the -vanilla flag Carel> next to -nw to tell xemacs to forget about all those nifty packages Carel> that take all this time to load. Better to let it load it all up..

Re: Using gnuserv (Re: bigots - was Emacs - was Mail/news software)

2000-05-31 Thread Karl M. Hegbloom
> "jsja" == john s jacobs anderson <[EMAIL PROTECTED]> writes: > "Peter" == Peter S Galbraith <[EMAIL PROTECTED]> writes: jsja> Oh, no, I agree -- that's why I tend toward vi in those jsja> situations. However, over the weekend I've been playing with jsja> gnuserv/gnuclient in

Re: Using gnuserv (Re: bigots - was Emacs - was Mail/news software)

2000-05-30 Thread Carel Fellinger
On Mon, May 29, 2000 at 11:20:04PM -0400, Chris Gray wrote: > > pidof xemacs && gnuclient -q $1 || xemacs -nw $1 This will only work if you are the one and only user ever to use xemacs. So you better use (analog to what was shown on the list a couple of days ago): $ fuser -sn tcp $((UID+21490

Re: Using gnuserv (Re: bigots - was Emacs - was Mail/news software)

2000-05-29 Thread john s jacobs anderson
> "Chris" == Chris Gray <[EMAIL PROTECTED]> writes: Chris> People always get lots of responses from queries like this, Chris> but this seems like the obvious way to do it: Chris> pidof xemacs && gnuclient -q $1 || xemacs -nw $1 Yep, that works. In the hopes of saving a newbie or two so

Re: Using gnuserv (Re: bigots - was Emacs - was Mail/news software)

2000-05-29 Thread Chris Gray
On Mon, May 29, 2000 at 10:58:08PM -0400, john s jacobs anderson wrote: > Okay, that could work -- but I'm too forgetful to remember if there's > already an XEmacs process running -- anybody have a shell script that > will execute the following pseudocode? > > if there's an XEmacs process

Re: Using gnuserv (Re: bigots - was Emacs - was Mail/news software)

2000-05-29 Thread john s jacobs anderson
> "Peter" == Peter S Galbraith <[EMAIL PROTECTED]> writes: Peter> Here's why I use gnuserv all the time. Say I in a shell in a Peter> directory called Peter> /deb/potato/home/rhogee/deb/gri/CVS/gri/doc/cookbook and I Peter> want to edit a file in Emacs. I could go in Emacs and type

Using gnuserv (Re: bigots - was Emacs - was Mail/news software)

2000-05-26 Thread Peter S Galbraith
Here's why I use gnuserv all the time. Say I in a shell in a directory called /deb/potato/home/rhogee/deb/gri/CVS/gri/doc/cookbook and I want to edit a file in Emacs. I could go in Emacs and type C-x C-f and then type in (or cut/paste) the whole path. That's arduous. Instead, if I want to edi