From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: "If you're still seeing problems, please reopen." [Was: bug#25148:] Date: Mon, 18 Nov 2019 09:59:39 +0100 Message-ID: <87o8x9sgp0.fsf@gnus.org> References: <20191117113054.49837.qmail@mail.muc.de> <87pnhq7mxg.fsf@gnus.org> <87bltaz9g4.fsf@telefonica.net> <877e3y5r6x.fsf@gnus.org> <0b8f8b31-29aa-1a33-f70d-38bdaeefc6e5@yandex.ru> <87y2we4boo.fsf@gnus.org> <87tv72duqj.fsf@dick> <87sgmm2lk9.fsf@gnu.org> <87h831r5ve.fsf@gmx.de> <871ru5tvvp.fsf@gnus.org> <877e3xr2cp.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="258916"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel , Amin Bandali , =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= , dick.r.chiang@gmail.com To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 18 10:00:15 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iWctK-0015Dg-85 for ged-emacs-devel@m.gmane.org; Mon, 18 Nov 2019 10:00:14 +0100 Original-Received: from localhost ([::1]:59508 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWctI-0005U2-Ll for ged-emacs-devel@m.gmane.org; Mon, 18 Nov 2019 04:00:12 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54522) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWct1-0005Ti-9T for emacs-devel@gnu.org; Mon, 18 Nov 2019 03:59:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iWcsx-0003iG-HP for emacs-devel@gnu.org; Mon, 18 Nov 2019 03:59:53 -0500 Original-Received: from quimby.gnus.org ([2a01:4f9:2b:f0f::2]:48994) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iWcsv-0003X6-Ib; Mon, 18 Nov 2019 03:59:51 -0500 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iWcsm-0007Oz-EM; Mon, 18 Nov 2019 09:59:43 +0100 In-Reply-To: <877e3xr2cp.fsf@gmx.de> (Michael Albinus's message of "Mon, 18 Nov 2019 09:54:46 +0100") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:4f9:2b:f0f::2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:242348 Archived-At: Michael Albinus writes: > I have no idea how this worked for you, but I'm not against to improve > debbugs-gnu this way. Let's see... it must be this code that I found in my ~/.emacs now combined with debbugs-gnu-save-cache. But I don't know whether we want to encourage people to download all the bug reports... The main problem with this all is that it doesn't update the statuses of anything -- there needs to be a "fetch new bug statuses and update" command. Hm. Or did debbugs get one of those? I vaguely feel that I've asked that before. (defun lars-offline-debbugs () (interactive) (require 'debbugs-gnu) (setq debbugs-cache-data (with-temp-buffer (insert-file "~/.emacs.d/debbugs-cache/list") (read (current-buffer)))) (setq debbugs-cache-expiry nil) (debbugs-gnu-show-reports t)) (defun lars-download-bugs () (maphash (lambda (key val) (when (and (equal (cadr (assoc 'package val)) "emacs") (not (cdr (assoc 'done val)))) (let ((file (format "~/.emacs.d/debbugs-cache/%s" key))) (unless (file-exists-p file) (ignore-errors (with-current-buffer (url-retrieve-synchronously (format "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s;mboxmaint=yes;mboxstat=yes" key)) (write-region (point-min) (point-max) file))) (sleep-for 5))))) debbugs-cache-data)) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no