bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46047: 28.0.50; Namazu-based mail searching not working anymore


From: Eric Abrahamsen
Subject: bug#46047: 28.0.50; Namazu-based mail searching not working anymore
Date: Tue, 18 May 2021 09:50:00 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> On May 18, 2021 11:46:52 AM GMT+03:00, Torsten Bronger
> <bronger@physik.rwth-aachen.de> wrote:
>> Hallöchen!
>> 
>> Eric Abrahamsen writes:
>> 
>> > [...]
>> >
>> >>> [...]
>> >>>
>> >>> Earlier in the day I pushed a change to Emacs master to use
>> >>> `condition-case-unless-debug' in `nnselect-run'. If you're in the
>> >>> habit of running a recent Emacs, would you pull from source and
>> >>> rebuild, then `toggle-debug-on-error' and run this search again,
>> >>> posting the backtrace?
>> >>
>> >> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>> >>   file-readable-p(nil)
>> >
>> > This just means that when namazu returns its search results, this
>> > function fails to find a filename. In other words, the (match-string
>> 4)
>> > returns nil.
>> 
>> I made some progress with this.  The buffer containing namazu’s
>> output contains trailing garbage on my system.  The tailing string
>> is: "Process search-nnml: finished".  This cannot be matched, of
>> course, which makes everything fail.
>> 
>> I don’t know where this comes from, though.
>> 
>> Regards,
>> Torsten.
>
> I think it's process exit status notification and comes from the
> process sentinel function.

Huh, I'm surprised this hasn't been an issue before, then. It looks like
that message is standard for any start-process/accept-process-output
situation. Is there any way to shut it off?

Regardless, the output parsing shouldn't be so fragile that it chokes on
this. I'll look into making it more robust.

Thanks,
Eric





reply via email to

[Prev in Thread] Current Thread [Next in Thread]