From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4554 invoked by alias); 16 Apr 2012 11:05:30 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17013 Received: (qmail 29961 invoked from network); 16 Apr 2012 11:05:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at bunkus.org does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bunkus.org; s=mail201203; t=1334573797; bh=EK3Ia5LJQgw4vLcN5S+u1lL9womlLPoqJMtRLQugrb8=; h=MIME-Version:In-Reply-To:References:Date:Message-ID:Subject:From: To:Content-Type; b=bNVB/EIx+nY49EIP9lMe2qKYxQSgzaw9XCDFzQZOxX3z8JdY3vw11t7IxyEfD1a49 Qo8PapYQFTHL2eWUtNRigmi/qihVYrQ0dWCPyMOdIPMKwU6Hyrl6SVOxbUyYh48BSG LqddDEelDtivrZm1J5LL8CAQmCP4yirttwI3y1Uo= MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 16 Apr 2012 12:56:35 +0200 Message-ID: Subject: Re: [OT] Emacs and zsh syntax From: Moritz Bunkus To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Hey, I'm experiencing similar issues, especially with zsh's short syntax for conditionals (e.g. lines following "if [[ stuff ]] do_stuff" being indented wrong). Unfortunately I don't have a solution; I just kind of... manually indent the following line and hope the ones after that will be indented correctly again. It's a pain, yes. Kind regards, mo