From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: weird bogosity relating to "copyright-update" Date: Mon, 07 Feb 2011 01:37:51 -0800 Organization: Programmerer Ingebrigtsen Message-ID: <8739o0w5g0.fsf@gnus.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297071510 1228 80.91.229.12 (7 Feb 2011 09:38:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2011 09:38:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 07 10:38:24 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PmNY8-0007Xu-DU for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 10:38:24 +0100 Original-Received: from localhost ([127.0.0.1]:34364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmNY7-0002c2-AJ for ged-emacs-devel@m.gmane.org; Mon, 07 Feb 2011 04:38:23 -0500 Original-Received: from [140.186.70.92] (port=55937 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmNXt-0002a8-Qn for emacs-devel@gnu.org; Mon, 07 Feb 2011 04:38:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmNXp-0001rY-2e for emacs-devel@gnu.org; Mon, 07 Feb 2011 04:38:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:47934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmNXo-0001r7-TR for emacs-devel@gnu.org; Mon, 07 Feb 2011 04:38:05 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PmNXm-0007OJ-Nq for emacs-devel@gnu.org; Mon, 07 Feb 2011 10:38:02 +0100 Original-Received: from baybryj.net ([198.144.208.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Feb 2011 10:38:02 +0100 Original-Received: from larsi by baybryj.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Feb 2011 10:38:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: baybryj.net Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:azVfpES9Hkyq4vgtLdz8/1bb6vw= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135671 Archived-At: Miles Bader writes: > So... what change tickled this problem, and what's the right way to fix > it...? It doesn't seem a bad thing that Gnus is doing that let-binding > (you probably _don't_ want your mail FCCs to get copyright-updated), but > it's clearly bad that the let-binding is screwing things up... Yes, that seems like the wrong way to do this. If nnfolder wants to let-bind `copyright-updated', it also has to require copyright. But I think it would make more sense for nnfolder to bind `write-file-hooks' to nil, wouldn't it? But it is puzzling that this has started happening lately. That code in nnfolder seems to have been committed in 2005, but it only started erroring out quite recently. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen