From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Rmail: rmail-enable-mime is causing troubles Date: Wed, 18 Jan 2006 11:17:43 +0900 Message-ID: References: <1136851298.818441.8389.nullmailer@totoz-linux.gnu-rox.org> <200601101154.k0ABsWsm011714@rocksteady.printf.se> <200601111509.k0BF9cOB015611@rocksteady.printf.se> <1137102898.278194.4897.nullmailer@totoz-linux.gnu-rox.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1137550719 28222 80.91.229.2 (18 Jan 2006 02:18:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Jan 2006 02:18:39 +0000 (UTC) Cc: zedek@gnu.org, henrik.enberg@telia.com, 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 18 03:18:35 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 1Ez2uB-0005ZA-BR for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2006 03:18:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ez2wX-0005QE-UF for ged-emacs-devel@m.gmane.org; Tue, 17 Jan 2006 21:21:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ez2vp-00056O-DD for emacs-devel@gnu.org; Tue, 17 Jan 2006 21:20:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ez2vo-00055e-BY for emacs-devel@gnu.org; Tue, 17 Jan 2006 21:20:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ez2vo-00055a-99; Tue, 17 Jan 2006 21:20:16 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Ez2zZ-000461-Aj; Tue, 17 Jan 2006 21:24:09 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k0I2HiqF021482; Wed, 18 Jan 2006 11:17:44 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k0I2HinA011979; Wed, 18 Jan 2006 11:17:44 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Ez2tL-00027P-00; Wed, 18 Jan 2006 11:17:43 +0900 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Mon, 16 Jan 2006 21:14:40 +0900) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:49227 gmane.emacs.pretest.bugs:10935 Archived-At: In article , Kenichi Handa writes: > In article > <1137102898.278194.4897.nullmailer@totoz-linux.gnu-rox.org>, > Xavier Maillard writes: >> 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 > There's also another problem for this package. > I'll update a new vesion as soon as the problem of > mh-acros.el advising `require' is fixed. It seems that it take some more time. So, I've just added a workaround of unadivising `require' while compiling. Please try the updated rmail-mime.tar.gz. As Makefile itself is also fixed, I think the above error doesn't occur now. --- Kenichi Handa handa@m17n.org