From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24775 invoked by alias); 17 May 2018 10:10:53 -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: List-Unsubscribe: X-Seq: 42795 Received: (qmail 20694 invoked by uid 1010); 17 May 2018 10:10:53 -0000 X-Qmail-Scanner-Diagnostics: from mail-oi0-f68.google.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(209.85.218.68):SA:0(-1.9/5.0):. Processed in 1.139079 secs); 17 May 2018 10:10:53 -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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=rlNAFrM39JY4zsk+k9EPF+pMe8TOo6zWvi5fwT4eFmU=; b=dFJo4A5Ufa/08+j6Cae6vp1pixobrHAMV9xLPML69Ju044Z1+02bTwH/ynyXdt+/7s cU4D+Uy/M5vi+a9SGG/9a7BAtvfPJOsOvPVdgS6U4O41xJgz4t7yIriCSDtd5mIi3zxK H59F/psV+GH/PIf8jjD7PjnBa7ZN7Xfz/OqQ4Scm3+NBKjP7ssInmhzCO4G8Fd1WT+Za v+WpzXVGTi0E8voEHQOU4+4roSHyKFofFRf9SXi+DGf7IlbQCwoGWYMpiEizFrjqx8VY dKgf8BNDriiBWfVBNo33cE5FTimN+Pv0hcD1t5/CzMWT5EV19sdovoqaGK0dfUSaCH73 1gIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=rlNAFrM39JY4zsk+k9EPF+pMe8TOo6zWvi5fwT4eFmU=; b=CbkXoj/7JfVbqI7ejCHmg2IObDpmDQ5oxe39IreZc8u2cZScvC9GRmmdJwXON6DInH 8xSG8lRpjB/aP8IEUjpkk0DVnti+3pHQfXApf+zNByZfzf2oCJBTg+qOIw8tegWNg+aN E8w6YC8O1vnkamiyxn93IuvYoToLe85upVZ6pPOthTcHvaH/qfo/yhdnHROU6Uq4CSDb wThmWjFQSyU7leorbdPwvBo+hJuZTXqy/6tQesHzylroUimBP/SMig2rV/qH5JJQA/hH JwKQYbVDvzEMtaui1qzUG/O3GXjv65FlSQOUfvvx+9MWZN3w8E81o9aaOifnDUEzskZI gyTA== X-Gm-Message-State: ALKqPwdhTGKiw2P0Jxhj5UmNF+Ex9KibPwHdSDMkhaSDS/Um34/Gdxd+ zS4K1/+P3U4O1fEwiNK1bW6vDfJ1Jr90hUdPv2M= X-Google-Smtp-Source: AB8JxZpxZW+q03iVDNlB1V1x74UtbEfmwvv+T3c75os+q1v6l5rxj2rrcEwgrxZ8T9XUlMyrAQ5ILTBwsSog9an7pnc= X-Received: by 2002:aca:cf90:: with SMTP id f138-v6mr2695768oig.333.1526551849369; Thu, 17 May 2018 03:10:49 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20180513212553.GA29028@chaz.gmail.com> <20180514063611.GA7263@chaz.gmail.com> <20180514064431.GB7263@chaz.gmail.com> <20180514094733.308bff1a@camnpupstephen.cam.scsc.local> <20180514123425.GA19631@chaz.gmail.com> From: Sebastian Gniazdowski Date: Thu, 17 May 2018 12:10:28 +0200 Message-ID: Subject: Re: [PATCH] [[:blank:]] only matches on SPC and TAB To: Zsh hackers list Content-Type: text/plain; charset="UTF-8" On 17 May 2018 at 11:03, Sebastian Gniazdowski wrote: > This is a very interesting point. Think bank-systems. I think no one > ever predicted that control code of deployed programs will be > influenced from outside. The [[:alpha:]] case should find its way to > books on computer science as an example of something unbelievable. Just one more thing. This situation is like Windows NT vs. Linux. Windows engineers have put a large effort to implement the micro-kernel paradigm, focusing on i.a. driver - kernel API. While Linus, as kernel evolved, was changing the APIs because he could patch source tree. Thus, he could fix past mistakes. So we now have a better C with those new unicode glyphs, I've used them explicitly in my project giturl and I can tell that C ecosystem will last longer thanks to those upgrades. But that are bungee jumps hehe. -- Best regards, Sebastian Gniazdowski