Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 6 Apr 2004 18:00:05 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: zsh and line breaks Message-ID: <20040406160005.GP26575@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <1040403203504 DOT ZM15601 AT candle DOT brasslantern DOT com> <20040404192948 DOT 8E1978545 AT pwstephenson DOT fsnet DOT co DOT uk> <20040406083806 DOT GJ26575 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040406083806.GJ26575@cygbert.vinschen.de> User-Agent: Mutt/1.4.2i On Apr 6 10:38, Corinna Vinschen wrote: > I'm wondering if it makes sense to add a "/usr/lib/textreadmode.o" to > Cygwin, so that applications like zsh and gawk don't have to have this > code to provide by themselves. A simple > > case "$host" in > *-*-cygwin*) > LIBS="$LIBS /usr/lib/textreadmode.o";; > esac > > in configure.ac would do it then. I've done this. The next Cygwin version will have a /usr/lib/textreadmode.o file which you only have to link against to get auto textmode on files opened for reading. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/