Re: [apps-discuss] draft-yevstifeyev-abnf-separated-lists-01.txt

Julian Reschke <julian.reschke@gmx.de> Mon, 06 December 2010 23:05 UTC

Return-Path: <julian.reschke@gmx.de>
X-Original-To: apps-discuss@core3.amsl.com
Delivered-To: apps-discuss@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id E939728C0CF for <apps-discuss@core3.amsl.com>; Mon, 6 Dec 2010 15:05:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.509
X-Spam-Level:
X-Spam-Status: No, score=-104.509 tagged_above=-999 required=5 tests=[AWL=-1.910, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UuDqnfPIa4oG for <apps-discuss@core3.amsl.com>; Mon, 6 Dec 2010 15:05:37 -0800 (PST)
Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.23]) by core3.amsl.com (Postfix) with SMTP id A56BF3A68D6 for <apps-discuss@ietf.org>; Mon, 6 Dec 2010 15:05:36 -0800 (PST)
Received: (qmail invoked by alias); 06 Dec 2010 23:07:00 -0000
Received: from p508FC319.dip.t-dialin.net (EHLO [192.168.178.33]) [80.143.195.25] by mail.gmx.net (mp069) with SMTP; 07 Dec 2010 00:07:00 +0100
X-Authenticated: #1915285
X-Provags-ID: V01U2FsdGVkX18yGkNXg5wyNlsWiBx7Wn3wdzKoNGd+cEC0eKapS/ bVm4PXRl1Vfj4A
Message-ID: <4CFD6C8F.6010901@gmx.de>
Date: Tue, 07 Dec 2010 00:06:55 +0100
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6
MIME-Version: 1.0
To: Bjoern Hoehrmann <derhoermi@gmx.net>
References: <4CFC4694.5070408@att.com> <AANLkTimX4B3WTYaPS5mj+GjcNYYvKf3MpB8SB0TwA_dm@mail.gmail.com> <4CFCF71C.4050908@att.com> <4CFD0B37.7010601@gmail.com> <4CFD1238.4090902@gmail.com> <AANLkTinxjDqLus-+b1bMOxQMEgmiF4KfJeTCyN7yOsdf@mail.gmail.com> <73E9EBC74013BAFC7501F9A2@PST.JCK.COM> <4CFD6B9C.2070807@gmx.de> <ivqqf6ts350e5euqsb6540v1pbgd7vf3tc@hive.bjoern.hoehrmann.de>
In-Reply-To: <ivqqf6ts350e5euqsb6540v1pbgd7vf3tc@hive.bjoern.hoehrmann.de>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
Cc: apps-discuss@ietf.org
Subject: Re: [apps-discuss] draft-yevstifeyev-abnf-separated-lists-01.txt
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 06 Dec 2010 23:05:38 -0000

On 07.12.2010 00:05, Bjoern Hoehrmann wrote:
> * Julian Reschke wrote:
>> If we *were* adding features to RFC 5234, the one thing I'm missing most
>> is a shorthand notation for defining a set of characters as a difference
>>from another set, such as
>>
>>    myoctdigits = DIGIT - ( "8" / "0" )

Where the "0" was supposed to be a "9". It's later over here.

>> Without this feature, many people use prose production instead ("<VCHAR
>> except ...>"), or create proper ABNF which then is hard to follow.
>
> (I suppose case-sensitive literals would be the next thing.)

Indeed.

Best regards, Julian