From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5870 invoked by alias); 16 Aug 2015 17:23:39 -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: 20417 Received: (qmail 11281 invoked from network); 16 Aug 2015 17:23:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=GXY/7LsRS8lOqtr5Vd7JdD28SCso2shil52XGjreR9c=; b=VpExNZutX9WSGtaXm1JBQDjypxOIBc2vtZON1Y42v4f8SNSPF7u/W0NUI7JG1c5gfF BGtxy0R45zC90jqcAimmgC/2udvVBvl+nrmeaHbFSh9Mva1eDGMuGhoCK3FzTUw0jU4J 48rlqH4LO7SiuxU1dAYn3YdnT6LqDf3EnpDLksWH4atAsXlhehAwFICSbmWbI43GkoPu 9WDiCvbZESGUktYm2owfCiOzg72A6FqEtKkQ7CNt3hDoe/GjzVtm7yRGfUjW5GTkpj+j rG2iTRWDt43dhqa+DN+xMbQovsUrtxbPj1Y7q06wJNNSGvTrFp5lTzI5j+aQBzunXAUc uQaA== X-Gm-Message-State: ALoCoQk76mWDo3IroK2hFBXYfuB+QE0XTLFBMaWoRu8SDmeomsil5KK9ZWIT/yg0OJz9Pm9Hr2EY X-Received: by 10.60.144.196 with SMTP id so4mr31015931oeb.66.1439745814855; Sun, 16 Aug 2015 10:23:34 -0700 (PDT) From: Bart Schaefer Message-Id: <150816102331.ZM12498@torch.brasslantern.com> Date: Sun, 16 Aug 2015 10:23:31 -0700 In-Reply-To: <1873661846.5363426.1439743403133.JavaMail.yahoo@mail.yahoo.com> Comments: In reply to John "Re: Errors with my youtube-dl function in ~/.zshrc but I am unsure why" (Aug 16, 4:43pm) References: <150816093722.ZM12415@torch.brasslantern.com> <1873661846.5363426.1439743403133.JavaMail.yahoo@mail.yahoo.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: John , "zsh-users@zsh.org " Subject: Re: Errors with my youtube-dl function in ~/.zshrc but I am unsure why MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 16, 4:43pm, John wrote: } } Yes, it did work as the function only some months ago [...] Zsh on my } distro has updated since then (now running 5.08). Is there a possibility that (a) you copy-pasted the URL into the command line (b) you have self-insert bound to the url-quote-magic function and (c) your distro version of zsh is using a recent development snapshot that has the bracketed-paste widgets enabled, so url-quote-magic doesn't work for pasted text any more? } Minor note, I removed the noglob in the function Yes, that's fine. I just copied the function without editing it when I wrote my previous reply, didn't even notice you had noglob in there.