From mboxrd@z Thu Jan 1 00:00:00 1970 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes Message-Id: <9901251401.AA38413@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: completion with redirections In-Reply-To: "Sven Wischnowsky"'s message of "Mon, 25 Jan 1999 14:43:14 NFT." <199901251343.OAA17087@beta.informatik.hu-berlin.de> Date: Mon, 25 Jan 1999 15:01:11 +0100 From: Peter Stephenson X-Mailing-List: 4988 Sven Wischnowsky wrote: > There is a problem: this array contains ")" instead of '>', > so one will currently get a wrong string for such redirections. Is > this a typo or is there some hidden reason for it (i.e. can I change > the table or do I have to build a different table in zle_tricky.c)? I can't see how it can possibly be right as it stands, looking at what's around it. *** Src/lex.c.outang Mon Jan 25 14:30:37 1999 --- Src/lex.c Mon Jan 25 14:59:49 1999 *************** *** 121,127 **** ")", /* OUTPAR */ "||", /* DBAR */ "&&", /* DAMPER */ ! ")", /* OUTANG 10 */ ">|", /* OUTANGBANG */ ">>", /* DOUTANG */ ">>|", /* DOUTANGBANG */ --- 121,127 ---- ")", /* OUTPAR */ "||", /* DBAR */ "&&", /* DAMPER */ ! ">", /* OUTANG 10 */ ">|", /* OUTANGBANG */ ">>", /* DOUTANG */ ">>|", /* DOUTANGBANG */ -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy