From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: muede73 Newsgroups: gmane.emacs.help Subject: Re: more config .emacs files Date: Thu, 28 Feb 2008 17:45:20 +0100 Organization: FH-Trier Message-ID: <1204215759.905497@arno.fh-trier.de> References: 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 1204250744 32481 80.91.229.12 (29 Feb 2008 02:05:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Feb 2008 02:05:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 29 03:06:09 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 1JUud9-0006EQ-RV for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Feb 2008 03:05:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUucd-0003PZ-H7 for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 21:05:15 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!news.uni-kl.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 143-93-54-11.arno.fh-trier.de Original-X-Trace: news.uni-kl.de 1204215705 971 143.93.54.11 (28 Feb 2008 16:21:45 GMT) Original-X-Complaints-To: usenet@news.uni-kl.de Original-NNTP-Posting-Date: Thu, 28 Feb 2008 16:21:45 +0000 (UTC) User-Agent: Debian Thunderbird 1.0.2 (X11/20070113) X-Accept-Language: en-us, en In-Reply-To: Cache-Post-Path: arno.fh-trier.de!unknown@143-93-54-11.arno.fh-trier.de X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Original-Xref: shelby.stanford.edu gnu.emacs.help:156577 X-Mailman-Approved-At: Thu, 28 Feb 2008 21:03:48 -0500 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:51955 Archived-At: srb@heckler-koch.cz wrote: > hi all > > in my emacs i am using desktop-save-mode, so every time a start my emacs > i have all my buffers opened. But very often i am using also "emacs > -nw" from terminal just to quickly edit some config when doing some > other work. But i do not want to use these desktop-save-mode. So i try > to use some other options not to use default config .emacs. There is a > option to use other users .emacs which is working ok(but you have to > create this user, or have an access to his config), but i believe there > should be other way how to tell emacs which config to use. > > does anyone was solving this by other way? > thank you > > pavel > > What about making an alias, checking (car (commandline-args)) in .emacs and than load .emacs-foo or .emacs-bar. -ap