From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78171 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: Re: latest change to mm-util.el causes failure Date: Tue, 29 Mar 2011 20:20:46 +0200 Organization: not if I can help it Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301422910 32549 80.91.229.12 (29 Mar 2011 18:21:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2011 18:21:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26482@lists.math.uh.edu Tue Mar 29 20:21:46 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 1Q4dXx-0003zB-V6 for ding-account@gmane.org; Tue, 29 Mar 2011 20:21:42 +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 1Q4dXc-0003dq-RO; Tue, 29 Mar 2011 13:21:20 -0500 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 1Q4dXb-0003df-H7 for ding@lists.math.uh.edu; Tue, 29 Mar 2011 13:21:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q4dXJ-0000tR-CG for ding@lists.math.uh.edu; Tue, 29 Mar 2011 13:21:14 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q4dXI-0007P8-LS for ding@gnus.org; Tue, 29 Mar 2011 20:21:00 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q4dXI-0003Wq-AJ for ding@gnus.org; Tue, 29 Mar 2011 20:21:00 +0200 Original-Received: from lns-bzn-49f-81-56-191-143.adsl.proxad.net ([81.56.191.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Mar 2011 20:21:00 +0200 Original-Received: from rpluim by lns-bzn-49f-81-56-191-143.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Mar 2011 20:21:00 +0200 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: lns-bzn-49f-81-56-191-143.adsl.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (cygwin) Cancel-Lock: sha1:Qq36AKy4u7PRFLF+AujXQTxH1wk= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78171 Archived-At: Lars Magne Ingebrigtsen writes: > Robert Pluim writes: > >> This is with the bzr head of the gnus that's part of Emacs. It's entirely >> possible that the issue lies in the way Emacs is compiling gnus. > > You probably have to do a "make clean" to get function<->macro changes > to work in Emacs. *grumble* Why don't the makefiles take care of this? *mutter* *mutter* :) BTW 'make clean' is not something I like doing in an Emacs build, since it takes forever and a day to recompile all the elisp. Robert