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: Re: more config .emacs files Date: Thu, 28 Feb 2008 14:48:49 +0100 Message-ID: <47C6BBC1.7050709@heckler-koch.cz> References: <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 1204206556 32316 80.91.229.12 (28 Feb 2008 13:49:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 13:49:16 +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 14:49:42 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 1JUj8a-0002Yi-P1 for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 14:49:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUj83-00062Y-Pd for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 08:48:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUj7l-0005zh-6b for help-gnu-emacs@gnu.org; Thu, 28 Feb 2008 08:48:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUj7k-0005xt-8V for help-gnu-emacs@gnu.org; Thu, 28 Feb 2008 08:48:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUj7k-0005xQ-22 for help-gnu-emacs@gnu.org; Thu, 28 Feb 2008 08:48:36 -0500 Original-Received: from smtpa.forpsi.com ([81.2.195.204] helo=psi3.forpsi.com) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JUj7j-0004pW-JQ for help-gnu-emacs@gnu.org; Thu, 28 Feb 2008 08:48:35 -0500 Original-Received: (qmail 30267 invoked by uid 89); 28 Feb 2008 13:48:31 -0000 Original-Received: from unknown (HELO ?172.16.1.163?) (srbanator@heckler-koch.cz@213.151.76.222) by psi3 with ESMTPA; 28 Feb 2008 13:48:31 -0000 User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110) In-Reply-To: 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:51939 Archived-At: thank you very much for replay emacsclient is very nice, unless you do not want to open file in your already running emacs. --no-init-file is also good choice, but you will loose your modes settings for python, haskell or other files. so i believe the good way to solve this, is using some other config. When working on my personal machine, i use config of root user. But when working on machine only as client, i do not have this chance. And using .emacs config of root is also not very nich trick! pavel Dmitri Minaev wrote: > On Thu, Feb 28, 2008 at 11:45 AM, 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. >> > > That's what the multi-tty was written for, imho :). Instead of running > emacs -nw, run emacsclient -t and it will open a tty frame of the > already running emacs. It will be even faster than running a bare > "emacs --no-init-file" (which should be enough to "quickly edit some > config ", by the way). > >