Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: "Schaible, Joerg" To: "Joseph M. Reagle Jr." Cc: cygwin AT sources DOT redhat DOT com Subject: RE: CVS and Comments Date: Tue, 24 Oct 2000 10:27:17 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C03D94.3833D8F0" ------_=_NextPart_000_01C03D94.3833D8F0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Hi Joseph, I use a script as my CVSEDITOR to call gvim (Win32) to solve this = problem. You may change it to use emacs. Greetings, J=F6rg > -----Original Message----- > From: Joseph M. Reagle Jr. [mailto:reagle AT w3 DOT org] > Sent: Monday, October 23, 2000 8:57 PM > To: vinschen AT cygnus DOT com > Cc: cygwin AT sources DOT redhat DOT com > Subject: CVS and Comments >=20 >=20 >=20 > The one bit of CVS I haven't been able to get to work under=20 > cygwin is commit=20 > comments in an editor window. I'd like to use PFE, but when=20 > it's invoked it=20 > doesn't understand the unix path: /tmp/cvs234 . I installed=20 > emacs, and it=20 > wants to save to i:/tmp/cvs234 . Is there a way to change the=20 > cvs tmp path? >=20 > __ > Joseph Reagle Jr. > W3C Policy Analyst mailto:reagle AT w3 DOT org > IETF/W3C XML-Signature Co-Chair http://www.w3.org/People/Reagle/ >=20 >=20 > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com >=20 ------_=_NextPart_000_01C03D94.3833D8F0 Content-Type: application/octet-stream; name="gvim" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="gvim" #!/bin/sh=0A= =0A= GVIM=3D/dev/c/Programme/vim/vim57=0A= =0A= for a in "$@";=0A= do=0A= ARGS=3D"$ARGS \"$(cygpath -w $a)\""=0A= done=0A= =0A= SHELL=3D`cygpath -aw $SHELL`=0A= echo $ARGS | xargs $GVIM/gvim -o &=0A= =0A= ------_=_NextPart_000_01C03D94.3833D8F0 Content-Type: text/plain; charset=us-ascii -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com ------_=_NextPart_000_01C03D94.3833D8F0--