all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Colascione <dan.colascione@gmail.com>
To: 8361@debbugs.gnu.org
Subject: bug#8361: [PATCH] Nonsense customization for debug-on-quit
Date: Mon, 28 Mar 2011 00:35:35 -0700	[thread overview]
Message-ID: <4D903A47.7010108@gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 284 bytes --]

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.


[-- Attachment #1.2: debug-on-quit-cus.patch --]
[-- Type: text/plain, Size: 623 bytes --]

=== modified file 'lisp/cus-start.el'
--- lisp/cus-start.el	2011-03-28 06:36:08 +0000
+++ lisp/cus-start.el	2011-03-28 07:29:23 +0000
@@ -175,10 +175,7 @@
 	     (debug-ignored-errors debug (repeat (choice symbol regexp)))
 	     (debug-on-quit debug
 			    (choice (const :tag "off")
-				    (repeat :menu-tag "When"
-					    :value (nil)
-					    (symbol :format "%v"))
-				    (const :tag "always" t)))
+                                    (const :tag "always" t)))
              ;; fileio.c
              (delete-by-moving-to-trash auto-save boolean "23.1")
 	     (auto-save-visited-file-name auto-save boolean)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

             reply	other threads:[~2011-03-28  7:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-28  7:35 Daniel Colascione [this message]
2011-03-28 14:31 ` bug#8361: [PATCH] Nonsense customization for debug-on-quit Stefan Monnier
2011-10-07  2:17   ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D903A47.7010108@gmail.com \
    --to=dan.colascione@gmail.com \
    --cc=8361@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.