From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B18936DE129E for ; Mon, 19 Sep 2016 20:04:32 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.883 X-Spam-Level: X-Spam-Status: No, score=-0.883 tagged_above=-999 required=5 tests=[AWL=0.139, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qOIX9UiZvWLA for ; Mon, 19 Sep 2016 20:04:31 -0700 (PDT) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by arlo.cworth.org (Postfix) with ESMTPS id C0E5F6DE1294 for ; Mon, 19 Sep 2016 20:04:31 -0700 (PDT) Received: by mail-pa0-f47.google.com with SMTP id wk8so1885777pab.1 for ; Mon, 19 Sep 2016 20:04:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:date:message-id:mime-version; bh=KQglDCCqKTZ/99wNZZd9h5sFaj8t2o+0uQ3i3dhr4fs=; b=Ci56+PWlYntAj2V8Gw1f1iMlZC3XBM9uF/rIDUwnKPMrlkXua4QGZglRpCWtydfvgL wSqdjMjU/xGG/908CGeofcUT1enK97tKU1xCU3ayfBIOkKM0Gv4kLrUYN1WfIIqU0N22 GVDMqo7ShO+9fTUf+MrUEfK3ZRbvkinLtxnTWKBDL3GH/eQiaS48jL5BqxKw3YyXSpZd yjfP20UkACYGdXgCpwjOHmKio05vOl1Lbd1jSu21ZK0zSV0+XIM45MOztjqHbadls2aW w3i0qlc57lT961/HZA8BluQz/ZIsv9jBdA5w9R62X0mWjnWAmamKxxfOAQI//4AkCxJL KvDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=KQglDCCqKTZ/99wNZZd9h5sFaj8t2o+0uQ3i3dhr4fs=; b=geER05MmP2vS6YhvKUCqm04xZ3mZKFXtiat0JDy1H8EQm3pNHGeBd4VcWLf4cLzssO m2hoHDXzViZVbfwssO+AnSMfr9ouibNWBGoVD9B6VI/YdnbUYUB6O9kWaO2dVURyJ4oy QyT7oq09ABw9Eyl2OAckAL1/dnl/Opwo6QtbLxjwRNRGfMft1wd1jj31dj5kP68EJhH+ ahKR23dAb+2t4G0YeRbB0/Q94ZO5y+lkBUAcLFELyYQDdT3UCOq5hpMj3kT7BwuKqZHF e6ChU6rcjwdygyfPlOgcFGOm3AfxyQIbzNQjNpVb3Wq3B9xb6zJHM8yBWCsAupu86vNb AEXA== X-Gm-Message-State: AE9vXwMd3L7vQ8INaDlOpCVwpYcN1e+vpM+jbrSOEZfr6eHdUt66YHo84zl69ImAFWOuJaiW X-Received: by 10.66.27.81 with SMTP id r17mr52396503pag.67.1474340671241; Mon, 19 Sep 2016 20:04:31 -0700 (PDT) Received: from marmstrong-linux.kir.corp.google.com ([2620:0:1008:11:a812:722e:a270:b35c]) by smtp.gmail.com with ESMTPSA id b88sm74453001pfe.66.2016.09.19.20.04.28 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 19 Sep 2016 20:04:28 -0700 (PDT) From: Matt Armstrong To: David Bremner , Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: add tag jump menu In-Reply-To: <87zin5tjv0.fsf@zancas.localnet> References: <1474146583-28476-1-git-send-email-markwalters1009@gmail.com> <87zin5tjv0.fsf@zancas.localnet> Date: Mon, 19 Sep 2016 20:04:28 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Tue, 20 Sep 2016 03:04:32 -0000 David Bremner writes: > Mark Walters writes: > > If we think about the operation as reverse rather than undo I'd be happy without undo/reverse in the first version of this feature. I have a few key bindings I've set up and I have not bothered to set up "reverse/undo" for them.