From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Bacic Newsgroups: gmane.emacs.help Subject: Re: Selecting diferent init file from command switch Date: Sun, 24 Aug 2008 21:36:27 +1000 Message-ID: <48B147BB.9090104@pobox.com> References: <19129531.post@talk.nabble.com> Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1219578353 20663 80.91.229.12 (24 Aug 2008 11:45:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2008 11:45:53 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 24 13:46:47 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KXE3O-0003pA-IL for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2008 13:46:42 +0200 Original-Received: from localhost ([127.0.0.1]:56216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXE2Q-0003BO-GU for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2008 07:45:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXDw5-0001EC-PL for help-gnu-emacs@gnu.org; Sun, 24 Aug 2008 07:39:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXDw4-0001D7-7F for Help-gnu-emacs@gnu.org; Sun, 24 Aug 2008 07:39:09 -0400 Original-Received: from [199.232.76.173] (port=32849 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXDw3-0001D0-Vo for Help-gnu-emacs@gnu.org; Sun, 24 Aug 2008 07:39:08 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:43664 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXDw3-0003u3-KK for Help-gnu-emacs@gnu.org; Sun, 24 Aug 2008 07:39:07 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id CC3326CC3A for ; Sun, 24 Aug 2008 07:39:05 -0400 (EDT) Original-Received: from [192.168.1.10] (202.7.251.96.dynamic.rev.aanet.com.au [202.7.251.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 25D436CC39 for ; Sun, 24 Aug 2008 07:39:04 -0400 (EDT) User-Agent: Thunderbird 2.0.0.16 (X11/20080707) In-Reply-To: <19129531.post@talk.nabble.com> X-Pobox-Relay-ID: 41DF3DE8-71D1-11DD-BA36-B29498D589B0-14340206!a-sasl-fastnet.pobox.com X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:56934 Archived-At: looking at "emacs --help" output, i'd say "emacs -Q --load " should work it was a dark and stormy night when TheLonelyStar said, > Hello, > > I use emacs: > a) As an IDE > b) As an simple Editor for my configs > > For the IDE I am loading a lot of stuff like cedet and ecb. > For the simple Editor, I do not/need that. > > So I created 2 different init files: .emacs-ide, .emacs-editor! > > But I do I tell emacs, that it should not loa ~/.emacs but i.E. > ~/.emacs-ide??? > > Thanks! > Nathan