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 22:19:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <84smsu12nh.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> <84brziwhsi.fsf@lucy.is.informatik.uni-duisburg.de> <200304071905.h37J5NG17030@eel.dms.auburn.edu> <843cku855u.fsf@lucy.is.informatik.uni-duisburg.de> <200304072004.h37K4HO17132@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 1049747352 16677 80.91.224.249 (7 Apr 2003 20:29:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2003 20:29:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 07 22:29:10 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 192dEs-0004Kr-00 for ; Mon, 07 Apr 2003 22:29:10 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 192dIY-0004Vh-00 for ; Mon, 07 Apr 2003 22:32:58 +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 192dDw-0002X2-08 for emacs-devel@quimby.gnus.org; Mon, 07 Apr 2003 16:28:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 192dAW-00014I-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 16:24:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 192d87-0000Mp-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 16:22:12 -0400 Original-Received: from mailout11.sul.t-online.com ([194.25.134.85]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 192d7m-0000CN-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 16:21:50 -0400 Original-Received: from fwd04.sul.t-online.de by mailout11.sul.t-online.com with smtp id 192d7h-0000vs-01; Mon, 07 Apr 2003 22:21:45 +0200 Original-Received: from lucy (520080024987-0001@[80.135.121.173]) by fmrl04.sul.t-online.com with esmtp id 192d7O-1KMhG4C; Mon, 7 Apr 2003 22:21:26 +0200 Original-Received: by lucy (Postfix, from userid 1003) id 6435D28859; Mon, 7 Apr 2003 22:19:30 +0200 (CEST) Original-To: Luc Teirlinck In-Reply-To: <200304072004.h37K4HO17132@eel.dms.auburn.edu> (Luc Teirlinck's message of "Mon, 7 Apr 2003 15:04:18 -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:12997 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12997 Luc Teirlinck writes: > (1) The user might have modified the default value before loading > crisp. > > You mean by making personal changes to cua? Yes, that would be a > problem. I meant that the user might have done this: (setq cua-movement-commands ...) (require 'crisp) Hm. Oh! Your suggestion was to use defvar in crisp. That wouldn't overwrite the value. D'oh. -- A preposition is not a good thing to end a sentence with.