Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765109AbYBZXkw (ORCPT ); Tue, 26 Feb 2008 18:40:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752734AbYBZXkn (ORCPT ); Tue, 26 Feb 2008 18:40:43 -0500 Received: from mail.gmx.net ([213.165.64.20]:51417 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752691AbYBZXkm (ORCPT ); Tue, 26 Feb 2008 18:40:42 -0500 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX1+vJo91t9uvngrxJ0Q9XjGxHYaYYGQlQHsXzNECOi iWNLzA31WMYg2v Date: Wed, 27 Feb 2008 00:40:43 +0100 (CET) From: Guennadi Liakhovetski To: Jan Engelhardt cc: Randy Dunlap , ricknu-0@student.ltu.se, khc@pm.waw.pl, bhalevy.lists@gmail.com, Linux Kernel Mailing List Subject: Re: [PATCH] CodingStyle: multiple updates In-Reply-To: Message-ID: References: <1204062430.47c488def40a4@portal.student.luth.se> <20080226135444.f83a0536.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1240 Lines: 26 On Tue, 26 Feb 2008, Jan Engelhardt wrote: > +Continuation lines are always shorter than the initial one and are > +(1) indented as much as the initial line, plus (2) alignment spaces. > +Spaces are used so as to not cause odd aligning for users wishing to > +display tabs at sizes other than 8. In the example below, the > +continuation line of the printk call therefore has two tabs of logical > +indent, followed by a number of spaces to align it up. Now, I think, I am not the only one using emacs. Until now the "linux" C-style fitted perfectly with the CodingStyle, now it no longer will. Namely, emacs puts as many tabs to indent the continuation line as fit (i.e., at tab width = 8 spaces it's just (extra indent / 8) tabs plus (extra indent % 8) spaces. Is there a way to make emacs behave compatibly to this proposal? If not, I would not like to have to re-indent every such line manually or have my patches rejected because of this. Thanks Guennadi --- Guennadi Liakhovetski -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/