From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#8361: [PATCH] Nonsense customization for debug-on-quit Date: Mon, 28 Mar 2011 10:31:11 -0400 Message-ID: References: <4D903A47.7010108@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301323051 20993 80.91.229.12 (28 Mar 2011 14:37:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2011 14:37:31 +0000 (UTC) Cc: 8361@debbugs.gnu.org To: Daniel Colascione Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Mar 28 16:37:26 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q4DZM-0006Kz-O5 for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 Mar 2011 16:37:25 +0200 Original-Received: from localhost ([127.0.0.1]:34819 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4DZL-00015S-Di for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 Mar 2011 10:37:23 -0400 Original-Received: from [140.186.70.92] (port=51945 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4DZB-000138-4r for bug-gnu-emacs@gnu.org; Mon, 28 Mar 2011 10:37:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4DZ9-0006lG-5S for bug-gnu-emacs@gnu.org; Mon, 28 Mar 2011 10:37:12 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4DZ9-0006lA-2T for bug-gnu-emacs@gnu.org; Mon, 28 Mar 2011 10:37:11 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Q4DU9-0006w0-Ki; Mon, 28 Mar 2011 10:32:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 28 Mar 2011 14:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8361 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 8361-submit@debbugs.gnu.org id=B8361.130132268026599 (code B ref 8361); Mon, 28 Mar 2011 14:32:01 +0000 Original-Received: (at 8361) by debbugs.gnu.org; 28 Mar 2011 14:31:20 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q4DTT-0006uy-7v for submit@debbugs.gnu.org; Mon, 28 Mar 2011 10:31:19 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q4DTR-0006um-An for 8361@debbugs.gnu.org; Mon, 28 Mar 2011 10:31:17 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAFaakE1MCqRC/2dsb2JhbAClPniIa7lZhWkElgU X-IronPort-AV: E=Sophos;i="4.63,255,1299474000"; d="scan'208";a="98350738" Original-Received: from 76-10-164-66.dsl.teksavvy.com (HELO ceviche.home) ([76.10.164.66]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 28 Mar 2011 10:31:11 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 2D171660F8; Mon, 28 Mar 2011 10:31:11 -0400 (EDT) In-Reply-To: <4D903A47.7010108@gmail.com> (Daniel Colascione's message of "Mon, 28 Mar 2011 00:35:35 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 28 Mar 2011 10:32:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:45419 Archived-At: > debug-on-quit is a simple boolean, while debug-on-error can be a list of > errors on which to break. Nevertheless, the customization definitions > for both allow users to provide a list, which is nonsense for > debug-on-quit. This patch removes the incorrect customization options. The idea is right, but I think the code should just use the `boolean' type rather than a `choice' between two `const's. Feel free to install the corresponding change. Stefan