From mboxrd@z Thu Jan 1 00:00:00 1970 From: trebol To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: <10329051494891496@web28j.yandex.ru> References: <88b53838-29d8-47b1-9ee7-5c4402d56ecc@email.android.com> <9818491494866624@web7j.yandex.ru> <10110631494873212@web1g.yandex.ru> <10325501494884906@web6j.yandex.ru> <10329051494891496@web28j.yandex.ru> MIME-Version: 1.0 Message-Id: <10074821494892795@web37j.yandex.ru> Date: Tue, 16 May 2017 01:59:55 +0200 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: Re: [9fans] equality sign in Rc Topicbox-Message-UUID: bdd13f22-ead9-11e9-9d60-3106f5b1d025 So putting control characters aside, and space wich is not part of an unquoted word, they are just one of "!\"#$%&'()+,-./:;<=>?@[\\]^`{|}~", I'm looking in the wrong file, lex.c? If not, may be that explicit list would be nice in rio(1). I'm going to study the code and shut up my mouth. >> characters of the same type (c>' ' && !strchr("!\"#$%&'()+,-./:;<=>?@[\\]^`{|}~", c)) should be skipped too, > > I'm making a mess again... > > the type I'm talking about is chars that don't match that expression, I suppose that not matching > that expression is what is used for > > "character other than an alphanumeric, underscore, or *". > > trebol.