From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87102 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-cloud work Date: Tue, 21 Jun 2016 17:39:04 +0200 Organization: Probably a good idea Message-ID: <87ziqetuuf.fsf@dod.no> 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> <877fe0svto.fsf@lifelogs.com> <87r3by2sfd.fsf_-_@lifelogs.com> <87wplnzhvb.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466523662 4030 80.91.229.3 (21 Jun 2016 15:41:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2016 15:41:02 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M35322@lists.math.uh.edu Tue Jun 21 17:40:51 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 1bFNnH-0001H0-By for ding-account@gmane.org; Tue, 21 Jun 2016 17:40:51 +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 1bFNm5-0005yW-KU; Tue, 21 Jun 2016 10:39:37 -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 1bFNm3-0005y1-1d for ding@lists.math.uh.edu; Tue, 21 Jun 2016 10:39:35 -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 1bFNm0-0005XZ-Ee for ding@lists.math.uh.edu; Tue, 21 Jun 2016 10:39:34 -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 1bFNln-0005qR-2K for ding@gnus.org; Tue, 21 Jun 2016 17:39:22 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bFNle-000825-Je for ding@gnus.org; Tue, 21 Jun 2016 17:39:10 +0200 Original-Received: from cm-84.211.241.232.getinternet.no ([84.211.241.232]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jun 2016 17:39:10 +0200 Original-Received: from sb by cm-84.211.241.232.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jun 2016 17:39:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.211.241.232.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:lzt8GEKJbTmRNMRyDyTWEFhFUdo= X-Spam-Score: -4.3 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87102 Archived-At: >>>>> Steinar Bang : >>>>> Steinar Bang : >> 5. Tried to apply the patch to gnus >> cd ../gnus >> git apply ../emacs/0001-Gnus-Emacs-Cloud-fixes-and-refactoring.patch >> But the patch failed to apply: >> error: patch failed: lisp/gnus-srvr.el:306 >> error: lisp/gnus-srvr.el: patch does not apply >> error: patch failed: lisp/gnus-sync.el:1 >> error: lisp/gnus-sync.el: patch does not apply I found the reason the patch didn't apply. I did git apply -v ../emacs/0001-Gnus-Emacs-Cloud-fixes-and-refactoring.patch on the file with the doctored patches, and that told me that the patches to gnus-srvr.el didn't apply because the file has changed too much. The gnus-srvr.el file has many changes postdating its move to the emacs git repository.