This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: texconfig and ed


> Sorry forgot to send the modified texconfig.
> In any case a better solution to the "ed" missing
> problem is to include in /usr/bin the following
> shell script, with the name "ed" :
>
> 	#!/bin/sh
> 	vim -e $1 $2 $3 $4 $5 $6
> 	exit
>
> Don't forget to make it executable
> 	chmod +wx ed

Sorry, I don't see the point to use "ex" instead of "ed" in texconfig.
ed should be available on everything that claims to be something
like UNIX.

Thomas

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]