From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Rmail: rmail-enable-mime is causing troubles Date: Thu, 12 Jan 2006 22:54:58 +0100 Message-ID: <1137102898.278194.4897.nullmailer@totoz-linux.gnu-rox.org> References: <1136851298.818441.8389.nullmailer@totoz-linux.gnu-rox.org> <200601101154.k0ABsWsm011714@rocksteady.printf.se> <200601111509.k0BF9cOB015611@rocksteady.printf.se> Reply-To: zedek@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1137104691 31317 80.91.229.2 (12 Jan 2006 22:24:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Jan 2006 22:24:51 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 12 23:24:44 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 1ExArU-0007f1-Fa for ged-emacs-devel@m.gmane.org; Thu, 12 Jan 2006 23:24:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExAta-0005JO-R7 for ged-emacs-devel@m.gmane.org; Thu, 12 Jan 2006 17:26:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ExAS4-0006CE-7r for emacs-devel@gnu.org; Thu, 12 Jan 2006 16:57:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ExAS1-00067Q-71 for emacs-devel@gnu.org; Thu, 12 Jan 2006 16:57:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExAS1-00066z-0m; Thu, 12 Jan 2006 16:57:45 -0500 Original-Received: from [213.41.184.169] (helo=smtp.gnu-rox.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ExAUs-0005S9-VI; Thu, 12 Jan 2006 17:00:43 -0500 Original-Received: from totoz-linux.gnu-rox.org (unknown [10.0.0.7]) by smtp.gnu-rox.org (Postfix) with SMTP id A384A8BBF6; Thu, 12 Jan 2006 22:59:56 +0100 (CET) Original-Received: (nullmailer pid 4898 invoked by uid 1000); Thu, 12 Jan 2006 21:54:58 -0000 Original-To: Henrik Enberg In-reply-to: <200601111509.k0BF9cOB015611@rocksteady.printf.se> (message from Henrik Enberg on Wed, 11 Jan 2006 16:09:39 +0100 (CET)) User-Agent: RMAIL/GNU Emacs 22.0.50.1 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:48965 gmane.emacs.pretest.bugs:10851 Archived-At: From: Henrik Enberg Cc: zedek@gnu.org, emacs-pretest-bug@gnu.org, emacs-devel@gnu.org > > 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. Seems ok 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. Except that here, it just fails when trying to make it: [zedek@totoz-linux 22:37:02 rmail-mime]$ make echo ' ' > lisp/autodefs.el emacs-snapshot -q --no-site-file -batch -l autoload --eval \ '(setq source-directory (expand-file-name ".") \ generated-autoload-file "autodefs.el")' \ -f batch-update-autoloads `find lisp -type d -print` Wrong type argument: symbolp, "autodefs.el" make: *** [autodefs.el] Error 255 Regards, Xavier