* gnus debbugs searches? @ 2024-10-29 21:10 Christopher Howard 2024-12-15 11:47 ` Maxim Cournoyer 0 siblings, 1 reply; 3+ messages in thread From: Christopher Howard @ 2024-10-29 21:10 UTC (permalink / raw) To: Andrew Tropin, Katherine Cox-Buday, Liliana Marie Prikler Cc: Michael Albinus, Guix Devel Hi, I am trying now to troubleshoot some of the emacs-guix bugs I had reported, but got hung up on something else: It seems that none of the gnus bug searching functions from emacs-debbugs are working for me. If I know the bug number already, I can run debbugs-gnu-bugs, and that works fine. But if I try debbugs-gnu-guix-search or debbugs-gnu-search I cannot get any results. I can get to the result buffer with debbugs-gnu-show-last-result, but there is nothing there. Are those functions working fine for everybody else? Right now I'm running GNU Emacs 30.0.92 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-10-29 with the emacs-debugs-0.41 from Guix. I tried using Emacs 29.4 but results seem to be the same. Likewise with emacs -q. -- 📛 Christopher Howard 🚀 gemini://gem.librehacker.com 🌐 http://gem.librehacker.com בראשית ברא אלהים את השמים ואת הארץ ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: gnus debbugs searches? 2024-10-29 21:10 gnus debbugs searches? Christopher Howard @ 2024-12-15 11:47 ` Maxim Cournoyer 2024-12-15 17:05 ` Michael Albinus 0 siblings, 1 reply; 3+ messages in thread From: Maxim Cournoyer @ 2024-12-15 11:47 UTC (permalink / raw) To: Christopher Howard Cc: Andrew Tropin, Katherine Cox-Buday, Liliana Marie Prikler, Michael Albinus, Guix Devel Hi! Christopher Howard <christopher@librehacker.com> writes: > Hi, I am trying now to troubleshoot some of the emacs-guix bugs I had > reported, but got hung up on something else: It seems that none of the > gnus bug searching functions from emacs-debbugs are working for me. If > I know the bug number already, I can run debbugs-gnu-bugs, and that > works fine. But if I try debbugs-gnu-guix-search or debbugs-gnu-search > I cannot get any results. I can get to the result buffer with > debbugs-gnu-show-last-result, but there is nothing there. Are those > functions working fine for everybody else? > > Right now I'm running GNU Emacs 30.0.92 (build 2, x86_64-pc-linux-gnu, > GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-10-29 with the > emacs-debugs-0.41 from Guix. I tried using Emacs 29.4 but results seem > to be the same. Likewise with emacs -q. It seems to work for me. M-x debbugs-gnu-guix-search RET python-team, then M-x debbugs-gnu-show-last-result (that seems to be a new thing -- I guess I'll check the customizations to revert to show directly the results): --8<---------------cut here---------------start------------->8--- 74582 normal,patch Max [PATCH python-team 0/4] Fix edge case in pyproject-build-system 74268 normal,patch Sha [PATCH 0/1] teams: Add packages stats script. 71984 normal,patch Fel [PATCH python-team] gnu: python-pygments: Update to 2.18.0. 71758 normal,patch Fel [PATCH python-team] gnu: python-immutables: Update to 0.20. 71037 normal,patch Nic [PATCH 0/3] gnu: python-pydevd: Update to 2.9.6. 70858 normal,patch Nic [PATCH 00/32] python-team: Remove native inputs 70656 normal,patch Chr [PATCH python-team 0/4] Use git-minimal/pinned for some Python packages 70400 normal,patch Jon [PATCH] Update python-lsp-server 69450 normal,patch Tan [PATCH python-team] gnu: python-markdown: Update to 3.5.2. 69449 normal,patch Tan [PATCH python-team 0/9] gnu: Add python-flask-3. 68023 normal,patch Mat [PATCH 00/13] Add support for Linux `make dtbs_check` 66884 normal,patch Gia ['PATCH python-team'] gnu: python-pygments: Update to 2.16.1. 65010 normal,patch Lar [PATCH 0/8] Misc Python build system improvements 63139 normal,patch Joh [PATCH python 00/20] Updates for pyproject-build-system, poetry, python-yubikey-manager 63044 normal,patch Bri [PATCH] gnu: python-setuptools: Disable date checking in bdist_egg.py --8<---------------cut here---------------end--------------->8--- -- Thanks, Maxim ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: gnus debbugs searches? 2024-12-15 11:47 ` Maxim Cournoyer @ 2024-12-15 17:05 ` Michael Albinus 0 siblings, 0 replies; 3+ messages in thread From: Michael Albinus @ 2024-12-15 17:05 UTC (permalink / raw) To: Maxim Cournoyer Cc: Christopher Howard, Andrew Tropin, Katherine Cox-Buday, Liliana Marie Prikler, Guix Devel Maxim Cournoyer <maxim.cournoyer@gmail.com> writes: > Hi! Hi Maxim, >> Hi, I am trying now to troubleshoot some of the emacs-guix bugs I had >> reported, but got hung up on something else: It seems that none of the >> gnus bug searching functions from emacs-debbugs are working for me. If >> I know the bug number already, I can run debbugs-gnu-bugs, and that >> works fine. But if I try debbugs-gnu-guix-search or debbugs-gnu-search >> I cannot get any results. I can get to the result buffer with >> debbugs-gnu-show-last-result, but there is nothing there. Are those >> functions working fine for everybody else? >> >> Right now I'm running GNU Emacs 30.0.92 (build 2, x86_64-pc-linux-gnu, >> GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-10-29 with the >> emacs-debugs-0.41 from Guix. I tried using Emacs 29.4 but results seem >> to be the same. Likewise with emacs -q. The recent version in GNU ELPA is debbugs 0.42. > It seems to work for me. M-x debbugs-gnu-guix-search RET python-team, > then M-x debbugs-gnu-show-last-result (that seems to be a new thing -- I > guess I'll check the customizations to revert to show directly the > results): Since debbugs 0.41, bug reports are retrieved asynchronously. debbugs-gnu-show-last-result switches to the result buffer (you get a meesage, when bug retrieval has finished). If you don't like it, set debbugs-gnu-use-threads to nil. See (info "(debbugs-ug) Retrieving Bugs") Best regards, Michael. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-15 18:59 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-29 21:10 gnus debbugs searches? Christopher Howard 2024-12-15 11:47 ` Maxim Cournoyer 2024-12-15 17:05 ` Michael Albinus
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/guix.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).