From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15280 invoked by alias); 25 May 2018 12:07: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: List-Unsubscribe: X-Seq: 23402 Received: (qmail 14687 invoked by uid 1010); 25 May 2018 12:07:38 -0000 X-Qmail-Scanner-Diagnostics: from out1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.25):SA:0(-2.6/5.0):. Processed in 2.540221 secs); 25 May 2018 12:07:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) 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, SPF_HELO_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=F1FUp/ mOVMLBonjuRIU3avJZx0M5MJbJig3IDh1/J3M=; b=lbtqAODqEBJNlIO8TKWMgz vNtNLo2iYhoByW60areqgLE4bFsju7MjiTi2q9aQnEAd564wIAOjyc7ftkmWzdYM XT7ZO/EDmj8d2vzVRM1yh+H3Zhp0eh4eQszyJ94N70/UZx7NDJdqhctNsP9OiUu6 v/WPWBgqyVHEr4/sKlc96etoJSYjsvAyV0qB+j9PeEM/CsrljMDtU2y0HY4egx+p AN7grbCXpuy1XL11+dKLK3qqcmAzPqYLbCcE5TiatO4RM6Zt3Sep88YIQ3y0ku0F 4JhHJUIQcG2hN0a1IRZI9UxhAKqnRGUd/t1daXh4GrSYkMJaSs7qOcpTUQpy085Q == DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=F1FUp/ mOVMLBonjuRIU3avJZx0M5MJbJig3IDh1/J3M=; b=QnxvzKRwjC1FwsDUow5mPS /MJSS6K3LOLTNfxyDlUHJ+9RejxJnT1TwazuhdZF2S750RD662e7gYmD8HTq3dUH LcuLqaldTLCFRsUdynY9AeY3oxUmcGPN5Nzm19chDIOeLerVoPVkJecDTgp4ndO8 DkOQmuAT1JuqeAvddYXSIhvFtyjKrmIicSqbVUNuvoNHs9amslYy1vkzOPwOGpE/ ni1ZTdcV5rsLBMIcKRgHRtvcxeKOFoehasdShkoAWud44EFAmfE4fQQyq0WYz08/ PcozcOMrBZ9jstm4obEUE7HXYMHKWt5QVR0N+d3Olmz4jS3JBbgL9VxuNth8oaqA == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Message-Id: <1527250050.4180399.1384999200.2D3B27E1@webmail.messagingengine.com> From: Daniel Shahaf To: "Vadim A. Misbakh-Soloviov" , zsh-users@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-29e6b281 References: <1661704.mmA4Cm8QeG@tp> Date: Fri, 25 May 2018 12:07:30 +0000 In-Reply-To: <1661704.mmA4Cm8QeG@tp> Subject: Re: Colorful new fast-syntax-highlighting Vadim A. Misbakh-Soloviov wrote on Wed, 23 May 2018 22:00 +0300: > It will be nice to (as already suggested in both issue trackers) to merge= that=20 > into "original" zsh-syntax-hl. >=20 I would love to work with Sebastian to merge the two efforts. z-sy-h has an open ticket for that: https://github.com/zsh-users/zsh-syntax-highlighting/issues/434 In the meantime, Matthew, Julien, maybe we should link fast-syntax-highligh= ting from INSTALL.md or something? I'm not afraid of competition =E2=98=BA > Also, how about freezing on path coloring in "big" direcotires (with mill= ions=20 > of files)? There's X_ZSH_HIGHLIGHT_DIRS_BLACKLIST in master. It hasn't been released = yet. Note that the X_ prefix means it's experimental (=3D enjoys limited forward compat guarantees). If you give it a spin do let us know how it goes. Please continue the discussion on the (relevant) github issue tracker; this list isn't a support forum for third-party modules. > And how about "dead" mounts (that also leads zsh to go into D-state)? Sounds like an OS-level problem of stat(2)/readdir(3) not returning.