[antlr-interest] OT:Can we fix the list to a more reasonable line width?

Randall R Schulz rschulz at sonic.net
Thu Aug 21 14:52:56 PDT 2008


On Thursday 21 August 2008 14:41, Gerald Rosenberg wrote:
> At 02:04 PM 8/21/2008, Gerald Rosenberg wrote:
> >          tree grammar html;
> >
> >          start_tag : open_tag { if (direction &&
> >$open_tag.node_index > start_node) else if (!direction &&
> >$open_tag.node_index <= start_node)  }?
> >                          ID { $ID.text.equals("someIDString") }?
> >                          ^( n=name ^( a=attr {
> >$n.equals("someNameString") && $a.equals("someAttrString") }? )+ )+
> >                  -> { return $open_tag.node_index } ;
>
> Is there a particular reason that email traffic through the list is
> being forcibly line-wrapped at 80 columns?  (This should be all on
> one line and well more than 80 characters wide!)
>
>
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe:
> http://www.antlr.org/mailman/options/antlr-interest/your-email-a
>ddress

I wonder where the wrapping happens.

I know I can control whether my mailer wraps, and I use that control
when I want to post things like code with long lines that I don't want
to wrap. Of course, then I have to manually wrap text, like this
paragraph...

                                                                                                   1
         1         2         3         4         5         6         7         8         9         0
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890


So if that's wrapped (it's three lines, each 100 characters long),
then it's the list software. If not, it's up to the sending mail
client.


Randall Schulz


More information about the antlr-interest mailing list