From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77182 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: magit and gnus Date: Wed, 23 Feb 2011 10:22:49 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298453000 24044 80.91.229.12 (23 Feb 2011 09:23:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 09:23:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25514@lists.math.uh.edu Wed Feb 23 10:23:17 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 1PsAw9-0001Co-A1 for ding-account@gmane.org; Wed, 23 Feb 2011 10:23:09 +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 1PsAw2-0001QI-TD; Wed, 23 Feb 2011 03:23:02 -0600 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 1PsAw1-0001Q0-9H for ding@lists.math.uh.edu; Wed, 23 Feb 2011 03:23:01 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PsAw0-0002ME-0s for ding@lists.math.uh.edu; Wed, 23 Feb 2011 03:23:01 -0600 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PsAvy-000385-Vu for ding@gnus.org; Wed, 23 Feb 2011 10:22:59 +0100 Original-Received: from [134.76.4.230] (helo=imac.local) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1PsAvw-0008J4-0Z for ding@gnus.org; Wed, 23 Feb 2011 10:22:56 +0100 In-Reply-To: (Leo's message of "Wed, 23 Feb 2011 17:05:59 +0800") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (darwin) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77182 Archived-At: Leo writes: > On 2011-02-23 14:51 +0800, Erik Colson wrote: >> Ehlo, >> >> 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 ? >> >> Best > > Set magit-save-some-buffers to nil and be happy about it. I think this > magit feature needs some refinement. Asking to save files not related to > the git repo is very confusing. Yes. Magit could ask git beforehand which files are actually in the repo. But I wonder: is there any reason to not set buffer-save-without-query to 't' as default for the dribble file? Many packages which call external commands do call `save-some-buffer' (compile and AucTeX, for example), so they all ask if the dribble file should be saved. -David