From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: eval-after-load as a macro (and eval-next-after-load) Date: Mon, 07 Apr 2003 15:36:45 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <84brziwhsi.fsf@lucy.is.informatik.uni-duisburg.de> References: <200304042030.h34KUEQL008262@rum.cs.yale.edu> <200304062105.h36L55Jn019873@rum.cs.yale.edu> <84y92mslqe.fsf@lucy.is.informatik.uni-duisburg.de> <200304071250.h37CoUh16788@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049722914 882 80.91.224.249 (7 Apr 2003 13:41:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2003 13:41:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 07 15:41:52 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 192WsZ-0000DT-00 for ; Mon, 07 Apr 2003 15:41:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 192Ww6-0000Sh-00 for ; Mon, 07 Apr 2003 15:45:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 192Wqn-0002Vg-04 for emacs-devel@quimby.gnus.org; Mon, 07 Apr 2003 09:39:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 192WqH-0001sd-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 09:39:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 192Wpx-0001Ha-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 09:39:08 -0400 Original-Received: from mailout06.sul.t-online.com ([194.25.134.19]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 192Wpv-0001Dm-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 09:38:59 -0400 Original-Received: from fwd04.sul.t-online.de by mailout06.sul.t-online.com with smtp id 192Wpr-00029k-0A; Mon, 07 Apr 2003 15:38:55 +0200 Original-Received: from lucy (520080024987-0001@[80.135.121.173]) by fmrl04.sul.t-online.com with esmtp id 192Wpc-2DXTfMC; Mon, 7 Apr 2003 15:38:40 +0200 Original-Received: by lucy (Postfix, from userid 1003) id 54BEE28859; Mon, 7 Apr 2003 15:36:45 +0200 (CEST) Original-To: Luc Teirlinck In-Reply-To: <200304071250.h37CoUh16788@eel.dms.auburn.edu> (Luc Teirlinck's message of "Mon, 7 Apr 2003 07:50:30 -0500 (CDT)") User-Agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.3.50 (gnu/linux) X-Sender: 520080024987-0001@t-dialin.net X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12952 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12952 Luc Teirlinck writes: > I believe that, in that case, the quote below from the Elisp manual > must be reworded too. Maybe some wording could be added to talk about efficiency. For example, crisp.el adds two entries to cua-movement-commands. It does not make sense for crisp to require cua, as many crisp users probably don't want to use cua. It also doesn't work to just frob cua-movement-commands, since adding to a list can only be done after the defvar. -- A preposition is not a good thing to end a sentence with.