From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5720 invoked from network); 20 Jul 2008 00:22:22 -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 00:22:22 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 43462 invoked from network); 20 Jul 2008 00:22:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Jul 2008 00:22:13 -0000 Received: (qmail 17598 invoked by alias); 20 Jul 2008 00:22:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25309 Received: (qmail 17573 invoked from network); 20 Jul 2008 00:22:03 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 20 Jul 2008 00:22:03 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by bifrost.dotsrc.org (Postfix) with ESMTP id B03AD80561C5 for ; Sun, 20 Jul 2008 02:21:59 +0200 (CEST) Received: by an-out-0708.google.com with SMTP id b33so357429ana.13 for ; Sat, 19 Jul 2008 17:21:59 -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:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=WYEq2SRiTL2Eoj1tiFkNnsxI0ycXAy7Vk9Vf5+oj3uE=; b=cNQ3XmC0UjZucdz3Ihl2CGmT6TsSXd/6tuD1WVSUhqcu9CSooBf4QArsfkr69TsrNO QB9BW9zaz7P3Cld5psKFtPJGtwmBRYz0B8Dl0kF6pGqG2y2Db3Lf8fY7HCwD1Qm56yrH c1TU7jXkV0FvRx52KXG+M9fNqoO3eQH8W83Ec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=N6PL7uRhowdbS14DO1Nx1UdrDC5QgOqyhFZaTcJc+Ion6rWXGrItyY5PRjgctJcM7Z wDkVpTwKc2ST/xSD8YqKhnraWlulS/UiZ7GyhWfRgHUbv7e/NplDoSEbu6AU+QGdINcn xzmmN72Ogg8uu6tO2X0j564UWYkdlslB00bfY= Received: by 10.100.141.5 with SMTP id o5mr1129455and.6.1216513319153; Sat, 19 Jul 2008 17:21:59 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Sat, 19 Jul 2008 17:21:59 -0700 (PDT) Message-ID: <2d460de70807191721x683551cdifa946bf1b70e4cf7@mail.gmail.com> Date: Sun, 20 Jul 2008 02:21:59 +0200 From: "Richard Hartmann" To: "Zsh hackers list" Subject: Is there any interest in indentation patches? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.92.1/7757/Sun Jul 20 00:10:41 2008 on bifrost X-Virus-Status: Clean I have been going through a few functions and there is no clear style when it comes to indentation. Some files use whitespaces, some use tabs, many use a combination of the two. Some use 2 chars, some use 4. No idea if the commit noise is wanted, but I could prepare a batch of patches to fix this. It's work no one wants to do, anyway :p Is that wasted effort or a worthwhile thing to do? Richard