From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Herb Martin" Newsgroups: gmane.emacs.help Subject: Re: My gnuServer notes on Win2000 Date: Wed, 13 Aug 2003 01:04:29 GMT Organization: Road Runner - Texas Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1060737618 4529 80.91.224.253 (13 Aug 2003 01:20:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Aug 2003 01:20:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 13 03:20:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19mkJE-000388-00 for ; Wed, 13 Aug 2003 03:20:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19mkFO-0007GP-71 for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Aug 2003 21:16:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!cambridge1-snf1.gtei.net!news.gtei.net!bos-service1.ext.raytheon.com!cyclone.swbell.net!newsfeed1.easynews.com!easynews.com!easynews!news-west.rr.com!news.rr.com!cyclone.austin.rr.com!twister.austin.rr.com.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Original-NNTP-Posting-Host: 66.68.35.132 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.austin.rr.com 1060736669 66.68.35.132 (Tue, 12 Aug 2003 20:04:29 CDT) Original-NNTP-Posting-Date: Tue, 12 Aug 2003 20:04:29 CDT Original-Xref: shelby.stanford.edu gnu.emacs.help:115854 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11773 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11773 "kgold" wrote in message news:bhbl00$96c$1@news.btv.ibm.com... > > FWIW, I have this in my emacs for Windows, Linux, and AIX: > > ; gnuserv > > (require 'gnuserv) > (gnuserv-start) > > On Windows, running "gnuclientw" just works. On Unix, I have to start > one "emacs", and then use "gnuclient" once emacs is running. Presumably you have a "gnuserv.el" somewhere that sets this up -- I downloaded a chunk of elisp and stuck it in my .emacs file. My little batch trick is so that I can do this: e *.txt readme* And get all .txt and anything that starts with readme to run. It also fires the gnuserv the first time or brings emacs front if I type it with no (matching) files. e Emacs starts if necessary and comes to top of window stack (focus)