From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel,gmane.mail.mh-e.devel Subject: Re: mh-e/mh-acros.el advices `require' incorrectly Date: Sat, 14 Jan 2006 11:14:37 -0500 Message-ID: References: <837.1137190309@olgas.newt.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1137261560 4551 80.91.229.2 (14 Jan 2006 17:59:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Jan 2006 17:59:20 +0000 (UTC) Cc: mh-e-devel@lists.sourceforge.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 14 18:59:18 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 1ExpgE-0003uh-RD for ged-emacs-devel@m.gmane.org; Sat, 14 Jan 2006 18:59:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Expi9-00085L-1n for ged-emacs-devel@m.gmane.org; Sat, 14 Jan 2006 13:01:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ExoBz-0008WP-C6 for emacs-devel@gnu.org; Sat, 14 Jan 2006 11:23:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Exo7q-00075z-8p for emacs-devel@gnu.org; Sat, 14 Jan 2006 11:19:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Exo7k-00074S-BY for emacs-devel@gnu.org; Sat, 14 Jan 2006 11:19:28 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ExoAv-0005BP-Mq for emacs-devel@gnu.org; Sat, 14 Jan 2006 11:22:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Exo33-0007ws-PE; Sat, 14 Jan 2006 11:14:37 -0500 Original-To: Bill Wohler In-reply-to: <837.1137190309@olgas.newt.com> (message from Bill Wohler on Fri, 13 Jan 2006 14:11:49 -0800) 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:49086 gmane.mail.mh-e.devel:11289 Archived-At: Unless you load MH-E, require does not change. If I understand correctly, Kanichi's patch addresses your concern (about the return value of require changing). MH-E should not advise `require'; nothing should. Another solution is necessary. Which files are trying to force loading in source form?