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 2B6476DE0355 for ; Sat, 15 Oct 2016 18:01:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=5 tests=[AWL=0.005, 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 QFADBvHDz5Jt for ; Sat, 15 Oct 2016 18:01:23 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 3DAEB6DE02C9 for ; Sat, 15 Oct 2016 18:01:23 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bvZp1-0006LE-SS; Sat, 15 Oct 2016 21:01:03 -0400 Received: (nullmailer pid 8119 invoked by uid 1000); Sun, 16 Oct 2016 01:01:17 -0000 From: David Bremner To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: jump: make multilevel keys do multilevel jump In-Reply-To: <1476532242-2349-1-git-send-email-markwalters1009@gmail.com> References: <87y41xwxr8.fsf@zancas.localnet> <1476532242-2349-1-git-send-email-markwalters1009@gmail.com> Date: Sat, 15 Oct 2016 22:01:17 -0300 Message-ID: <87bmyl2jky.fsf@tethera.net> 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: Sun, 16 Oct 2016 01:01:28 -0000 Mark Walters writes: > notmuch jump allows the user to specify a key sequence rather than > just a single key for its bindings. However, it doesn't show what has > already been typed so it can be difficult to see what has > happened. This makes each key press appear, and the jump menu reduce > to the possible follow up keys. > > We also bind backspace (emacs symbol DEL) to go back up a level in the > subjumpmaps, and to exit from the top level. pushed to master d