From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Strange eval-after-load Date: Fri, 26 May 2006 23:36:32 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1148701041 15915 80.91.229.2 (27 May 2006 03:37:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 May 2006 03:37:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 27 05:37:19 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 1Fjpc5-0003TV-Lp for ged-emacs-devel@m.gmane.org; Sat, 27 May 2006 05:37:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fjpc5-0006GX-8A for ged-emacs-devel@m.gmane.org; Fri, 26 May 2006 23:37:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FjpbO-00063A-9p for emacs-devel@gnu.org; Fri, 26 May 2006 23:36:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FjpbN-00062o-TW for emacs-devel@gnu.org; Fri, 26 May 2006 23:36:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjpbN-00062j-Ky for emacs-devel@gnu.org; Fri, 26 May 2006 23:36:33 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FjpgP-000816-Ix for emacs-devel@gnu.org; Fri, 26 May 2006 23:41:45 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FjpbM-0008T5-AV; Fri, 26 May 2006 23:36:32 -0400 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Fri, 26 May 2006 10:59:19 +0300) 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:55347 Archived-At: > However, confusing as these are, they are not as bad as using > `eval-after-load' in the "usual" way, for another file. That is bad > for maintenance just as use of advice is bad for maintenance. How about starting a file with style guidelines such as these? We could begin as a simple text file somewhere in admin/, and later, when it accumulates enough material, rewrite it as a coherent section for the ELisp manual. We already have that section -- it is the Tips appendix. Want to add a note about this?