You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Glasser <gl...@mit.edu> on 2006/10/03 23:49:05 UTC

Re: svn commit: r21748 - trunk/subversion/libsvn_wc

On 10/3/06, kfogel@tigris.org <kf...@tigris.org> wrote:
> Author: kfogel
> Date: Tue Oct  3 14:13:55 2006
> New Revision: 21748
>
> Log:
> Follow up to r21739 with formatting fixes.
>
> * subversion/libsvn_wc/props.c
>   (validate_prop_against_node_kind, validate_eol_prop_against_file,
>    get_file_for_validation, svn_wc_prop_set2): Add some line breaks
>      to stay under the 80-column limit.

Thanks for fixing that; I use a full-screen emacs, so I never notice
these things.  What do folks who aren't using 80-column terminals use
to make long lines obvious?

--dave


-- 
David Glasser | glasser@mit.edu | http://www.davidglasser.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r21748 - trunk/subversion/libsvn_wc

Posted by Daniel Rall <dl...@collab.net>.
On Tue, 03 Oct 2006, David Glasser wrote:

> On 10/3/06, kfogel@tigris.org <kf...@tigris.org> wrote:
> >Author: kfogel
> >Date: Tue Oct  3 14:13:55 2006
> >New Revision: 21748
> >
> >Log:
> >Follow up to r21739 with formatting fixes.
> >
> >* subversion/libsvn_wc/props.c
> >  (validate_prop_against_node_kind, validate_eol_prop_against_file,
> >   get_file_for_validation, svn_wc_prop_set2): Add some line breaks
> >     to stay under the 80-column limit.
> 
> Thanks for fixing that; I use a full-screen emacs, so I never notice
> these things.  What do folks who aren't using 80-column terminals use
> to make long lines obvious?

Some editors allow you to display a vertical line and/or automatically
wrap code/text at a configured width.

I size my XEmacs window to an 80 column width.

Re: svn commit: r21748 - trunk/subversion/libsvn_wc

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 10/3/06, David Glasser <gl...@mit.edu> wrote:
> On 10/3/06, kfogel@tigris.org <kf...@tigris.org> wrote:
> > Author: kfogel
> > Date: Tue Oct  3 14:13:55 2006
> > New Revision: 21748
> >
> > Log:
> > Follow up to r21739 with formatting fixes.
> >
> > * subversion/libsvn_wc/props.c
> >   (validate_prop_against_node_kind, validate_eol_prop_against_file,
> >    get_file_for_validation, svn_wc_prop_set2): Add some line breaks
> >      to stay under the 80-column limit.
>
> Thanks for fixing that; I use a full-screen emacs, so I never notice
> these things.  What do folks who aren't using 80-column terminals use
> to make long lines obvious?

When I use emacs I use this thing called column-marker:

http://www.emacswiki.org/cgi-bin/wiki/ColumnMarker

Although most of the time I just use vi and an 80 column terminal window ;-)

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org