From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: customize versus own expressions in .emacs Date: Tue, 29 Mar 2005 08:47:04 -0600 Message-ID: References: <87d5tklwr5.fsf@mun.ca> <7e7jjqfzzx.fsf@ada2.unipv.it> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1112108259 29348 80.91.229.2 (29 Mar 2005 14:57:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2005 14:57:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 29 16:57:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DGI81-00074J-Jn for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Mar 2005 16:55:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGIIt-0001Yo-Vp for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Mar 2005 10:06:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DGII6-0001UD-3G for help-gnu-emacs@gnu.org; Tue, 29 Mar 2005 10:06:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DGII3-0001Qn-LV for help-gnu-emacs@gnu.org; Tue, 29 Mar 2005 10:06:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGII2-0001Ob-MZ for help-gnu-emacs@gnu.org; Tue, 29 Mar 2005 10:05:58 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DGHzl-0006Iq-A0 for help-gnu-emacs@gnu.org; Tue, 29 Mar 2005 09:47:05 -0500 Original-Received: from lab45.ma.utexas.edu (mail@lab45.ma.utexas.edu [128.83.133.159]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id j2TEl4C13925; Tue, 29 Mar 2005 08:47:04 -0600 Original-Received: from jcorneli by lab45.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1DGHzk-0003ZD-00; Tue, 29 Mar 2005 08:47:04 -0600 Original-To: help-gnu-emacs@gnu.org In-reply-to: <7e7jjqfzzx.fsf@ada2.unipv.it> (message from Thien-Thi Nguyen on Tue, 29 Mar 2005 13:33:22 +0200) 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:25261 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25261 I think that `after-init-hook' needs to be set in .emacs, and I think configuration of frame parameters belongs there, but all other personal configurations can go elsewhere. I have an alias that I use to start my emacs with /path/to/emacs --no-site-file -l ~/site-lisp/joes_stuff/joes_loads.el That way, if I want to use a "plainer" emacs, I can leave off all the loaded files at once, saving time. One could also define various aliases/load files, which would afford several degrees of plainness.