From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Eliminating "changed in Emacs outside of Customize" Date: Thu, 3 Feb 2005 16:49:28 +0100 Message-ID: <012f01c50a08$51948070$0200a8c0@sedrcw11488> References: <00ac01c5096a$cfaf6950$0200a8c0@sedrcw11488> <200502022245.j12MjvW17223@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107446249 7401 80.91.229.6 (3 Feb 2005 15:57:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Feb 2005 15:57:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 03 16:57:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CwjM6-0000zD-00 for ; Thu, 03 Feb 2005 16:57:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwjZS-0002RH-0t for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2005 11:11:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CwjYG-0001SS-Ty for emacs-devel@gnu.org; Thu, 03 Feb 2005 11:09:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CwjYB-0001Q2-Tu for emacs-devel@gnu.org; Thu, 03 Feb 2005 11:09:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CwjYB-0001OH-Hw for emacs-devel@gnu.org; Thu, 03 Feb 2005 11:09:47 -0500 Original-Received: from [81.228.11.109] (helo=av3-1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwjHH-00082X-U6 for emacs-devel@gnu.org; Thu, 03 Feb 2005 10:52:20 -0500 Original-Received: by av3-1-sn1.fre.skanova.net (Postfix, from userid 502) id 3959A37E5A; Thu, 3 Feb 2005 16:52:19 +0100 (CET) Original-Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av3-1-sn1.fre.skanova.net (Postfix) with ESMTP id 2B0F137E4A; Thu, 3 Feb 2005 16:52:19 +0100 (CET) Original-Received: from sedrcw11488 (t1o58p232.telia.com [62.20.164.232]) by smtp3-2-sn1.fre.skanova.net (Postfix) with SMTP id 3BB0737E47; Thu, 3 Feb 2005 16:52:13 +0100 (CET) Original-To: "Luc Teirlinck" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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: main.gmane.org gmane.emacs.devel:32815 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32815 ----- Original Message ----- From: "Luc Teirlinck" > I would prefer a marriage between set-variable and customize however. > > We decided to implement changes to set-variable _after_ Emacs 21.4 is > released. Maybe this is just a misunderstanding? I meant (set-variable ...), not set-default. Per A answered in another message that (custom-set-variables ...) was meant to replace set-variable. I believe (set-variable ...) is seldom used in code. It is just a bit confusing that it does not record things the same way as (custom-set-variables ...) - or at least as I believe the last one does it.