From: drkm <usenet@fgeorges.org>
Subject: Re: how to exit "early" from eg .emacs?
Date: Sun, 16 Jan 2005 01:49:03 +0100 [thread overview]
Message-ID: <wk1xcmryf4.fsf@fgeorges.org> (raw)
In-Reply-To: csc6g3$a5t$1@reader2.panix.com
dkcombs@panix.com (David Combs) writes:
> And that e e e e thing -- what, he's assigning that macro
> to the e-key? (Otherwise you'd have to hit C-x e each time?
> Or am I simply confused?)
Hum, maybe it's a feature introduced since the last release? When
you call the macro with `C-x e', Emacs give you the chance, after the
call, to type just `e' to repeat the macro. Fine, it isn't?
So the idea, here, is to start Emacs with the -q flag, and open
.emacs. Go at the and of the first sexp, and then, something like
this:
C-x (
C-x C-e ; eval last sexp
M-x the-thing-I-want-to-see-if-it-fail ; test
M-x the-thing-maybe-I-have-to-do-to-go-to-.emacs-buffer
C-M-f ; go to next sexp
C-x )
After that, you press once `C-x e', and then, you leave your finger
on the `e' key until the thing you want to test fails.
--drkm
prev parent reply other threads:[~2005-01-16 0:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-15 5:06 how to exit "early" from eg .emacs? David Combs
2005-01-15 11:11 ` Eli Zaretskii
[not found] ` <mailman.13285.1105788672.27204.help-gnu-emacs@gnu.org>
2005-01-15 15:15 ` drkm
2005-01-15 22:46 ` David Combs
2005-01-16 0:19 ` Johan Bockgård
2005-01-16 10:57 ` Romain Francoise
2005-01-16 15:03 ` drkm
2005-01-16 0:49 ` drkm [this message]
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=wk1xcmryf4.fsf@fgeorges.org \
--to=usenet@fgeorges.org \
/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).