From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2840 invoked by alias); 8 Jan 2014 07:31:01 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18290 Received: (qmail 11815 invoked from network); 8 Jan 2014 07:30:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=KXbBqaMYTfazDTh+LALD0hrOfocGNRkpvTJZ7hKAo9Q=; b=ZbAZFEux9GiRg7Rvet0Zk0DSu3M89q3SiBz6iouzeoUm/B5S4Xp1IPZ2WVblDGcGE8 /6msOBCbeNuBtDwLFiJqbMV/6vXaXD3sxFzyUw+vOzk5WZAbZeZopv4NBU0hG4skrrPU lBHXVGoXB4h1Us/CRiYN2izPIgSxQlsbafkgmagftSs+OzcD4oTCQuZB781iJUXuG5Kv hM2zDlcoYY3+YO3PMvpIEdG9kihEUiLoXcuQYcODDKZbvzDpoao12wnVq9YEo4s4OcYU r/DWV9B5lZrpTCTyuu69LMtN+90g6lckbFtgYwqtg9abGFOEZDC0ciSBPoS7DEC6ejUY tTig== X-Gm-Message-State: ALoCoQnda4HhI5+W99qp26TCjs0wPDg3bByagCtymvbN7FHQQplz3gZQ9oDnLpaNLd0RgqdrlXMr MIME-Version: 1.0 X-Received: by 10.112.180.37 with SMTP id dl5mr4667350lbc.58.1389166251089; Tue, 07 Jan 2014 23:30:51 -0800 (PST) In-Reply-To: <3544E54E-173B-43CA-9735-6A2A2BA9DB80@gmail.com> References: <3544E54E-173B-43CA-9735-6A2A2BA9DB80@gmail.com> Date: Tue, 7 Jan 2014 23:30:51 -0800 Message-ID: Subject: Re: Zsh not completing redirection anymore From: Bart Schaefer To: Zsh Users Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Tue, Jan 7, 2014 at 9:31 PM, Sohron Viholainen wro= te: > > I=92m using zsh-templates-osx (https://code.google.com/p/zsh-templates-os= x/) with vi- and zshall keybindings, but haven=92t changed anything in it l= ately. Nevertheless I think this must be where the problem lies. I'm not going to pretend to have time or interest in poring over that, but I don't find anything in your pastebin'd .zshrc that is the culprit. > For some reason redirection like, say `echo foo > file=92 or `echo f= oo >> file=92 doesn=92t complete to file.txt or anything existing Use and (_complete_help and _complete_debug) to see if anything looks odd. should give you something very much like: tags in context :completion::complete:-redirect-,>,echo:: all-files (_files _redirect) Output from goes to a file and can be difficult to interpret. If completion after just "echo" (without redirection) is still working, capture one debug file that way and a second one with the redirect so the two can be compared.