From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: How to quit? Date: Fri, 27 Feb 2015 02:57:01 +0000 Message-ID: <87385skqo2.fsf@robertthorpeconsulting.com> References: <87zj80895b.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425005854 12701 80.91.229.3 (27 Feb 2015 02:57:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2015 02:57:34 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Emanuel Berg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 27 03:57:23 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 1YRB7A-0004nV-Jj for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Feb 2015 03:57:20 +0100 Original-Received: from localhost ([::1]:33574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRB79-0008FH-QM for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Feb 2015 21:57:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRB6z-0008Eo-JF for help-gnu-emacs@gnu.org; Thu, 26 Feb 2015 21:57:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRB6u-0007Ij-Hd for help-gnu-emacs@gnu.org; Thu, 26 Feb 2015 21:57:09 -0500 Original-Received: from outbound-smtp02.blacknight.com ([81.17.249.8]:44513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRB6u-0007Ie-CK for help-gnu-emacs@gnu.org; Thu, 26 Feb 2015 21:57:04 -0500 Original-Received: from mail.blacknight.com (pemlinmail06.blacknight.ie [81.17.255.152]) by outbound-smtp02.blacknight.com (Postfix) with ESMTPS id 6300498550 for ; Fri, 27 Feb 2015 02:57:02 +0000 (UTC) Original-Received: (qmail 14425 invoked from network); 27 Feb 2015 02:55:58 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.77.244.79]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 27 Feb 2015 02:55:58 -0000 In-Reply-To: <87zj80895b.fsf@debian.uxu> (message from Emanuel Berg on Fri, 27 Feb 2015 01:56:16 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.8 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:102913 Archived-At: Emanuel Berg writes: > Robert Thorpe writes: > >> Of course, parenthesis must balance in the blocks >> commented out for this to work. "(top-level)" can be >> used in init files but not in other code. > > Are you sure? I don't get the second message here, > either as is or in a `progn': I'm sure you don't. But, putting (top-level) in library code that's loaded, required and/or byte-compiled can cause chaos. BR, Rob