[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: any spaces ever?

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2006-02-18 11:35:31 CET

On 2006-02-16 10:19:41 -0600, kfogel@collab.net wrote:
> One of the problems with putting the paren on the previous line is
> that (at least in a default Emacs setup) it indents badly:
>
> ______________________________________________________________________
> | /* Simplified version check to make sure we can safely use the |
> | VTABLE parameter. The RA loader does a more exhaustive check. */ |
> | if (loader_version->major != SVN_VER_MAJOR) |
> | { |
> | return svn_error_createf( |
> | SVN_ERR_VERSION_MISMATCH, NULL, |
> | _("Unsupported RA loader vers[...]"), |
> | loader_version->major); |
> | } |
> `----------------------------------------------------------------------'

No-one would indent a code like that. So, this could probably seen as
a bug in the Emacs indentation code. It may be worth to report it.

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 18 11:35:51 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.