Re: r31082 -[S32/Str] rethinking of tab characters

2010-06-03 Thread Stefan O'Rear
On Thu, Jun 03, 2010 at 07:00:17PM +0200, Carl Mäsak wrote: > sorear (>): > > 2. Indenting a blank line results in a blank line, not a line with only > >   whitespace. > > What about indenting a line with only whitespace? Implementor's choice; it won't come up in the viv port. > I think I can se

Re: r31082 -[S32/Str] rethinking of tab characters

2010-06-03 Thread Carl Mäsak
sorear (>): > I request that: > > 1. Blank lines should not be interpreted as having 0 indentation.  Instead, >   lines consisting entirely of horizontal whitespace should be ignored in >   indent(*) considerations, and can be unindented by any amount.  Unindenting >   a truly blank line has no eff

Re: r31082 -[S32/Str] rethinking of tab characters

2010-06-03 Thread Stefan O'Rear
On Thu, Jun 03, 2010 at 03:52:02PM +0200, pugs-comm...@feather.perl6.nl wrote: > Author: masak > Date: 2010-06-03 15:52:01 +0200 (Thu, 03 Jun 2010) > New Revision: 31082 > > Modified: >docs/Perl6/Spec/S32-setting-library/Str.pod > Log: > [S32/Str] rethinking of tab characters > > Also added a

r31082 -[S32/Str] rethinking of tab characters

2010-06-03 Thread pugs-commits
Author: masak Date: 2010-06-03 15:52:01 +0200 (Thu, 03 Jun 2010) New Revision: 31082 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: [S32/Str] rethinking of tab characters Also added a Str.indent(*) use case. Modified: docs/Perl6/Spec/S32-setting-library/Str.pod ===