From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12412 invoked by alias); 22 Apr 2014 06:03:44 -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: 18751 Received: (qmail 23581 invoked from network); 22 Apr 2014 06:03:38 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to :disposition-notification-to:user-agent; bh=BnmKrptb0BtLJ4dsn9LmranGjAI3SthfgEO4nNbigec=; b=qEzD8PEzElCI2OFYzijwY+Unfm6pRWxyMudLkHVh/QYaJT3RXj9DBQoGnueBEQbUL/ NAdwsPIJnKHnsombP6GRLdRS/TboRBR0CKdBTnvE+8yVMLqdbzf/vpUCdOOGWTSC/XJr 7AXbFDGCwLMbsZqAY/yuxsXGviAhmzIFsJPyzyazOum6ZodVpxLjuBrT98GXavbQvoK4 GAcs5wkP3eWviiGGf8lRXoegH8Ddu+uJ7ZmEA69y1yomDtTpz+uEJxrJ7Od5XloDqedb PS+LNYgWR1XWGQHLdYjkOZ1xW9n2/yQE5gunHu+R42vDy7dMklfalWOjbEXoZDFT2CJH ybAA== X-Received: by 10.66.241.66 with SMTP id wg2mr7417018pac.132.1398146614649; Mon, 21 Apr 2014 23:03:34 -0700 (PDT) Date: Tue, 22 Apr 2014 14:02:55 +0800 From: lilydjwg To: John Eikenberry , zsh-users@zsh.org Subject: Re: zsh: no matches found Message-ID: <20140422060255.GA11759@lilyforest> References: <874n1ot1nt.fsf@gmail.com> <87k3akrljw.fsf@turtle.gmx.de> <87zjjfsy3m.fsf@gmail.com> <20140421194618.GA10917@neroon.zhar.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140421194618.GA10917@neroon.zhar.net> User-Agent: Mutt/1.5.23 (2014-03-12) On Mon, Apr 21, 2014 at 12:46:18PM -0700, John Eikenberry wrote: > If you're cutting-n-pasting these from the browser, the url-quote-magic zle > widget might be useful. > > > autoload -U url-quote-magic ; zle -N self-insert url-quote-magic > > > This will auto-quote/escape URLs when typed (or pasted) . Hi, I find url-quote-magic is great for literal URLs, but when I try to paste some code with variables in URLs it breaks. Is there a toggle key/function or something to temporarily disable url-quote-magic? Now I have to edit the config then restart to get away with it :-( -- Best regards, lilydjwg