From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7569 invoked by alias); 27 May 2011 04:45:01 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29391 Received: (qmail 19728 invoked from network); 27 May 2011 04:45:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <110526214445.ZM533@torch.brasslantern.com> Date: Thu, 26 May 2011 21:44:45 -0700 In-reply-to: <1306459987-18807-1-git-send-email-mikachu@gmail.com> Comments: In reply to Mikael Magnusson "PATCH: clarify which quotation marks to note" (May 27, 3:33am) References: <1306459987-18807-1-git-send-email-mikachu@gmail.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: PATCH: clarify which quotation marks to note MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On May 27, 3:33am, Mikael Magnusson wrote: } Subject: PATCH: clarify which quotation marks to note } } I found the "Note the quotation marks" remark a bit confusing when I } read this. I still find it confusing. :-} } the expression `tt(*(e:'reply=(${REPLY}{1,2})':))' will cause the words } +`tt(lonely1)' and `tt(lonely2)' to be inserted into the command line. Note } +the quotation marks in the expression. Note the single quotes inside the colons in the expression. Perhaps??