From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Rmail: rmail-enable-mime is causing troubles Date: Wed, 11 Jan 2006 16:09:39 +0100 (CET) Message-ID: <200601111509.k0BF9cOB015611@rocksteady.printf.se> References: <1136851298.818441.8389.nullmailer@totoz-linux.gnu-rox.org> <200601101154.k0ABsWsm011714@rocksteady.printf.se> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1137003239 24534 80.91.229.2 (11 Jan 2006 18:13:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Jan 2006 18:13:59 +0000 (UTC) Cc: zedek@gnu.org, emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 11 19:13:51 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EwkTn-0004tm-6H for ged-emacs-devel@m.gmane.org; Wed, 11 Jan 2006 19:13:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EwkVp-0005v3-Kh for ged-emacs-devel@m.gmane.org; Wed, 11 Jan 2006 13:15:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ewhwe-00069U-Q2 for emacs-devel@gnu.org; Wed, 11 Jan 2006 10:31:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EwhwF-0005sa-0F for emacs-devel@gnu.org; Wed, 11 Jan 2006 10:31:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ewhdu-0005RL-1o; Wed, 11 Jan 2006 10:12:06 -0500 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EwhgL-0001iQ-Fs; Wed, 11 Jan 2006 10:14:37 -0500 Original-Received: from rocksteady.printf.se (81.224.154.131) by pne-smtpout2-sn1.fre.skanova.net (7.2.069.1) id 43C38F820006ED3E; Wed, 11 Jan 2006 16:09:41 +0100 Original-Received: from rocksteady.printf.se (localhost.printf.se [127.0.0.1]) by rocksteady.printf.se (8.13.4/8.13.4) with ESMTP id k0BF9doC026780; Wed, 11 Jan 2006 16:09:39 +0100 (CET) Original-Received: (from henrik@localhost) by rocksteady.printf.se (8.13.4/8.13.4/Submit) id k0BF9cOB015611; Wed, 11 Jan 2006 16:09:39 +0100 (CET) Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Wed, 11 Jan 2006 20:16:28 +0900) 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:48934 gmane.emacs.pretest.bugs:10835 Archived-At: > >> When setting rmail-enable-mime in my .emacs to t, I get a backtrace when I try > >> to display a message like this one: > >> > >> Debugger entered--Lisp error: (void-function nil) > >> nil() > >> rmail-show-message(372) > >> rmail-summary-goto-msg(nil) > >> call-interactively(rmail-summary-goto-msg) > >> > >> It does it whatever the message is. > > > That's because rmail-enable-mime requires external packages. I suppose > > the docstring ought to mention this. > > I agree. I'm going to install this change. What do you > think? The reason of the change from `message' to > `display-warning' is that the echo area message is too short > and is soon overriden by another message. Your patch looks like a good idea to me. > By the way, I've just noticed that rmail-mime package is > currently not available on the web. So, I created this page: > . excellent, when I tried to find it, I had to assemble it from bits found on various ftp servers.