[EMAIL PROTECTED] wrote:
> >2. I did not say to reformat all existing code. I just asked for the
> >option to allow wider character widths on demand when it is usefull.
> >3. I do not expect that everyone will use all 52 (= 132 - 80) additional
> >characters to the full extend
>
> No, but I expect they will be used very quickly.
I am not sure about Roland. I like to have a 79 (not 80) character limit
in general but exceptions for the folowing problems:
- Long string literals
- Some computations and logical expressions
> >I agree. But if you look at the existing code it's usually only a few
> >extra characters which are needed to make the code MUCH more readable.
>
> But *only* if you use 132 columns terminals.
If you argue with terminals, you need to reduce the width to 79 as many
terminals cannot correctly display 80 columns.
How about: echo '^[[?3h'?
BTW: I do not believe that code with > 79 characters is more readable
but in a few exceptions, it is.
What would happen if someone did write this:
if (dp == ¬able) {
/* BEGIN CSTYLED */
printf("Manufacturer is unknown because of the orange forum
embargo.\n");
printf("As the orange forum likes to get money for recent
information,\n");
printf("it may be that this media does not use illegal
manufacturer coding.\n");
/* END CSTYLED */
}
Jörg
--
EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni)
[EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
opensolaris-discuss mailing list
[email protected]