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

2022-11-18 Thread Eli Zaretskii
close 59147 thanks > From: Gregor Zattler > Cc: bug-gnu-em...@gnu.org, notmuch@notmuchmail.org > Date: Fri, 18 Nov 2022 12:38:51 +0100 > > Hi Eli, > * Eli Zaretskii [2022-11-09; 16:43 +02]: > > OK. I installed a possible fix. Can you update from Git, rebuild, >

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,

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

Re: bug#35370: notmuch-emacs: avoiding deprecated message-default-charset

2019-05-09 Thread Eli Zaretskii
> From: Lars Ingebrigtsen > Cc: Noam Postavsky , da...@tethera.net, > notmuch@notmuchmail.org, d...@fifthhorseman.net, 35...@debbugs.gnu.org > Date: Thu, 09 May 2019 14:33:15 -0400 > > Eli Zaretskii writes: > > > I think so, but I'd be happier if someon

Re: bug#35370: notmuch-emacs: avoiding deprecated message-default-charset

2019-05-07 Thread Eli Zaretskii
> From: Noam Postavsky > Cc: Daniel Kahn Gillmor , da...@tethera.net, > notmuch@notmuchmail.org, 35...@debbugs.gnu.org > Date: Tue, 07 May 2019 08:26:59 -0400 > > > Just remove any uses of it. Why are you using it now? > > Should we remove the remaining uses of it from Emacs too? I think

Re: bug#35370: notmuch-emacs: avoiding deprecated message-default-charset

2019-04-22 Thread Eli Zaretskii
> From: Daniel Kahn Gillmor > Cc: npost...@gmail.com, da...@tethera.net, notmuch@notmuchmail.org, > 35...@debbugs.gnu.org > Date: Mon, 22 Apr 2019 10:21:25 -0400 > > > Just remove any uses of it. Why are you using it now? > > in notmuch's emacs/notmuch-maildir-fcc.el, as mentioned at the

Re: bug#35370: notmuch-emacs: avoiding deprecated message-default-charset

2019-04-22 Thread Eli Zaretskii
> From: Daniel Kahn Gillmor > Date: Sun, 21 Apr 2019 21:55:38 -0400 > Cc: da...@tethera.net, notmuch@notmuchmail.org, 35...@debbugs.gnu.org > > Do you have any recommendation for how an external emacs module (which > aims to work with at emacs 25 as well at least) should handle this? Just