From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marko Vojinovic Newsgroups: gmane.emacs.help Subject: Re: emacs -- simple Date: Wed, 2 Nov 2011 23:03:36 +0000 Message-ID: <201111022303.36987.vvmarko@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1320275038 5371 80.91.229.12 (2 Nov 2011 23:03:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Nov 2011 23:03:58 +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 Nov 03 00:03:54 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RLjqa-0004mW-Mj for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Nov 2011 00:03:52 +0100 Original-Received: from localhost ([::1]:44863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLjqX-0001zc-0o for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Nov 2011 19:03:49 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLjqS-0001zL-27 for help-gnu-emacs@gnu.org; Wed, 02 Nov 2011 19:03:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLjqR-0003KV-5o for help-gnu-emacs@gnu.org; Wed, 02 Nov 2011 19:03:44 -0400 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:41016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLjqR-0003KM-1S for help-gnu-emacs@gnu.org; Wed, 02 Nov 2011 19:03:43 -0400 Original-Received: by wwe3 with SMTP id 3so809751wwe.30 for ; Wed, 02 Nov 2011 16:03:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; bh=yWh8SjhOhThsjCvuuvTASuq8/DvBRc13v5BUZAHBg0I=; b=BysBPOIzhPIF6LqOSBsJbS7S6GJlKbdAsN6JbM4ChSBpR4ZWWNN08mgu80pM8A23aI AyNRCnkmQDaNZ08wWya1VpZwVwLNfs7LLrxFChRR8e5uiG/Md+Uc6LuWD9a+DP7Q9qjw T1DcdAOhkVMcgNviAS05fGG4Tn5mtvnT+T6g4= Original-Received: by 10.227.205.2 with SMTP id fo2mr8269170wbb.21.1320275021886; Wed, 02 Nov 2011 16:03:41 -0700 (PDT) Original-Received: from yoda.localnet (bl4-146-121.dsl.telepac.pt. [81.193.146.121]) by mx.google.com with ESMTPS id p16sm6821534wbn.14.2011.11.02.16.03.39 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Nov 2011 16:03:41 -0700 (PDT) User-Agent: KMail/1.13.7 (Linux/2.6.35.14-100.fc14.x86_64; KDE/4.6.5; x86_64; ; ) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82736 Archived-At: On Wednesday 02 November 2011 22:56:55 Jai Dayal wrote: > I have a lot of plugins (CEDET for example) that start up when e-macs > starts. Sometimes, I just want to open up emacs quickly to edit some > textfile very quickly, and then close it and proceed. Since I have to SSH > into remote servers, with all of the plugins, the latency is quite > annoying. > > Is there a way I can have the regular emacs command open up with all of my > plugins, then have an emacs -s or emacs -simple to open up without the > plugins? Would "emacs -q" do what you need? Maybe "man emacs" to read up the basic options... ;-) HTH, :-) Marko