From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "srb@heckler-koch.cz" Newsgroups: gmane.emacs.help Subject: more config .emacs files Date: Thu, 28 Feb 2008 08:45:26 +0100 Message-ID: <47C66696.9090300@heckler-koch.cz> 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 1204191185 9629 80.91.229.12 (28 Feb 2008 09:33:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 09:33:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 28 10:33:31 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 1JUf8s-00067z-4d for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 10:33:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUf8L-0002BX-Hk for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 04:32:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUf7P-00023T-SJ for help-gnu-emacs@gnu.org; Thu, 28 Feb 2008 04:31:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUf7L-0001xY-Hv for help-gnu-emacs@gnu.org; Thu, 28 Feb 2008 04:31:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUf7L-0001x7-CA for help-gnu-emacs@gnu.org; Thu, 28 Feb 2008 04:31:55 -0500 Original-Received: from smtpa.forpsi.com ([81.2.195.204] helo=psi1.forpsi.com) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JUf7K-00007c-SU for help-gnu-emacs@gnu.org; Thu, 28 Feb 2008 04:31:55 -0500 Original-Received: (qmail 25621 invoked by uid 89); 28 Feb 2008 07:45:10 -0000 Original-Received: from unknown (HELO ?172.16.1.163?) (srbanator@heckler-koch.cz@213.151.76.222) by psi1 with ESMTPA; 28 Feb 2008 07:45:10 -0000 User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:51933 Archived-At: 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