From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88606 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Calling for testers: scratch/gnus-decoded branch Date: Thu, 06 Jun 2019 22:44:33 -0700 Message-ID: <87sgsmdk5a.fsf@ericabrahamsen.net> References: <875zpsycy4.fsf@ericabrahamsen.net> <87ef48dlm1.fsf@ericabrahamsen.net> <877e9ztp41.fsf@web.de> <86sgsnqvi2.fsf@zoho.eu> <87sgsmfh2z.fsf@ericabrahamsen.net> <86lfyenklp.fsf@zoho.eu> <87wohydp2k.fsf@ericabrahamsen.net> <867e9yni86.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="133357"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M36809@lists.math.uh.edu Fri Jun 07 07:45:48 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hZ7hE-000YSf-Gs for ding-account@gmane.org; Fri, 07 Jun 2019 07:45:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92) (envelope-from ) id 1hZ7ge-0001LD-F5; Fri, 07 Jun 2019 00:45:12 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hZ7gY-0001IR-6Z for ding@lists.math.uh.edu; Fri, 07 Jun 2019 00:45:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hZ7gW-0004M3-Gz for ding@lists.math.uh.edu; Fri, 07 Jun 2019 00:45:06 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hZ7gJ-0001l8-RV for ding@gnus.org; Fri, 07 Jun 2019 07:44:58 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hZ7gI-000XXV-Qt for ding@gnus.org; Fri, 07 Jun 2019 07:44:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:zVGL61IELvqO0A5UMGXAkzM7h/8= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88606 Archived-At: Emanuel Berg writes: > Eric Abrahamsen wrote: > >> Anyway, no one has any obligation to spend >> time on this! It was mean of me to single you >> out, it was only because you showed up in the >> thread :) > > Heh, it is all good :) > > Do you have a step by step list what one > should do? > > I actually don't compile Emacs manually, tho > I have done it so I know how to do it, but > normally I get it from the repos. This part you > don't have to describe how to do it, just > include in the list if it needs to happen, > I mean. It's fairly straightforward: 1. git clone https://git.savannah.gnu.org/git/emacs.git && cd emacs 2. git checkout scratch/gnus-decoded 3. make 4. cp ~/.emacs.d/.newsrc.eld ~/.emacs.d/.newsrc.eld.bak 5 src/emacs Then start Gnus, and bang on it as usual. If you do have groups with non-ascii names, focus on those. And that's it! If you see anything unusual at all, let me know. Otherwise, run it until you get bored, and then go back to your usual setup. Thanks! Eric