From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: bug#38136: [PATCH] Make gnus-group-get-new-news a non blocking thread Date: Wed, 20 Nov 2019 10:43:19 -0800 Message-ID: <87k17u9yns.fsf@ericabrahamsen.net> References: <87imnu1knq.fsf@dick> <87zhgsncno.fsf@ericabrahamsen.net> <87lfscesen.fsf@dick> <871ru4n58t.fsf@ericabrahamsen.net> <87ftijdcay.fsf@ericabrahamsen.net> <874kyykd8b.fsf@gnus.org> <87sgmiyd6m.fsf@gmx.de> <87pnhmwvmz.fsf@gmx.de> <87y2wavf1p.fsf@gmx.de> <87r222a48o.fsf@ericabrahamsen.net> <87pnhm7a89.fsf@gmx.de> <87k17u78q4.fsf@gmx.de> <871ru277xa.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="134091"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Lars Ingebrigtsen , Michael Albinus , dick.r.chiang@gmail.com, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 20 19:43:32 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 1iXUwt-000Yly-VK for ged-emacs-devel@m.gmane.org; Wed, 20 Nov 2019 19:43:32 +0100 Original-Received: from localhost ([::1]:33454 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXUws-0001dr-QU for ged-emacs-devel@m.gmane.org; Wed, 20 Nov 2019 13:43:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39616) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXUwl-0001bU-S4 for emacs-devel@gnu.org; Wed, 20 Nov 2019 13:43:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXUwk-0005FO-QR for emacs-devel@gnu.org; Wed, 20 Nov 2019 13:43:23 -0500 Original-Received: from ericabrahamsen.net ([52.70.2.18]:59890 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iXUwk-0005F1-NQ for emacs-devel@gnu.org; Wed, 20 Nov 2019 13:43:22 -0500 Original-Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 04533FA01D; Wed, 20 Nov 2019 18:43:20 +0000 (UTC) In-Reply-To: (Robert Pluim's message of "Wed, 20 Nov 2019 18:53:37 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 52.70.2.18 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:242529 Archived-At: Robert Pluim writes: >>>>>> On Wed, 20 Nov 2019 18:51:29 +0100, Michael Albinus said: > > Michael> Robert Pluim writes: > >> Well, with debbug-gnu-summary-mode enabled you'll be able to do th= at, > >> you'll just have to be slightly more careful with those > >> commands. > >>=20 > >> Hmm, how about if I changed the detection code to do > >>=20 > >> - search current line > >> - search backwards > >> - search from (point-min) > >>=20 > >> That would change nothing for single-bug ephemeral groups. > > Michael> Pls do. As always, I'm happy if I can avoid work :-) > > I=CA=BCm going to have to go and read "How to commit to Elpa for dummies" > now, aren't I? :-) I don't think it's that hard! Clone from @git.sv.gnu.org:/srv/git/emacs/elpa.git, and everything else should happen automatically.