From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23129 invoked from network); 3 Apr 2004 20:35:26 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 3 Apr 2004 20:35:26 -0000 Received: (qmail 7014 invoked by alias); 3 Apr 2004 20:35:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19725 Received: (qmail 7000 invoked from network); 3 Apr 2004 20:35:09 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 3 Apr 2004 20:35:09 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 3 Apr 2004 20:35:9 -0000 Received: (qmail 23156 invoked from network); 3 Apr 2004 20:35:09 -0000 Received: from wbar3.sjo1-4-11-009-147.sjo1.dsl-verizon.net (HELO candle.brasslantern.com) (4.11.9.147) by a.mx.sunsite.dk with SMTP; 3 Apr 2004 20:35:07 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id i33KZ4o15602 for zsh-workers@sunsite.dk; Sat, 3 Apr 2004 12:35:04 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1040403203504.ZM15601@candle.brasslantern.com> Date: Sat, 3 Apr 2004 20:35:04 +0000 In-Reply-To: Comments: In reply to "Peter A. Castro" "Re: zsh and line breaks" (Apr 2, 5:23pm) References: <1vvf60l9i7n4nlobcroik2le5ofe6v2rn4@4ax.com> <3372.1080639122@trentino.logica.co.uk> <2603.1080737128@trentino.logica.co.uk> <25057.1080810596@trentino.logica.co.uk> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: zsh and line breaks MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: **** X-Spam-Status: No, hits=4.7 required=6.0 tests=RCVD_IN_DYNABLOCK, RCVD_IN_NJABL,RCVD_IN_NJABL_DIALUP,RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 4.7 On Apr 2, 5:23pm, Peter A. Castro wrote: } } On Thu, 1 Apr 2004, Peter A. Castro wrote: } } So, now I need a ruling on just where to put this fix. Due to how the } fix works, it can't be placed in DLL code. It must be linked into the } main exe. Now, I know that main.c is basically just a platform wrapper } for calling zsh_main(). My question is, to the zsh developers, would it } be acceptable to put code into main.c or should I persue adding a } seperate source file which will have to be part of MAIN_OBJS. I don't know that I can give you a "ruling" but in my opinion it would be fine to put this in main.c, appropriately #ifdef'd.