From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8931 invoked from network); 18 Aug 1997 01:18:03 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 18 Aug 1997 01:18:03 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.8.5/8.8.5) id VAA28369; Sun, 17 Aug 1997 21:10:02 -0400 (EDT) Resent-Date: Sun, 17 Aug 1997 21:10:02 -0400 (EDT) Date: Sun, 17 Aug 1997 21:10:25 -0400 (EDT) Message-Id: <199708180110.VAA11007@cyb.org> From: Josef Sachs MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: zsh-workers@math.gatech.edu Subject: Parsing change between 3.0.2 and 3.0.4? Resent-Message-ID: <"J7GWA1.0.9x6.f3wzp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3444 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Was there some change in parsing between 3.0.2 and 3.0.4 that causes me to get this error message: parse error near `\n' when sourcing a file containing this: [ "${(M)TERM#xterm}" = xterm ] && \ {stty -istrip -ixon ; function chpwd {print -Pn "\e]2;%m: $PWD\C-g"}} Thanks in advance.