From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17194 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: Change location of .newsrc.eld file? Date: Fri, 24 Oct 2014 09:21:19 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1414157416 28648 80.91.229.3 (24 Oct 2014 13:30:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 13:30:16 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Oct 24 15:30:11 2014 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XhewU-0003vd-OU for gegu-info-gnus-english@m.gmane.org; Fri, 24 Oct 2014 15:30:10 +0200 Original-Received: from localhost ([::1]:48653 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhewR-0000Fu-Sn for gegu-info-gnus-english@m.gmane.org; Fri, 24 Oct 2014 09:30:07 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uio.no!quimby.gnus.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 17 Original-NNTP-Posting-Host: 198.0.146.153 Original-X-Trace: quimby.gnus.org 1414156880 29152 198.0.146.153 (24 Oct 2014 13:21:20 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 24 Oct 2014 13:21:20 +0000 (UTC) User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (darwin) 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" Cancel-Lock: sha1:8F436EGs0LKltDrG9HH91zhHWmQ= Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88325 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17194 Archived-At: On Fri, 24 Oct 2014 15:44:57 +1000 "Paul W. Rankin" wrote: PWR> Can I customize the path of the .newsrc.eld file? I'd like to store it PWR> inside another folder that I can sync to Dropbox. PWR> Caveat: without altering the paths of the ~/News and ~/Mail directories, PWR> if possible? I use: (let ((f "~/Dropbox/newsrc")) (if (file-exists-p (concat f ".eld")) (setq gnus-startup-file f) (message "Dropbox newsrc is not present") (sit-for 2))) Ted