From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jaepstein_63@yahoo.com (Jonathan Epstein) Newsgroups: gmane.emacs.help Subject: Re: using gnudoit as external DreamWeaver editor Date: 16 Jun 2003 07:11:43 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <27e4d2e8.0306160611.41168af6@posting.google.com> References: <27e4d2e8.0306131217.5a5ed3bc@posting.google.com> <84adclzojv.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1055773510 19764 80.91.224.249 (16 Jun 2003 14:25:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 16 Jun 2003 14:25:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 16 16:25:05 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Ruka-0004I4-00 for ; Mon, 16 Jun 2003 16:14:24 +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 19Rulj-0004sZ-9W for gnu-help-gnu-emacs@m.gmane.org; Mon, 16 Jun 2003 10:15:35 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 128.231.88.4 Original-X-Trace: posting.google.com 1055772704 25844 127.0.0.1 (16 Jun 2003 14:11:44 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 16 Jun 2003 14:11:44 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:114484 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10976 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10976 Thanks, Kai, that was the magic hint. I am now using gnuclientw, which handles all the backslashes quite nicely. No intervening Perl program is now required. I may still need to fight the original battle in the future, if I need to run some Elisp at the same time the editor is invoked, but I'm all set for now. Thanks again, Jonathan kai.grossjohann@gmx.net (Kai Großjohann) wrote in message news:<84adclzojv.fsf@lucy.is.informatik.uni-duisburg.de>... > jaepstein_63@yahoo.com (Jonathan Epstein) writes: > > > From a plain-old bash command line, the following works fine: > > gnudoit -q '(find-file "c:/users/epstein/Alligator.pl")' > > Does gnuclient also work? > > gnuclient c:/users/epstein/Alligator.pl > > One might hope it works better with them slashy thingies.