From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3107 invoked from network); 20 Jul 2008 08:34:04 -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 08:34:04 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 81100 invoked from network); 20 Jul 2008 08:34:00 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Jul 2008 08:34:00 -0000 Received: (qmail 1248 invoked by alias); 20 Jul 2008 08:33:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25312 Received: (qmail 1235 invoked from network); 20 Jul 2008 08:33:57 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 20 Jul 2008 08:33:57 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by bifrost.dotsrc.org (Postfix) with ESMTP id A780780561C2 for ; Sun, 20 Jul 2008 10:33:54 +0200 (CEST) Received: by an-out-0708.google.com with SMTP id b33so369955ana.13 for ; Sun, 20 Jul 2008 01:33:53 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=hHCPELTje7saxAh1VBvM3OiHu07H4aA5G+7Et8afGIw=; b=XyUupSbirfyWCjGJ/qto6pa3TJ68R9tvnrKQz/IX59HRnJBcm86BVY0UUvoakUShM1 wVZOcyuqsITaw0aBsEDr6gcs1AGzBAu48gdmEvVr6xqvUrK+PobRcyQXqGo3qQAfoRwB bG1mCDviFRGU9hyW4qwPUtEGkE8McFaRgwdd0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=aFF38w/hcD2hpz9t9aEP2XJGNSN6fRhDO67Gs40WYkLzKC6iWfRgA8p3HQteTqpvNx mG87hnAgZAZpcEk7PUG73uEoYDO5TEhiMfGJmIUnQlwVwgrgoKe5If6RTcju+P41c2dp t03WYgBie3DfSetBbM+fb6JIc9EZeGFc4uv5c= Received: by 10.100.42.17 with SMTP id p17mr1241906anp.20.1216542833761; Sun, 20 Jul 2008 01:33:53 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Sun, 20 Jul 2008 01:33:53 -0700 (PDT) Message-ID: <2d460de70807200133v162cad55p66a1a024dd869450@mail.gmail.com> Date: Sun, 20 Jul 2008 10:33:53 +0200 From: "Richard Hartmann" To: "Andrey Borzenkov" Subject: Re: Is there any interest in indentation patches? Cc: zsh-workers@sunsite.dk In-Reply-To: <200807200940.14695.arvidjaar@newmail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70807191721x683551cdifa946bf1b70e4cf7@mail.gmail.com> <200807200940.14695.arvidjaar@newmail.ru> 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 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. > In general, I guess, yes. The main problem with functions is they > have overly long lines, specifically where _arguments is used. Should be doable :) Richard