From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12261 invoked from network); 20 Jul 2008 09:49:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Jul 2008 09:49:27 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 3213 invoked from network); 20 Jul 2008 09:49:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Jul 2008 09:49:21 -0000 Received: (qmail 7519 invoked by alias); 20 Jul 2008 09:49:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25314 Received: (qmail 7505 invoked from network); 20 Jul 2008 09:49:17 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 20 Jul 2008 09:49:17 -0000 Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by bifrost.dotsrc.org (Postfix) with ESMTP id C9CB080561C2 for ; Sun, 20 Jul 2008 11:49:03 +0200 (CEST) Received: by wa-out-1112.google.com with SMTP id v27so605787wah.21 for ; Sun, 20 Jul 2008 02:49:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=Rs7TqGcFDkl5MpXWzhuqaG3tysrDQGg9cllslb97Uxk=; b=djT98TxNyfP3KnTwu0uoMHJzKBJihXONtlS6SG1t6CQD6hN/HZe/QyNaF+xrt//Ncu +1+kC/G/d4GdPhkExS52SlbphN7ehbaxyZ3HGfi1WGDI7BWg+m714nTOwHrX8IoykS9F /0c2kSu9ccd0C+cT1xIhKiV2JzRxYnxzp2XQw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=rszcNJPFYEU2bxsZSwYEoiMDEVWNUXkRfl3mn7b3XeGSSHli/W85Pnhz982fwGKoNC sM0T9to6EAwvVYNBLFvGYHZR7B3/bGRE3o2CSlXcx+6/vIuyRbBwzPVW1jMf+JwOl3CP NNEvSV4eXgkcX/aRIGj0CaS8OSVBiwFAvoBg8= Received: by 10.114.27.14 with SMTP id a14mr1734681waa.209.1216547342223; Sun, 20 Jul 2008 02:49:02 -0700 (PDT) Received: by 10.114.192.16 with HTTP; Sun, 20 Jul 2008 02:49:02 -0700 (PDT) Message-ID: Date: Sun, 20 Jul 2008 11:49:02 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Richard Hartmann" Subject: Re: Is there any interest in indentation patches? Cc: "Andrey Borzenkov" , zsh-workers@sunsite.dk In-Reply-To: <2d460de70807200133v162cad55p66a1a024dd869450@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70807191721x683551cdifa946bf1b70e4cf7@mail.gmail.com> <200807200940.14695.arvidjaar@newmail.ru> <2d460de70807200133v162cad55p66a1a024dd869450@mail.gmail.com> X-Google-Sender-Auth: 2b868563d077be42 X-Virus-Scanned: ClamAV 0.92.1/7760/Sun Jul 20 04:11:36 2008 on bifrost X-Virus-Status: Clean On Sun, Jul 20, 2008 at 10:33, Richard Hartmann wrote: > On Sun, Jul 20, 2008 at 07:40, Andrey Borzenkov wrote: >> If you will start it, may I ask to add standard mode lines for vi >> (and possibly emacs) so that selected style is ensured in the future? > Yes, if I do it, that would be a Good Thing. Please don't. Adding mode-lines is not the right way to maintain consistency. Commit hooks, as you mention elsewhere, are far superior.