[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: using gnudoit as external DreamWeaver editor
From: |
Jonathan Epstein |
Subject: |
Re: using gnudoit as external DreamWeaver editor |
Date: |
16 Jun 2003 07:11:43 -0700 |
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.