[rfc-i] sourcecode indentation
tony at att.com (HANSEN, TONY L) Sun, 14 February 2016 19:53 UTC
From: tony at att.com (HANSEN, TONY L)
Date: Sun, 14 Feb 2016 19:53:01 +0000
Subject: [rfc-i] sourcecode indentation
In-Reply-To: <56BFA781.10709@alum.mit.edu>
References: <666F9FC6-BF2D-4827-B24A-20A8CCCC9F00@att.com>
<F0D416DA-2C0F-4E11-B62C-7B9788796102@vpnc.org> <56BFA2E7.8070400@gmail.com>
<56BFA781.10709@alum.mit.edu>
Message-ID: <B8813042-3C6C-4653-9A3A-AAA3B2A68936@att.com>
On 2/13/16, 5:00 PM, "rfc-interest on behalf of Paul Kyzivat" <rfc-interest-bounces at rfc-editor.org on behalf of pkyzivat at alum.mit.edu> wrote: >On 2/13/16 4:40 PM, Brian E Carpenter wrote: >> On 14/02/2016 09:56, Paul Hoffman wrote: >>> On 12 Feb 2016, at 15:52, HANSEN, TONY L wrote: >>> >>>> A better example of outdent would be >>>> >>>> <sourcecode indent="-4"> >>>> foo >>>> bar >>>> baz >>>> </sourcecode> >>>> >>>> which would generate: >>>> >>>> <pre class="sourcecode"> >>>> foo >>>> bar >>>> baz >>>> </pre> >>>> >>>> in the HTML format. >>>> >>>> A more common variation might be where the input is coming from elsewhere and you have no control over the indentation used >>>> there: >>>> >>>> <sourcecode indent="-4" src="http://URL to the source code"/> >>>> or >>>> >>>> <sourcecode indent="16" src="http://URL to the source code"/> >>>> >>>> The use case for this is very specific, but probably not something that would get used often. >>>> >>>> If you think you would find it useful, please speak up. >>> >>> I will speak up against this idea. For sourcecode where indentation is important, seeing an example at the left margin might >>> cause the reader to think that the code is in fact not indented. Your example above is a classic one: someone seeing that text >>> would assume that "foo" and "bar" are at the same level when they are not. I would prefer not to have the RFC format have a >>> display hinting mechanism that could be used to make examples harder to interpret. >> >> It's worse than that. In Python, it can invalidate the example completely. >> >> if whatever: >> this >> that >> >> is very different from >> >> if whatever: >> this >> that >> >> but indent="-4" would reduce them both to >> >> if whatever: >> this >> that >> >> which is invalid syntax. It's a dangerous toy, in other words. > >Agreed that is dangerous. But negative indent could be OK if it just >generates an error if there isn't sufficient whitespace to do the >outdent completely. I would actually prefer an error too if there is insufficient whitespace to do the outdent completely. This, If whatever: This Would generate an error for any indent < -2. >But what does negative indent do if there are tabs at the beginning of >the text? This question is broader than indent and outdent, as we don't currently allow tabs anywhere in the XML source. Tony Hansen
- [rfc-i] sourcecode indentation Joe Hildebrand jhildebr
- [rfc-i] sourcecode indentation HANSEN, TONY L
- [rfc-i] sourcecode indentation Julian Reschke
- [rfc-i] sourcecode indentation Paul Kyzivat
- [rfc-i] sourcecode indentation Paul Hoffman
- [rfc-i] sourcecode indentation Brian E Carpenter
- [rfc-i] sourcecode indentation Paul Kyzivat
- [rfc-i] sourcecode indentation Carsten Bormann
- [rfc-i] sourcecode indentation Phillip Hallam-Baker
- [rfc-i] sourcecode indentation Paul Kyzivat
- [rfc-i] sourcecode indentation Paul Kyzivat
- [rfc-i] sourcecode indentation HANSEN, TONY L
- [rfc-i] sourcecode indentation Brian E Carpenter
- [rfc-i] tabs [was: sourcecode indentation] Brian E Carpenter
- [rfc-i] sourcecode indentation Carsten Bormann
- [rfc-i] tabs [was: sourcecode indentation] HANSEN, TONY L
- [rfc-i] tabs [was: sourcecode indentation] Brian E Carpenter
- [rfc-i] sourcecode indentation Joe Hildebrand jhildebr
- [rfc-i] sourcecode indentation Joe Hildebrand jhildebr