From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77154 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: magit and gnus Date: Wed, 23 Feb 2011 07:57:32 +0100 Organization: Probably a good idea Message-ID: <87vd0bxmoz.fsf@dod.no> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298444274 15090 80.91.229.12 (23 Feb 2011 06:57:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 06:57:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25487@lists.math.uh.edu Wed Feb 23 07:57:50 2011 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 1Ps8fW-0001Re-3t for ding-account@gmane.org; Wed, 23 Feb 2011 07:57:50 +0100 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 1Ps8fT-0008Kb-Vv; Wed, 23 Feb 2011 00:57:48 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Ps8fS-0008KE-6s for ding@lists.math.uh.edu; Wed, 23 Feb 2011 00:57:46 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Ps8fR-0008Rp-2X for ding@lists.math.uh.edu; Wed, 23 Feb 2011 00:57:46 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Ps8fQ-0000Xe-Bi for ding@gnus.org; Wed, 23 Feb 2011 07:57:44 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ps8fP-0001Qg-Jl for ding@gnus.org; Wed, 23 Feb 2011 07:57:43 +0100 Original-Received: from cm-84.208.226.30.getinternet.no ([84.208.226.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Feb 2011 07:57:43 +0100 Original-Received: from sb by cm-84.208.226.30.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Feb 2011 07:57:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.226.30.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:F7VZ4BLih8LalsrSdLiN0HLoSj8= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77154 Archived-At: >>>>> Erik Colson : > Everytime I launch magit-status, Emacs asks me to save > .newsrc.eld. Answering yes gives no problem but this is not the > behaviour I'd expect. Should this be corrected in magit or is there > something to fix in gnus ? Where do you run magit-status? On your home directory? If magit asks for the saving of files not in the working directory of the git repository you're doing magit-status on, then the fault is with magit, I think. Also, .newsrc.eld should probably be listed in the .gitignore file. What's in it is better synchronized through something like gnus-sync.el or the future(?) "cloud gnus".