From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 297FC431E64 for ; Wed, 1 Feb 2012 00:52:49 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v+Io4Gg+oex1 for ; Wed, 1 Feb 2012 00:52:48 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id 036AA431FAF for ; Wed, 1 Feb 2012 00:52:47 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 0477F68055; Wed, 1 Feb 2012 10:52:49 +0200 (EET) From: Tomi Ollila To: Mark Walters , David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH 3/5] emacs: Allow the indentation of content to be toggled. In-Reply-To: <87lionsa8h.fsf@qmul.ac.uk> References: <1327999620-14595-1-git-send-email-dme@dme.org> <1327999620-14595-4-git-send-email-dme@dme.org> <87d39zu9v4.fsf@qmul.ac.uk> <87lionsa8h.fsf@qmul.ac.uk> User-Agent: Notmuch/0.11+146~geb6dc33 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 08:52:49 -0000 On Tue, 31 Jan 2012 23:50:06 +0000, Mark Walters wrote: > On Tue, 31 Jan 2012 16:23:32 +0000, David Edmondson wrote: > > On Tue, 31 Jan 2012 16:15:11 +0000, Mark Walters wrote: > > > Hi I have reviewed the patch series within the limits of my lisp > > > knowledge. Patch 1: is rather beyond my lisp so I won't comment on that > > > (and I have never tried crypto): Patches 2-5 look fine with one > > > bikeshed and one query for my own understanding. > > > > Thanks. > > > > > The bikeshed is that I agree with Jani in > > > id:"CAB+hUn8KhXHTRCdrLe0cT=8mdtz9ZntPFf13mq0iCo4CX=B-Jg@mail.gmail.com" > > > that I would prefer to reserve '>' for saving a file. > > > > '<' is 'remove indent', or 'look to the left'. > > '>' is 'toggle truncation', or 'look to the right'. > > > > (I'm not overly worried about this - would 't' be more acceptable?) > > I personally would prefer 't' but it is easy to remap so it really isn't > important. Anything goes. 't' is easier than '>'... As a previous vm/gnus user iirc 't' toggles headers and 'o' outputs file there. If we paid attention to these 2 and rmail and mew and mh-e we could figure out compatible keybindings where usable/appripriate... ... I think I just assigned this check to me... > > Best wishes > > Mark Tomi