From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78068 Path: news.gmane.org!not-for-mail From: Leonidas Tsampros Newsgroups: gmane.emacs.gnus.general Subject: Re: latest change to mm-util.el causes failure Date: Wed, 23 Mar 2011 15:02:06 +0200 Message-ID: <878vw6t2gh.fsf@bifteki.lan> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300885485 15426 80.91.229.12 (23 Mar 2011 13:04:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Mar 2011 13:04:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26379@lists.math.uh.edu Wed Mar 23 14:04:37 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 1Q2Njm-0004an-Ix for ding-account@gmane.org; Wed, 23 Mar 2011 14:04:34 +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 1Q2Nho-0006rk-J2; Wed, 23 Mar 2011 08:02:32 -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 1Q2Nhl-0006rU-67 for ding@lists.math.uh.edu; Wed, 23 Mar 2011 08:02:29 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q2Nhi-0005Nz-80 for ding@lists.math.uh.edu; Wed, 23 Mar 2011 08:02:28 -0500 Original-Received: from mail-wy0-f172.google.com ([74.125.82.172]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q2Nhh-0002n1-Dv for ding@gnus.org; Wed, 23 Mar 2011 14:02:25 +0100 Original-Received: by wyb42 with SMTP id 42so10766596wyb.17 for ; Wed, 23 Mar 2011 06:02:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:from:to:subject:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=zoghmKH6wXPI3YCukzJK6jG8aEIg1WBFM07QnNJt1Pw=; b=Dd5LSjEHxUX3FtZnH/+p4fY4YdZz4dVdtqhsvgAJZGa+yEyxzc3jW1+b4XgGe9maSL Bf5+hUAf7XuQZ3rQ3YOGYRgeT3FQKNdf2J45fDRRfK8zTHzWrOL+O1jK53WjrylE1zX8 A78HqJqaIqVQyYz243PZq3zczkooHKZZEXELk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=RgwB1BAhZpeBNMrw0Gglkq8mEDpHJyoKn9qnG966Xz1RmCmdMkralnSr1U/NStskJ9 msEJmiDk+8WVqvsB2ARUNgtQphXdSRdf4X70zZyg6AYj3I3QSMJoBSB9RbDTLMF/QWJc ntnZjoDkBVjV/JqRCKsQy7gEB8So7UWYCZcKg= Original-Received: by 10.216.121.208 with SMTP id r58mr7222719weh.61.1300885339282; Wed, 23 Mar 2011 06:02:19 -0700 (PDT) Original-Received: from bifteki.lan ([212.205.26.1]) by mx.google.com with ESMTPS id k76sm3352485wej.43.2011.03.23.06.02.11 (version=SSLv3 cipher=OTHER); Wed, 23 Mar 2011 06:02:11 -0700 (PDT) Original-Received: from ltsampros-ferrari-one-200 (localhost.localdomain [127.0.0.1]) by bifteki.lan (Postfix) with ESMTP id 5402B64A0B1 for ; Wed, 23 Mar 2011 15:02:06 +0200 (EET) In-Reply-To: (Robert Pluim's message of "Tue, 22 Mar 2011 18:02:00 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78068 Archived-At: Robert Pluim writes: > This change: > > revno: 103715 > author: Julien Danjou > committer: Katsumi Yamaoka > branch nick: trunk > timestamp: Tue 2011-03-22 13:40:41 +0000 > message: > mm-view.el (mm-display-inline-fontify): Make mode optional, and call normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer query. > (mm-inline-text): Render normal text with fontification whenever possible. > gnus-sum.el (gnus-summary-save-parts-1): > gnus-art.el (gnus-article-browse-html-save-cid-content) > (gnus-article-browse-html-parts, gnus-mime-delete-part) > (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button): > Use `mm-handle-filename'. > mm-util.el (mm-handle-filename): New function, return the filename of an handle. > > introduces > > (defun mm-handle-filename (handle) > "Return filename of HANDLE if any." > (or (mail-content-type-get (mm-handle-type handle) > 'name) > (mail-content-type-get (mm-handle-disposition handle) > 'filename))) > > > But mm-handle-type is a macro, so I get: > > Debugger entered--Lisp error: (invalid-function mm-handle-type) > mm-handle-type((# ("text/html" (charset . "utf-8")) 8bit nil nil nil nil nil)) > mm-handle-filename((# ("text/html" (charset . "utf-8")) 8bit nil nil nil nil nil)) > > 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. > > Robert I faced exactly the same problem with bzr head, removed the relevant elc file, and everything seems fine now :) Thanks.