From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29682 invoked by alias); 5 Jan 2011 10:49:31 -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: 15683 Received: (qmail 29007 invoked from network); 5 Jan 2011 10:49:20 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.193 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=SBnsjLYwl1ne4FdTDt+zrPUwK9UQx7Ud5FBgWZhqOQs=; b=u/OP3kXcMih3l+EkSvUDgRRUozTVE/hb0Hs+tNbLjTCtXu+mnxyA+FhBiMSSeA5sYe EEQGYFH6+f/Ru587PZEkK3dFGd0BKkxOpB8/DluZuNfLlFrepsUaiY3ObaKerujfj80r 7OsPZkkUDwHuu9vtEJbtFrcgi1K2q1c/POfiU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=qoNEZ+N73bqZRVBNuuBbdkygmc3BicNThehOqoldCJPCL85u0cwez3hj4V4jtYkpus j4GeA2+QTpHAN+aK2HmiAY7aJ6Dbkmv4g+OvsTV9inxpoRiSvN0BjUKffLIx0Inuzpd+ J/1Y9y6lNnmvnU2JK9Q3QwjLgCza2oXLJVJlo= MIME-Version: 1.0 In-Reply-To: References: <997733.11083.qm@web65612.mail.ac4.yahoo.com> <20110102102556.34910f31@atmarama.noip.me> From: Julien Nicoulaud Date: Wed, 5 Jan 2011 11:35:02 +0100 Message-ID: Subject: Re: How to get syntax highlighting working?? To: William Cc: Gour , zsh-users@zsh.org Content-Type: multipart/alternative; boundary=0016e64b03b63c3030049916f114 --0016e64b03b63c3030049916f114 Content-Type: text/plain; charset=ISO-8859-1 Thanks William, I applied your fix: https://github.com/nicoulaj/zsh-syntax-highlighting/commit/a640bb8b96fe95077b8a8ddc6a31f49912a060ee . 2011/1/5 William > Hi, > > I know this is a poor excuse for a patch, but access to git is blocked > from here. > To get this to work with my config, I had to change this line; > local aliased_command=${"$(alias $arg)"#*=} > to > local aliased_command="${"$(alias $arg)"#*=}" > in _zsh_highlight-zle-buffer, line 166 (in the current version anyway). > > nice work btw! > > > On Sun, Jan 2, 2011 at 10:25, Gour wrote: > > On Sat, 25 Dec 2010 19:09:37 +0100 > >>>>>>> "Julien" == wrote: > > > > Julien> Hi, > > Julien> just to say I've created a repository and added everyone who > > Julien> made changes as author: > > Julien> https://github.com/nicoulaj/zsh-syntax-highlighting > > > > Thanks a lot...Even reason less to switch to fish. ;) > > > > Otoh, I wonder if it is going to be included as part of zsh? > > > > > > Sincerely, > > Gour > > > > -- > > > > Gour | Hlapicina, Croatia | GPG key: CDBF17CA > > ---------------------------------------------------------------- > > > > > > -- > LIVE LIKE YOUR CAPS LOCK BUTTON IS JAMMED. > --0016e64b03b63c3030049916f114--