From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58811 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Improved gnus-mime-save-part-and-strip to v5-10 Date: Mon, 11 Oct 2004 22:34:51 +0900 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097501763 13002 80.91.229.6 (11 Oct 2004 13:36:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2004 13:36:03 +0000 (UTC) Original-X-From: ding-owner+M7347@lists.math.uh.edu Mon Oct 11 15:35:48 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CH0L6-0005xE-00 for ; Mon, 11 Oct 2004 15:35:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CH0KM-0000I1-00; Mon, 11 Oct 2004 08:35:02 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CH0KF-0000Hv-00 for ding@lists.math.uh.edu; Mon, 11 Oct 2004 08:34:55 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CH0KD-0007e6-Tn for ding@lists.math.uh.edu; Mon, 11 Oct 2004 08:34:53 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 61CD13A01FD for ; Mon, 11 Oct 2004 08:34:53 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CH0KC-0003nS-00 for ; Mon, 11 Oct 2004 15:34:52 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 20 Original-NNTP-Posting-Host: yahoobb218118002059.bbtec.net Original-X-Trace: quimby.gnus.org 1097501692 14574 218.118.2.59 (11 Oct 2004 13:34:52 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 11 Oct 2004 13:34:52 +0000 (UTC) X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:NoX9Hzp0cVvmrYKau5wrt3Aktg4= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58811 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58811 >>>>> In >>>>> Reiner Steib wrote: >> After loading the *.el (not *.elc) files (mm-decode.el, mm-util.el) >> it worked. > `gnus-mime-save-part' suffers from the same problem (in v5-10) when > `mm-decode.elc' (not `mm-decode.el') is loaded: > ,---- > | mm-save-part: Invalid function: (macro lambda (&rest forms) "Eval the > | FORMS with the default value of `enable-multibyte-characters' t." (\` > | (let ((default-enable-multibyte-characters t)) (\,@ forms)))) > `---- I cannot guess the cause besides the case where mm-util.elc doesn't provide the mm-with-multibyte macro when compiling mm-decode.elc. Isn't there old mm-util.elc made before 2004-08-26, somewhere in your system? Otherwise, does using `make lick' (which deletes all *.elc files in advance) help?