zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk, "Janos Barbero" <jbarbero@gmail.com>
Subject: Re: zsh weird behaviour (possibly bug?)
Date: Mon, 02 Jul 2007 10:29:42 +0100	[thread overview]
Message-ID: <200707020929.l629Tgfw003908@news01.csr.com> (raw)
In-Reply-To: <77d935a0707012032u6011f3d1scf97e399ef7c5fa3@mail.gmail.com>

"Janos Barbero" wrote:
> I often notice that complex shell commands (usually with 5-10 pipes
> and plenty of awk/sed) produce no output in zsh, but work fine in
> bash. I found a really simple one today.
>    ls | sed 's/\<\(.\)\([^ ]*\)/\u\1\L\2/g'
> This produces no output in zsh, but does in any bash version. Further
> investigation revealed this to be due to my precmd's/postcmd's. So
> some more data:
> 1: precmd () {     print -Pn "\ek%n@%m %~$ \e\\"           }
> 2: preexec() {     print -Pn "\ek%n@%m %~$ $1\e\\"         }
> 3: precmd () {     print -Pn "\ek%~\e\\"                   }
> 4: preexec() {     print -Pn "\ek%~ $1\e\\"                }
> 
> If I have only line 4, command doesn't return (I have to manually kill
> the window), but plain ls works. If I leave lines 3 and 4, no output.
> Leaving either or both lines 1 and 2, it works fine. (I tried these
> with nothing else in my .zshrc.)
> 
> Is the problem with my precmd/postcmd 3 and 4, or is this a zsh bug?

It's hard to tell, but we can certainly say it's got *something* to do
with the way your terminal behaves.  I don't recognise those escape
sequences, but the fact that changing them makes a difference suggests
the terminal is doing something weird with the output.

You didn't say what system you're on: if it's a MAC, somebody reported a
similar problem recently.  See the thread at
 http://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=23429

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


To access the latest news from CSR copy this link into a web browser:  http://www.csr.com/email_sig.php

To get further information regarding CSR, please visit our Investor Relations page at http://ir.csr.com/csr/about/overview


  reply	other threads:[~2007-07-02  9:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-02  3:32 Janos Barbero
2007-07-02  9:29 ` Peter Stephenson [this message]
     [not found]   ` <77d935a0707020917o244fc086k72a679839d4f256b@mail.gmail.com>
2007-07-02 16:40     ` Peter Stephenson
2007-07-02 16:50       ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200707020929.l629Tgfw003908@news01.csr.com \
    --to=pws@csr.com \
    --cc=jbarbero@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).