emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Source code formatting: line length limit?


From: Richard Stallman
Subject: Re: Source code formatting: line length limit?
Date: Sun, 26 Jan 2003 21:32:38 -0500

    To illustrate my problem:  I have just reformatted source code from
    something like 120 columns to something below 80.

Sometimes, in such cases, the best solution is to move some of the
deeply nested code into subroutines.  That reduces the nesting,
and enables you to keep the code within 80 columns easily without
requiring lots of line breaks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]