From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69910 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: overriding marks for synchronization Date: Fri, 13 Aug 2010 14:44:11 +0200 Organization: Probably a good idea Message-ID: References: <87eie6fzr5.fsf@lifelogs.com> <87d3tpmft7.fsf@lifelogs.com> <87y6cbehau.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1281703480 426 80.91.229.12 (13 Aug 2010 12:44:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Aug 2010 12:44:40 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M18296@lists.math.uh.edu Fri Aug 13 14:44:39 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ojtck-0005x3-QE for ding-account@gmane.org; Fri, 13 Aug 2010 14:44:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OjtcZ-0003pB-LQ; Fri, 13 Aug 2010 07:44:27 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OjtcY-0003oz-36 for ding@lists.math.uh.edu; Fri, 13 Aug 2010 07:44:26 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OjtcX-0004Wx-9X for ding@lists.math.uh.edu; Fri, 13 Aug 2010 07:44:25 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OjtcW-0000j1-00 for ; Fri, 13 Aug 2010 14:44:24 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OjtcS-0005lj-Ui for ding@gnus.org; Fri, 13 Aug 2010 14:44:21 +0200 Original-Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Aug 2010 14:44:20 +0200 Original-Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Aug 2010 14:44:20 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 32 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 62.113.137.5 Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:SmDfvVvD9V2pQcV/WcHg6Q7O9rU= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69910 Archived-At: >>>>> Steinar Bang : > What I've done is: > - Used "git pull" in my local gnus repo clone > - Done "make" in the same > - Added the following to my ~/.gnus.el (domain name changed to protect > the innocent): > ;; Synching reads in nntp groups across machines > (setq gnus-sync-backend `("/ssh:sb@stoner.mydomain.no:News/gnussync") ; will use Tramp+EPA if loaded > gnus-sync-global-vars `(gnus-newsrc-last-checked-date) > gnus-sync-newsrc-groups `("nntp" "nnrss") > gnus-sync-newsrc-vars `(read marks)) > And then I've restarted gnus and have tried visiting some nntp groups on > the server "news.gmane.org" and saved the .newsrc* files with `s'. > But no News/gnussync seems to be created on the server...? I've tested that tramp seems to be working by doing `C-x f ssh:sb@stoner.mydomain.no:News RET' and that came up with a dired on the News directory on the remote server. > Is there an explicit sync command, perhaps...? Nah... there's the function gnus-sync-save that's added to gnus-save-newsrc-hook and the function gnus-sync-read that's added to gnus-read-newsrc-el-hook. I've tried running `M-x gnus-sync-save RET' and that doesn't create a gnussync file either.