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

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

Re: How to quit?


From: unfrostedpoptart
Subject: Re: How to quit?
Date: Wed, 25 Feb 2015 15:08:38 -0800 (PST)
User-agent: G2/1.0

On Wednesday, February 25, 2015 at 7:36:58 AM UTC-8, Marcin Borkowski wrote:
> OK, so I have a problem, and it doesn't show up when I do emacs -Q.  So
> I take a deep breath and bisect my 900-line init.el...
> 
> In LaTeX, however, when I have some weird problem, I can put \endinput
> in a file, and everything past that is ignored.  Is there anything like
> that in Elisp?
> 
> It just occured to me that (debug) /might/ work, and so might
> (keyboard-quit).  Is this a good idea?  Are there any others?
> 

You could comment-out part as people have suggested.  However, the easiest way 
is just to select the part of the code you want to run and then do M-x 
eval-region.   Piece of cake!

 David


reply via email to

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