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

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

Re: A few questions about debbugs


From: Michael Albinus
Subject: Re: A few questions about debbugs
Date: Mon, 19 Aug 2024 13:03:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Björn Bidar <bjorn.bidar@thaodan.de> writes:

> Guten Morgen :)

Guten Morgen :-)

> I maybe the issue was just on my side, the search works relative fast.
> Fast enough to not interrupt the IRC process running in Emacs.
> Thou it would be awesome if the search would asynchronous.

Well, in fact we have already an asynchronous communication via
SOAP. debbugs-search calls soap-invoke, which sends a SOAP request, and
waits for the SOAP result. But we couls use soap-invoke-async instead,
which decouples the two phases. debbugs.el is already prepared for it,
via function debbugs-soap-invoke-async. So we could implement
asynchronous search. Patches welcome!

> To bad that Debbugs can't interact with Bugzilla :)

Anything goes, of course. But I suspect the Bugzilla interface is too
different from the Debbugs interface; an own package accessing Bugzilla
might be better.

A short web search shows, that other people have also interest in
accessing Bugzilla from Emacs. I have no idea, whether there exists a
respective package, 'tho.

> Thank you

Best regards, Michael.



reply via email to

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