From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24922 invoked from network); 24 May 2001 18:46:52 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 24 May 2001 18:46:52 -0000 Received: (qmail 28368 invoked by alias); 24 May 2001 18:46:27 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3899 Received: (qmail 28346 invoked from network); 24 May 2001 18:46:19 -0000 To: zsh-users@sunsite.dk Subject: compctl -y problem. Message-Id: From: Cesar Crusius Date: Thu, 24 May 2001 11:44:08 -0700 Hi. I am having a problem with the "-y" option for compctl. Namely, I have compctl -K project_changes -y '$change_descriptions' aecd where function project_changes { change_descriptions=`aereport changes -unf | grep -v "completed"`; reply=(`aereport changes -terse | grep -v "completed" | sed -e 's/ .*$//'`); } What happens now is this: $change_descriptions turns out to be a table with many lines. When I press after aecd, the table shows as expected, but the cursor does not return to where it should. It goes to one line below where I originally typed . Any clues? -- Cesar Augusto Rorato Crusius o _ _ _ Stanford University __o /\_ _ \\o (_)\__/o (_) e-mail:crusius@barcelonadesign.com _`\<, _>(_) (_)/<_ \_| \ _|/' \/ www.stanford.edu/~crusius (_)/(_) (_) (_) (_) (_)' _\o_ He who sacrifices functionality for ease of use Loses both and deserves neither