Notmuch common lisp frontend for Lem

2023-08-26 Thread Timmy Douglas
I've started playing around with an emacs-like text editor/IDE written in common lisp called Lem (https://github.com/lem-project/lem). Does anyone know if anyone has created a notmuch frontend in common lisp? I was thinking about doing it as a project in my free time and thought I'd post here

Re: T460: new sporadic failures with emacs 29

2023-08-26 Thread Michael J Gruber
Am Sa., 26. Aug. 2023 um 16:41 Uhr schrieb David Bremner : > > Michael J Gruber writes: > > > > > I tried the current 0.38rc1 on COPR, and unfortunately I get the same > > T460 failure (fedora-eln-aarch64 and fedora-rawhide-x86_64 this time, > > out of 35 buildroots). > > Did you get your fails

[PATCH] compat: probe for strcasestr more thoroughly

2023-08-26 Thread michaeljgruber+grubix+git
From: Michael J Gruber Depending on compiler (gcc, g++, clang) and standard options (c99, c11), string.h may or may not include strings.h, leading to possibly missing or conflicting declarations of strcasestr. Include both so that both detection and compilation phases use the same (possibly

Re: T460: new sporadic failures with emacs 29

2023-08-26 Thread David Bremner
Michael J Gruber writes: > > I tried the current 0.38rc1 on COPR, and unfortunately I get the same > T460 failure (fedora-eln-aarch64 and fedora-rawhide-x86_64 this time, > out of 35 buildroots). > Did you get your fails with emacs 29 only, or with earlier emacs? I only tested emacs 29; it

Re: T460: new sporadic failures with emacs 29

2023-08-26 Thread Michael J Gruber
Am Sa., 26. Aug. 2023 um 00:28 Uhr schrieb David Bremner : > > Michael J Gruber writes: > > > It took more runs to get some fails now, and archs vary, so I still > > think its a time out. And no way to get it locally so far. > > I can duplicate it locally about once every 40 runs of the complete

Re: failing T810-tsan on ppc64el

2023-08-26 Thread Kevin Boulain
On 2023-08-25 at 08:07 -03, David Bremner wrote: > Does this failure make any sense to you? > > > https://buildd.debian.org/status/fetch.php?pkg=notmuch=ppc64el=0.38%7Erc0-1=1692959868=0 It doesn't ring any bell. Do you happen to know if this is reproducible or if we could get a better

Re: plans for releasing 0.38

2023-08-26 Thread David Bremner
David Bremner writes: > David Bremner writes: > >> I just posted the last patch needed to unbreak the test suite for me >> with Emac 29.x and glib 2.77.x. As soon as these (or something similar) >> are applied to master, I plan to feature freeze 0.38. There is less new >> stuff than a typical