From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: customize versus own expressions in .emacs Date: Tue, 29 Mar 2005 12:11:46 +0200 Message-ID: <189e07c0d8d93a773a9ff86104c83925@Web.DE> References: <87d5tklwr5.fsf@mun.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1112094206 16457 80.91.229.2 (29 Mar 2005 11:03:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2005 11:03:26 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 29 13:03:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DGEUr-0000SK-Be for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Mar 2005 13:02:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGEl8-0000c6-KV for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Mar 2005 06:19:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DGDxR-0006ej-Sw for help-gnu-emacs@gnu.org; Tue, 29 Mar 2005 05:28:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DGDxN-0006cs-KS for help-gnu-emacs@gnu.org; Tue, 29 Mar 2005 05:28:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGDwq-0006Ep-3w for help-gnu-emacs@gnu.org; Tue, 29 Mar 2005 05:27:48 -0500 Original-Received: from [217.72.192.224] (helo=smtp06.web.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DGDhN-0002Dt-FR for help-gnu-emacs@gnu.org; Tue, 29 Mar 2005 05:11:49 -0500 Original-Received: from [84.245.189.46] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.104 #268) id 1DGDhJ-0005Dm-00; Tue, 29 Mar 2005 12:11:45 +0200 In-Reply-To: <87d5tklwr5.fsf@mun.ca> Original-To: Sebastian Luque X-Mailer: Apple Mail (2.619.2) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:25255 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25255 Am 27.03.2005 um 21:22 schrieb Sebastian Luque: > Is there some general consensus regarding this today, given that > Customize seems to have improved since 1999? At least this has come up to split own and customize things: (if (= emacs-major-version 20) (setq custom-file "~/.emacs-Abrichtung-20.el")) (if (= emacs-major-version 21) (setq custom-file "~/.emacs-Abrichtung-21.el")) (if (= emacs-major-version 22) (setq custom-file "~/.emacs-Abrichtung-22.el")) (load custom-file) -- Greetings Pete