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: library-specific customization files? Date: Sun, 31 Oct 2004 10:15:36 +0100 Message-ID: <07a501c4bf2a$575d23f0$0200a8c0@sedrcw11488> References: 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 1099214267 2196 80.91.229.6 (31 Oct 2004 09:17:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 09:17:47 +0000 (UTC) Cc: Luc Teirlinck , monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 31 10:17:36 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 1COBqC-0004ut-00 for ; Sun, 31 Oct 2004 10:17:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COBy8-0007MG-7Q for ged-emacs-devel@m.gmane.org; Sun, 31 Oct 2004 04:25:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COBxT-0007HS-Rk for emacs-devel@gnu.org; Sun, 31 Oct 2004 04:25:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COBxR-0007CT-GR for emacs-devel@gnu.org; Sun, 31 Oct 2004 04:25:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COBxR-0007Bk-7l for emacs-devel@gnu.org; Sun, 31 Oct 2004 04:25:05 -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 1COBp9-0006r8-Oj; Sun, 31 Oct 2004 04:16:32 -0500 Original-Received: by av3-2-sn1.fre.skanova.net (Postfix, from userid 502) id B87C53831F; Sun, 31 Oct 2004 10:16: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 AB39E37E60; Sun, 31 Oct 2004 10:16:28 +0100 (CET) Original-Received: from sedrcw11488 (t5o58p107.telia.com [195.67.196.107]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id 037AB37E51; Sun, 31 Oct 2004 10:16:25 +0100 (CET) Original-To: "David Kastrup" , "Drew Adams" 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:29213 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29213 ----- Original Message ----- From: "David Kastrup" : Customization variables already have groups. But I don't see how : splitting them makes any sense: the stuff that customize writes is not : supposed to be user-accessible anyway. It could be used for sharing parts of settings for example. Between users and maybe also different computers. - Lennart