From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3421 invoked from network); 24 Mar 2004 18:46:24 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Mar 2004 18:46:24 -0000 Received: (qmail 29723 invoked by alias); 24 Mar 2004 18:44:45 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7260 Received: (qmail 29688 invoked from network); 24 Mar 2004 18:44:44 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 24 Mar 2004 18:44:44 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 24 Mar 2004 18:44:41 -0000 Received: (qmail 16332 invoked from network); 24 Mar 2004 18:44:41 -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; 24 Mar 2004 18:44:38 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id i2OIiaR16099 for zsh-users@sunsite.dk; Wed, 24 Mar 2004 10:44:36 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1040324184436.ZM16096@candle.brasslantern.com> Date: Wed, 24 Mar 2004 18:44:36 +0000 In-Reply-To: =?iso-8859-1?Q?=3Cs38u10erwrz=2Efsf=40ackusativ=2Eling=2Euu?= =?iso-8859-1?Q?=2Ese=3E?= =?iso-8859-1?Q?Comments=3A_In_reply_to__bkhl=40elektrubadur=2Ese_=28Bj=F6?= =?iso-8859-1?Q?rn_Lindstr=F6m=29?= =?iso-8859-1?Q?________=22zsh_and_line_breaks=22_=28Mar_24=2C__6=3A16pm?= =?iso-8859-1?Q?=29?= References: X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-users@sunsite.dk Subject: Re: zsh and line breaks MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable 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 Mar 24, 6:16pm, Bj=F6rn Lindstr=F6m wrote: } Subject: zsh and line breaks } } I'm having some trouble with zsh (4.0.6) and line breaks [...] } from Emacs: Running a shell in an emacs shell-mode buffer is entirely different than running it in nearly any other circumstance. Are you having this trouble= anywhere OUTSIDE of emacs? If not, perhaps its an emacs setting that needs to be changed, rather than a zsh setting ... The first thing to try is typing ctrl-j rather than return. If that work= s to get zsh to recognize a command, try assigning TERM=3Demacs i.e.: [bkhl@ackusativ ~/kurser/vt04/lp1/lab1]% TERM=3Demacs You may get a complaint about the terminal type emacs not found, but zsh may begin behaving a lot better.