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 257786DE098B for ; Wed, 25 Oct 2017 13:31:49 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.485 X-Spam-Level: X-Spam-Status: No, score=0.485 tagged_above=-999 required=5 tests=[AWL=-0.167, SPF_NEUTRAL=0.652] 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 emfaGk8otlIt for ; Wed, 25 Oct 2017 13:31:48 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 0DFF86DE0222 for ; Wed, 25 Oct 2017 13:31:47 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 4689B100104; Wed, 25 Oct 2017 23:32:07 +0300 (EEST) From: Tomi Ollila To: David Bremner , =?utf-8?Q?J=C3=BCrgen?= Beier , notmuch@notmuchmail.org Subject: Re: Newbie question defining deleted map In-Reply-To: <873767asg3.fsf@tethera.net> References: <2f88b09d-902a-4ce3-2ce0-f25ca5434ecb@gmx.de> <873767asg3.fsf@tethera.net> User-Agent: Notmuch/0.25+89~g5a0c015 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 25 Oct 2017 20:31:49 -0000 On Wed, Oct 25 2017, David Bremner wrote: > Tomi Ollila writes: > >> On Wed, Oct 25 2017, J=C3=BCrgen Beier wrote: >> >>> Hi, >>> >>> I am trying to set up notmuch-emacs. >>> >>> I found the advice in the faq to define an key map "d" to add a "delete= d=20 >>> tag" to the mail to be used in the notmuch message mode. >>> >>> I put according to the advice the following in my .emacs file: >> >> where is that advice? >> >> perhaps putting that to ~/.emacs.d/notmuch-config.el helps ? >> >> that file is loaded *after* notmuch is loaded so the keymap is defined > > It seems worth noting that recent versions of notmuch-emacs have a > binding 'k d' that addes the deleted tag. This works at least in > notmuch-search, notmuch-show and notmuch-tree mode. Indeed! I always forgot to remove my current alternative binding for doing that!