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: Changes in the arg list for custom-set-variables - how should it be handled Date: Sun, 5 Dec 2004 02:35:04 +0100 Message-ID: <007c01c4da6a$ae922b60$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102210574 1754 80.91.229.6 (5 Dec 2004 01:36:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Dec 2004 01:36:14 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 05 02:36:10 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CalJq-00062T-00 for ; Sun, 05 Dec 2004 02:36:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CalTV-00083W-Tt for ged-emacs-devel@m.gmane.org; Sat, 04 Dec 2004 20:46:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CalTG-00083R-IG for emacs-devel@gnu.org; Sat, 04 Dec 2004 20:45:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CalTG-00083F-5X for emacs-devel@gnu.org; Sat, 04 Dec 2004 20:45:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CalTG-00083C-3h for emacs-devel@gnu.org; Sat, 04 Dec 2004 20:45:54 -0500 Original-Received: from [81.228.11.110] (helo=av3-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CalJC-0002gp-De for emacs-devel@gnu.org; Sat, 04 Dec 2004 20:35:30 -0500 Original-Received: by av3-2-sn1.fre.skanova.net (Postfix, from userid 502) id AB05E37EA6; Sun, 5 Dec 2004 02:35:28 +0100 (CET) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av3-2-sn1.fre.skanova.net (Postfix) with ESMTP id 9C1B937E4C for ; Sun, 5 Dec 2004 02:35:28 +0100 (CET) Original-Received: from sedrcw11488 (t3o58p239.telia.com [195.252.56.239]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id E55EF37E44 for ; Sun, 5 Dec 2004 02:35:27 +0100 (CET) Original-To: "Emacs Devel" 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:30682 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30682 I have seen that there are some changes in the arg list for custom-set-variables from the current Emacs to CVS Emacs. For example for global-font-lock-mode: '(global-font-lock-mode t nil (font-lock)) should be changed too '(global-font-lock-mode t nil (font-core)) Are the users supposed to take care of this or will Emacs be distributed with some code to take care of this? I have sketched some code to take care of this and if this is of interest I will finish it. - Lennart