From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Mario Lang Newsgroups: gmane.emacs.devel Subject: Re: master 83587bb 1/2: Correctly cache sorted completions in icomplete--sorted-completions Date: Fri, 27 Dec 2019 09:39:55 +0100 Message-ID: <877e2imaas.fsf@blind.guru> References: <20191225175851.21930.86980@vcs0.savannah.gnu.org> <20191225175852.DE63E20997@vcs0.savannah.gnu.org> <83eewrq9zp.fsf@gnu.org> <834kxmrfn9.fsf@gnu.org> 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="145692"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.60 (gnu/linux) Cc: emacs-devel To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 27 09:40:39 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 1iklAk-000bjz-GK for ged-emacs-devel@m.gmane.org; Fri, 27 Dec 2019 09:40:38 +0100 Original-Received: from localhost ([::1]:60848 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iklAi-00087P-NR for ged-emacs-devel@m.gmane.org; Fri, 27 Dec 2019 03:40:36 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51315) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iklAB-0007aj-GG for emacs-devel@gnu.org; Fri, 27 Dec 2019 03:40:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iklAA-0002lM-EK for emacs-devel@gnu.org; Fri, 27 Dec 2019 03:40:03 -0500 Original-Received: from [2001:41d0:a:14ab::1] (port=47516 helo=ns3035380.ip-37-187-20.eu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iklAA-0002hn-3a for emacs-devel@gnu.org; Fri, 27 Dec 2019 03:40:02 -0500 Original-Received: by ns3035380.ip-37-187-20.eu (Postfix, from userid 110) id 8FBB695; Fri, 27 Dec 2019 08:39:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=blind.guru; s=mail; t=1577435998; bh=VyK5WZ/Wi86hWg0pjnIWxzFkT1XltLi5jtEQxcTFaQk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=AKel6IqKOAmH56Au+bHDX/5at6WAi6OG3ELBwGyJMyig9wMISsQjH5SAOcI/3o1zO mPW5tGGsRaoHxu4lrPXkyW8NznGGXxunMwK9TTXWBKeaAC9A1ATgps0XMdpidw7YcM DCaX5e5FDN70MI3KIex1PMNtx9vgVy/URuFHfZ4k= Original-Received: from x1.blind.guru (nt-f255.wlcli.tugraz.at [129.27.245.255]) by ns3035380.ip-37-187-20.eu (Postfix) with ESMTPSA id 734534C; Fri, 27 Dec 2019 08:39:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=blind.guru; s=mail; t=1577435996; bh=VyK5WZ/Wi86hWg0pjnIWxzFkT1XltLi5jtEQxcTFaQk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=ugQPqh9RhYidToE4WuG6bktbjYp1xdtkABtv1GhSrCRxWZVPC5cwK2qHGL9kAWyWe Bpw+ixbDe6qOVBtm1R10yPGAlZNuKgcDAZiw+5TIWAo/NWsbxcVSQzQTyG47E2QZh4 xg3Msy4HD2IcjEjLyVYeUhRC2CTANnfxtq1hVlcA= Original-Received: by x1.blind.guru (Postfix, from userid 1000) id E4B1AE81C11; Fri, 27 Dec 2019 09:39:55 +0100 (CET) In-Reply-To: (=?utf-8?Q?=22Jo=C3=A3o_T=C3=A1vora=22's?= message of "Fri, 27 Dec 2019 08:31:13 +0000") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:41d0:a:14ab::1 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:243690 Archived-At: Jo=C3=A3o T=C3=A1vora writes: > On Thu, Dec 26, 2019 at 10:25 PM Juanma Barranquero wr= ote: > >> I'm reading emacs-devel through the Gmail web client interface (not IMAP= from >> a mail application), and Eli's announcement wasn't dumped with the previ= ous >> thread of the same name. It came as a new thread. > > Mine didn't, it threaded it just like Mailman did. So for those of us upon > whom Google's hive mind hasn't inexplicably bestowed premium threading > services, For the record. I am using Gnus, and "Starting the Emacs 27 release cycle" was displayed as a new separate thread for me. Maybe have a chat with your mail client? --=20 CYa, =E2=A1=8D=E2=A0=81=E2=A0=97=E2=A0=8A=E2=A0=95