From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87082 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-sync work Date: Tue, 07 Jun 2016 14:22:27 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <877fe0svto.fsf@lifelogs.com> References: <87twzdc86f.fsf@building.gnus.org> <8761bhzz0f.fsf@lifelogs.com> <878ugdxpuc.fsf@lifelogs.com> <86twv7p7nu.fsf_-_@dod.no> <86r3pnciof.fsf_-_@dod.no> <87io0y4bw4.fsf_-_@lifelogs.com> <87lh3439r6.fsf@dod.no> <87bn3vs1tb.fsf@lifelogs.com> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1465323847 15085 80.91.229.3 (7 Jun 2016 18:24:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jun 2016 18:24:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M35302@lists.math.uh.edu Tue Jun 07 20:23:53 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bALfM-0003gU-Qa for ding-account@gmane.org; Tue, 07 Jun 2016 20:23:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.86_2) (envelope-from ) id 1bALeH-00058x-47; Tue, 07 Jun 2016 13:22:45 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_2) (envelope-from ) id 1bALeD-00058K-7l for ding@lists.math.uh.edu; Tue, 07 Jun 2016 13:22:41 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.86_2) (envelope-from ) id 1bALeA-0004AD-V3 for ding@lists.math.uh.edu; Tue, 07 Jun 2016 13:22:41 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1bALe9-0005HX-I0 for ding@gnus.org; Tue, 07 Jun 2016 20:22:37 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bALe5-0002pX-RI for ding@gnus.org; Tue, 07 Jun 2016 20:22:34 +0200 Original-Received: from c-98-229-60-157.hsd1.ma.comcast.net ([98.229.60.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jun 2016 20:22:33 +0200 Original-Received: from tzz by c-98-229-60-157.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jun 2016 20:22:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-60-157.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:b3JbJtsMkAZMIGpqr2YUcemQk+w= X-Spam-Score: -4.3 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87082 Archived-At: On Sun, 05 Jun 2016 13:27:35 -0700 Dave Abrahams wrote: DA> I don't mean to be pushy, but realistically speaking, is there any DA> chance this will happen in the next few weeks? I am seriously thinking DA> of moving most of my NNTP participation to GMail/IMAP just to avoid the DA> sync issue. I want to do it, but really want to know what Lars thinks because I know he had started working on something similar already. If not, this weekend I'll bang it out as a new gnus-sync.el backend (and obsolete the old CouchDB one). The other issue is that the Emacs release is imminent so we're in a feature freeze. What branch do I use and can I push changes at all? I could make a feature branch if Dave, Steinar, and others are willing to test that. On Wed, 01 Jun 2016 07:38:16 +0200 Steinar Bang wrote: SB> It would actually make me git clone emacs, instead of using the latest SB> released version. SB> How stable is the git emacs? Perhaps I would end up using it only for Gnus? It's very stable for me on Linux. But you can probably adjust the load path so gnus-sync.el comes from Git, but the rest doesn't. I wouldn't bother, personally. Ted