Re: Display duplicate messages in emacs front-end

2022-11-09 Thread Daniel Kahn Gillmor
On Wed 2022-11-09 12:58:18 -0800, Jameson Graef Rollins wrote: > Personally I think it would make sense to have % cycle through > duplicates, with some indicator of which duplicate we're currently on. > I wouldn't even bother with the suggested prefixed behavior if we just > had the cycle behavior.

Re: Display duplicate messages in emacs front-end

2022-11-09 Thread Jameson Graef Rollins
On Wed, Nov 09 2022, Daniel Kahn Gillmor wrote: > On Wed 2022-11-09 09:53:26 -0500, Daniel Kahn Gillmor wrote: >> The functionality here, switching between duplicates in the emacs >> frontend, is great. I needed to use it today, because i had two copies >> of an e-mail message, one with a valid s

Re: Display duplicate messages in emacs front-end

2022-11-09 Thread Daniel Kahn Gillmor
On Wed 2022-11-09 09:53:26 -0500, Daniel Kahn Gillmor wrote: > The functionality here, switching between duplicates in the emacs > frontend, is great. I needed to use it today, because i had two copies > of an e-mail message, one with a valid signature and one with a damaged > signature. It Just

Re: notmuch.el and replying to multiple emails at once

2022-11-09 Thread Dan Čermák
Jose A Ortega Ruiz writes: > On Tue, Nov 08 2022, Alexander Adolf wrote: > >> Matt Armstrong writes: >> >>> A feature I miss from Gnus is being able to reply to multiple emails at >>> once. Has anyone else found to be a missing feature? >> >> I have, and support your request. >> >> But not only

Re: Display duplicate messages in emacs front-end

2022-11-09 Thread Daniel Kahn Gillmor
On Fri 2022-07-01 18:45:39 -0300, David Bremner wrote: > This obsoletes the WIP series [1]. Compared to that series, this one > includes somewhat improved documentation, better error handling, and > implements the --duplicate argument for notmuch-reply, and uses it in > the emacs front end. > > [1]

Re: bug#59147: 29.0.50; dispnew.c:1456: Emacs fatal error: assertion failed: row >= 0 && row < matrix->nrows

2022-11-09 Thread Eli Zaretskii
> From: Gregor Zattler > Cc: bug-gnu-em...@gnu.org, notmuch@notmuchmail.org > Date: Wed, 09 Nov 2022 15:35:01 +0100 > > > The backtrace seems to indicate that it reads from the minibuffer, but > > in that case, does it mean the mini-window was 7-lines high in this > > case? > > quite possible, I

Re: bug#59147: 29.0.50; dispnew.c:1456: Emacs fatal error: assertion failed: row >= 0 && row < matrix->nrows

2022-11-09 Thread Eli Zaretskii
> From: Gregor Zattler > Cc: bug-gnu-em...@gnu.org, notmuch@notmuchmail.org > Date: Wed, 09 Nov 2022 14:49:15 +0100 > > > What does the below produce: > > > > (gdb) frame 2 > > (gdb) p matrix->nrows > > (gdb) frame 2 > #2 0x5559d310 in matrix_row (matrix=0x5d44d470, row=8) at >

Re: bug#59147: 29.0.50; dispnew.c:1456: Emacs fatal error: assertion failed: row >= 0 && row < matrix->nrows

2022-11-09 Thread Eli Zaretskii
> From: Gregor Zattler > Date: Wed, 09 Nov 2022 13:37:13 +0100 > > Dear Emacs and notmuch developers, lately Emacs often > hangs/crashes/stops while I'm working. I cannot reproduce > with emacs -Q, because I need at least org-mode and notmuch > for work. > > Anyway, here is a (x)backtrace from