From 13271d3ceafb6bba29b5903fbbe9939420506a67 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sat, 25 May 2013 21:08:25 +0300 Subject: [PATCH] Re: [PATCH 1/2] emacs: add show view bindings to move to previous/next thread --- 6c/5837e8df5328afd3b7e30c6974cb13f4825414 | 82 +++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 6c/5837e8df5328afd3b7e30c6974cb13f4825414 diff --git a/6c/5837e8df5328afd3b7e30c6974cb13f4825414 b/6c/5837e8df5328afd3b7e30c6974cb13f4825414 new file mode 100644 index 000000000..442df7c5a --- /dev/null +++ b/6c/5837e8df5328afd3b7e30c6974cb13f4825414 @@ -0,0 +1,82 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id CD62A431FC0 + for ; Sat, 25 May 2013 11:08:40 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 34MAlPf40f8J for ; + Sat, 25 May 2013 11:08:33 -0700 (PDT) +Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com + [209.85.217.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 15C08431FAF + for ; Sat, 25 May 2013 11:08:32 -0700 (PDT) +Received: by mail-lb0-f179.google.com with SMTP id r11so5551481lbv.24 + for ; Sat, 25 May 2013 11:08:31 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=from:to:cc:subject:in-reply-to:references:user-agent:date + :message-id:mime-version:content-type:x-gm-message-state; + bh=tN+f6m/0FM59ceeA035EQur6ORCN7i4CfrSfhca6ixo=; + b=ja7iTWkv7Zi+5wSdH5tLk3lWOxoedhDm7TTKKM0zWJV0w41ZiUwOV5mHCxs0nv6x0F + Tv3JPWzT88TVzc/aYEFf20tNDnBBeE3+0w+go5pzmQR590HSLlChQe5Bu7f00CD+FUCz + pl5XmmYH98VLFBFssEczY9D3vAmkB6oeoQVvmMJxWvxrhyg1BxmSkGzgap6MNzTrC+A+ + VqiftAybCn4828iIF424mna8JP+g6xwrysHbtYd2/EYp0aUew6pMNsCfPZ3I/l91iU7B + RZchQeyOhLXmdbZ7cgMAGak67EMgo7ceddR4gBVfH43HkqRsCZhkMbuTEa7mCrPk7yAC + +J2A== +X-Received: by 10.112.148.104 with SMTP id tr8mr11384800lbb.56.1369505311458; + Sat, 25 May 2013 11:08:31 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. + [88.195.118.211]) + by mx.google.com with ESMTPSA id e9sm7619781lbj.3.2013.05.25.11.08.29 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 25 May 2013 11:08:30 -0700 (PDT) +From: Jani Nikula +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] emacs: add show view bindings to move to + previous/next thread +In-Reply-To: <87a9nj2n69.fsf@qmul.ac.uk> +References: <1369484066-20228-1-git-send-email-jani@nikula.org> + <87a9nj2n69.fsf@qmul.ac.uk> +User-Agent: Notmuch/0.15.2+116~g7144c4d (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 25 May 2013 21:08:25 +0300 +Message-ID: <87vc673pba.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +X-Gm-Message-State: + ALoCoQkjjPtpovhx6TPQ1UIWe/txE5EizvQJRUoKvvvsdXE0sZt0YZ0QUdeXayzSOESJ9PTx/Y1+ +Cc: Tomi Ollila +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: Sat, 25 May 2013 18:08:41 -0000 + +On Sat, 25 May 2013, Mark Walters wrote: +> Did you want this to not exit back to the search results if you do M-p +> on the first result? I attach a version below that does exit back (so +> M-p and M-n behave the same. + +Oh, that was just pure fail from my part. Sorry about that, Mark, and +thanks so much for fixing it. Your amended version is better. + +Thanks, +Jani. -- 2.26.2