Re: notmuch.el: notmuch-search: avoid wiping out buffer-local variables

2020-07-22 Thread David Edmondson
On Tuesday, 2020-07-21 at 16:03:27 -07, Sean Whitton wrote: > Hello, > > I have some code to cycle through a list of searches. The remaining > searches are stored in a buffer-local variable, working something like > this (simplified): > > (defun spw/next-unread-group () >

notmuch.el: notmuch-search: avoid wiping out buffer-local variables

2020-07-21 Thread Sean Whitton
Hello, I have some code to cycle through a list of searches. The remaining searches are stored in a buffer-local variable, working something like this (simplified): (defun spw/next-unread-group () (interactive) (notmuch-search (car spw/more-unread-groups)