help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to exit "early" from eg .emacs?


From: drkm
Subject: Re: how to exit "early" from eg .emacs?
Date: Sun, 16 Jan 2005 16:03:56 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt)

Romain Francoise <romain@orebokech.com> writes:

> bojohan+news@dd.chalmers.se (Johan Bockgård) writes:

>> In the CVS version of Emacs you can repeat a macro with a single `e'
>> after the initial `C-x e'.

> The `apply-macro-to-region-lines' function is often much more efficient
> (provided the macro is line-oriented), and exists in earlier Emacs
> releases.

  But the goal, here, is to execute a test after evaluating each
top-level sexp (each "defun") of the .emacs file, until the test
fails.  I don't think `apply-macro-to-region-lines' is of help, in
this case.

--drkm

reply via email to

[Prev in Thread] Current Thread [Next in Thread]