Re: [PATCH v9] emacs: notmuch-tree-outline-mode

2023-02-20 Thread David Bremner
"Jose A. Ortega Ruiz" writes: > On Mon, Dec 26 2022, David Bremner wrote: > >> Amended by db: Copy docstring to manual and edit for presentation. Add >> two tests. > > Thanks for the grunt work, David. Just a comment on a sloppy comment of > mine below: > >> --- a/emacs/notmuch-tree.el >> +++

Re: [PATCH v9] emacs: notmuch-tree-outline-mode

2022-12-26 Thread Jose A. Ortega Ruiz
On Mon, Dec 26 2022, David Bremner wrote: > Amended by db: Copy docstring to manual and edit for presentation. Add > two tests. Thanks for the grunt work, David. Just a comment on a sloppy comment of mine below: > --- a/emacs/notmuch-tree.el > +++ b/emacs/notmuch-tree.el > @@ -1014,7 +1014,10

[PATCH v9] emacs: notmuch-tree-outline-mode

2022-12-26 Thread David Bremner
From: jao With this mode, one can fold trees in the notmuch-tree buffer as if they were outlines, using all the commands provided by outline-minor-mode. We also define a couple of movement commands that, optional, will ensure that only the thread around point is unfolded. The implementation is