From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: eval-after-load as a macro (and eval-next-after-load) Date: Mon, 7 Apr 2003 15:04:18 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200304072004.h37K4HO17132@eel.dms.auburn.edu> 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> <843cku855u.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1049746803 14259 80.91.224.249 (7 Apr 2003 20:20:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2003 20:20:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 07 22:19:58 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 192d5y-0003gw-00 for ; Mon, 07 Apr 2003 22:19:58 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 192d9d-0004Pw-00 for ; Mon, 07 Apr 2003 22:23:45 +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 192d60-0007wP-03 for emacs-devel@quimby.gnus.org; Mon, 07 Apr 2003 16:20:00 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 192d3o-0007FZ-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 16:17:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 192d3e-00078w-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 16:17:34 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 192cpt-0002Dk-00 for emacs-devel@gnu.org; Mon, 07 Apr 2003 16:03:21 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h37K3Goc002938; Mon, 7 Apr 2003 15:03:17 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h37K4HO17132; Mon, 7 Apr 2003 15:04:18 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: kai.grossjohann@gmx.net In-reply-to: <843cku855u.fsf@lucy.is.informatik.uni-duisburg.de> (kai.grossjohann@gmx.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:12995 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12995 (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. (2) With this strategy, the default value for many variables would be copied all around the place. A nightmare if you ever want to change the default value. Yes that would be a problem too. Or am I misunderstanding something? No, that was just a very bad idea of mine. I just responded too quickly, I guess. Sincerely, Luc.