From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16650 invoked by alias); 11 Sep 2002 21:24:10 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 16642 invoked from network); 11 Sep 2002 21:24:09 -0000 Received: from unknown (HELO ex02.idirect.net) (208.226.76.48) by sources.redhat.com with SMTP; 11 Sep 2002 21:24:09 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Crontab problems Date: Wed, 11 Sep 2002 14:32:00 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Harig, Mark A." To: "Nicholas Wourms" , "Raphael" , X-SW-Source: 2002-09/txt/msg00555.txt.bz2 I can think of several Cygwin-supported alternatives/workarounds. None of them address your question, however. 1. Set the environment variable EDITOR to 'vi' or 'vim', as suggested by Nicholas Wourms: $ export EDITOR=3Dvi $ crontab -e 2. Install 'nano' using 'setup.exe'. nano is a small emacs-like editor (closer to emacs than to vi). Then set EDITOR to nano: $ export EDITOR=3Dnano $ crontab -e 3. Install 'emacs' using 'setup.exe' and set EDITOR to 'emacs' or 'emacs -nw': $ export EDITOR=3Demacs $ crontab -e > -----Original Message----- > From: Nicholas Wourms [mailto:nwourms@yahoo.com] > Sent: Wednesday, September 11, 2002 4:48 PM > To: Raphael; cygwin@cygwin.com > Subject: Re: Crontab problems >=20 >=20 >=20 > --- Raphael wrote: > > Hi guys/girls~, > >=20 > > I'm having a bit of a problem with my windows based editor. Using > > it with > > Pine or Mutt is not problem. Using it with Crontab -e gives a > > sharing > > violation error when I want to save the new file. > >=20 > > Is this a crontab problem? >=20 > Use vi.exe >=20 > __________________________________________________ > Yahoo! - We Remember > 9-11: A tribute to the more than 3,000 lives lost > http://dir.remember.yahoo.com/tribute >=20 > -- > 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/ >=20 >=20 -- 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/