all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Björn Bidar" <bjorn.bidar@thaodan.de>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: help-gnu-emacs@gnu.org,  Eric Abrahamsen <eric@ericabrahamsen.net>
Subject: Re: A few questions about debbugs
Date: Tue, 20 Aug 2024 13:38:25 +0300	[thread overview]
Message-ID: <17559.2852568784$1724150359@news.gmane.org> (raw)
In-Reply-To: <87msl83hbe.fsf@gmx.de> (Michael Albinus's message of "Mon, 19 Aug 2024 13:03:49 +0200")

Michael Albinus <michael.albinus@gmx.de> writes:

> 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!

Why soap-invoke-async not made use of when it was added?
If adapting debbugs-search to use soap-invoke is not complicated I could
try.
Asynchronous operating/threading was always a sore spot in Emacs,
especially in the packages that are the closest to GNU.

>> 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.

Bugzilla has a JSON RPC API to communicate with Bugzilla (older,
deprecated) and the newer REST based API's I don't know how similar they
are to a SOAP interface.
How does debbugs leverage Gnus to display bug comments? Debbugs has the
advantage of being closer to email. Although Bugzilla isn't so far away.

> 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.

There is bug-mode that supports Rally and Bugzilla but it is mostly
unmaintained these days.

The bugzilla part still works although it doesn't look as nice as
Debbugs.

On topic that's slightly off-topic: Why does debbugs-gnu is called
GNU but refers mostly to Emacs? E.g. there's debbugs-gnu-trunk directory
which refers to Emacs. Further the variable looks out of place now that
Emacs uses Git.

Thanks for your help so far.



  reply	other threads:[~2024-08-20 10:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-11 22:26 A few questions about debbugs Björn Bidar
2024-08-13  7:27 ` Michael Albinus
2024-08-19  9:26   ` Björn Bidar
     [not found]   ` <871q2krhgh.fsf@>
2024-08-19 11:03     ` Michael Albinus
2024-08-20 10:38       ` Björn Bidar [this message]
     [not found]       ` <87a5h7o4wu.fsf@>
2024-08-21  8:43         ` Michael Albinus
2024-08-21 13:24           ` Stefan Monnier via Users list for the GNU Emacs text editor
2024-08-23  8:00             ` Michael Albinus
2024-08-28 11:42               ` Michael Albinus
2024-08-31 15:19                 ` Björn Bidar
     [not found]                 ` <87a5gsn2j9.fsf@>
2024-08-31 17:21                   ` Michael Albinus
2024-08-23  4:18           ` Björn Bidar
     [not found]           ` <87seuvg9ck.fsf@>
2024-08-23  8:23             ` Michael Albinus
2024-08-23  8:31               ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='17559.2852568784$1724150359@news.gmane.org' \
    --to=bjorn.bidar@thaodan.de \
    --cc=eric@ericabrahamsen.net \
    --cc=help-gnu-emacs@gnu.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.