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

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

Re: How to quit?


From: Thien-Thi Nguyen
Subject: Re: How to quit?
Date: Wed, 25 Feb 2015 17:19:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

() Marcin Borkowski <mbork@wmi.amu.edu.pl>
() Wed, 25 Feb 2015 16:36:39 +0100

   Are there any others?

You can try adding the form:

 (with-current-buffer (get-buffer " *load*")
   (goto-char (point-max)))

prior to the possibly-problematic portion.  This presumes
init-file processing uses the buffer named " *load*" (note
leading space and asterisks), so YMMV.

Anyway, the "skip to end" approach is not as nice as simply
‘(debug)’ IMHO, because w/ ‘(debug)’, you can continue.

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

Attachment: signature.asc
Description: PGP signature


reply via email to

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