From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan =?iso-8859-1?q?Reich=F6r?= Newsgroups: gmane.emacs.help Subject: Re: customize-variable Date: Wed, 08 Jan 2003 08:11:55 +0100 Organization: Johannes Kepler Universitaet Linz Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042010878 12190 80.91.224.249 (8 Jan 2003 07:27:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2003 07:27:58 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18WAd0-0003AB-00 for ; Wed, 08 Jan 2003 08:27:54 +0100 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 18WAR5-0006hA-03 for gnu-help-gnu-emacs@m.gmane.org; Wed, 08 Jan 2003 02:15:35 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.3.50 (i386-msvc-nt5.0.2195) Original-NNTP-Posting-Host: heidi.riic.uni-linz.ac.at Original-X-Trace: news.uni-linz.ac.at 1042009829 heidi.riic.uni-linz.ac.at (8 Jan 2003 08:10:29 +0100) Original-Lines: 27 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!xmission!news.stealth.net!news.stealth.net!newscore.univie.ac.at!aconews-feed.univie.ac.at!news.uni-linz.ac.at!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:108725 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5253 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5253 On Wed, 08 Jan 2003, Shao Zhang told this: > Hi, > > I really hate to use customize-variable, but sometimes I have to > use it coz I have no idea what the variable's format is. > > I have my config sorted out nicely into different files like .gnus, > .emacs, and all of them are cvs controlled as well. However, every > time I use customize-variable, it simply inserts the information > randomly to a customize block, I had to manually move them around, > or cut into different files in order to keep them readable. And it > even get worse when cvs merge my config changes from different > machines. > > So how does everybody else live with customize-variable? > > Thanks > > Shao. You could set: (setq custom-file "~/.emacs-customize") This puts the customize block in a different file Stefan.