From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dboyd2@mmm.com (J. David Boyd) Newsgroups: gmane.emacs.help Subject: Re: How to quit? Date: Wed, 25 Feb 2015 12:57:10 -0500 Message-ID: References: <87y4nm3svs.fsf@wmi.amu.edu.pl> <871tlddigi.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424887065 14861 80.91.229.3 (25 Feb 2015 17:57:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Feb 2015 17:57:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 25 18:57:37 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YQgDH-0000ZS-OW for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Feb 2015 18:57:35 +0100 Original-Received: from localhost ([::1]:55644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQgDH-0004JJ-9E for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Feb 2015 12:57:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQgD6-0004Iu-EG for help-gnu-emacs@gnu.org; Wed, 25 Feb 2015 12:57:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQgD3-0006Zh-8g for help-gnu-emacs@gnu.org; Wed, 25 Feb 2015 12:57:24 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:55220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQgD3-0006Xk-21 for help-gnu-emacs@gnu.org; Wed, 25 Feb 2015 12:57:21 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YQgD0-0000Nn-Kj for help-gnu-emacs@gnu.org; Wed, 25 Feb 2015 18:57:19 +0100 Original-Received: from 169.15.136.127 ([169.15.136.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2015 18:57:18 +0100 Original-Received: from dboyd2 by 169.15.136.127 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2015 18:57:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 169.15.136.127 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (cygwin) Cancel-Lock: sha1:SqgauzC7qxgN2Zvt9jyL6oCx5rg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102891 Archived-At: Emanuel Berg writes: > Doug Lewan writes: > >> However, you can use C-u C-u M-x comment-region, for >> example, to create comments that you've added >> strictly for this debugging exercise. > > Or perhaps the OP can do like this: > > (message "Hello") > > (/ 1 0) > > (message "to Poland!") > > With `load-file' I only get the first message. > > You can also tell the debugger just to note the error > so it won't bother you with the heavy artillery and > just notes the error (tell me if you want this). > > For an init file it might be a different story though > in many cases that should be debugable with > `load-file' just as well. It *is* a file, after all! If only elisp had a 'goto'. Maybe someday! :-)