Re: Repeat last tagging

2022-01-20 Thread inwit
Hi, Thanks to David Bremner's patience, I've managed to produce the code needed to perform the repeat last tagging functionality I was hoping for. It is based on the following function (my very first elisp function): ``` (defun inwit/notmuch-tree-repeat-tag () "Repeat the last ta

Re: Repeat last tagging

2021-07-15 Thread inwit
On Wed Jul 14, 2021 at 6:49 PM CEST, Carl Worth wrote: > On Wed, Jul 14 2021, inwit wrote: > > My current alternative is of course hit 'CTRL+p' after '+', retrieving the > > last tags in the minibuffer's memory. I guess I'll survive with that. > > I was actually going to respond to your initial

Re: Repeat last tagging

2021-07-14 Thread inwit
On Wed Jul 14, 2021 at 11:25 AM CEST, Tomi Ollila wrote: > On Wed, Jul 14 2021, in...@sindominio.net wrote: > It does, what it would require is saving last-tag-change to a variable > and then bind function to a key... Put that way, it sounds pretty straightforward... > I personally am not too

Re: Repeat last tagging

2021-07-14 Thread Tomi Ollila
On Wed, Jul 14 2021, in...@sindominio.net wrote: > Hi, > > While using notmuch in emacs (which I love, thank you so much!!) I was > wondering if there's a way to repeat the last tagging operation for a > different message or thread. > > My usecase is that, in tree-mode, sometimes I need to tag

Repeat last tagging

2021-07-14 Thread inwit
Hi, While using notmuch in emacs (which I love, thank you so much!!) I was wondering if there's a way to repeat the last tagging operation for a