From: Pascal Bourguignon <spam@mouse-potato.com>
Subject: Re: ISO a fast-loading Emacs
Date: Mon, 17 Oct 2005 15:31:01 +0200 [thread overview]
Message-ID: <87irvw9soa.fsf@thalassa.informatimago.com> (raw)
In-Reply-To: divp8s$epv$2@reader2.panix.com
kj <socyl@987jk.com.invalid> writes:
> I have an Emacs session running all the time; each of these sessions
> runs for days or weeks on end, so I'm not concerned about the fact
> that Emacs takes a very long time to get started.
>
> But I also would like to have a fast-loading Emacs (or Emacs clone)
> as the value of my EDITOR variable, so that whenever a program
> requires me to edit text I don't have to wait a long time for the
> auxiliary editor to come up.
>
> Any suggestions?
Either use emacsclient
export EDITOR=emacsclient
export VISUAL=emacsclient
export CVSEDITOR=emacsclient
etc...
or use:
emacs -q -nw
it takes less than 2 seconds to load on a Athlon 1200 MHz.
If you want to use it in EDITOR:
( echo '#!/bin/bash' ; echo 'exec emacs -q -nw' ) > ~/bin/quick-emacs
export EDITOR=$HOME/bin/quick-emacs
...
--
__Pascal Bourguignon__ http://www.informatimago.com/
In deep sleep hear sound,
Cat vomit hairball somewhere.
Will find in morning.
next prev parent reply other threads:[~2005-10-17 13:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-17 9:01 ISO a fast-loading Emacs kj
2005-10-17 10:07 ` Peter Dyballa
2005-10-17 10:24 ` Kaloian Doganov
2005-10-17 13:05 ` Björn Lindström
2005-10-17 13:31 ` Pascal Bourguignon [this message]
2005-10-17 13:44 ` Lee Sau Dan
[not found] ` <mailman.11611.1129554667.20277.help-gnu-emacs@gnu.org>
2005-10-17 13:36 ` Pascal Bourguignon
2005-10-17 13:50 ` Björn Lindström
2005-10-17 14:45 ` William Xu
2005-10-17 15:49 ` Max Vasin
2005-10-17 20:14 ` Lennart Borgman
2005-10-17 20:32 ` Kenneth Jacker
2005-10-18 16:14 ` Anselm Helbig
2005-10-22 6:19 ` Tim X
-- strict thread matches above, loose matches on Subject: below --
2005-10-17 10:00 LENNART BORGMAN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87irvw9soa.fsf@thalassa.informatimago.com \
--to=spam@mouse-potato.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).