From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ryan Shaw Newsgroups: gmane.emacs.bugs Subject: infinite loop when customizing default face Date: 30 May 2002 16:51:53 +0900 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <1022745113.5366.17.camel@momo> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1022747864 25578 127.0.0.1 (30 May 2002 08:37:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 May 2002 08:37:44 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17DLRH-0006eR-00 for ; Thu, 30 May 2002 10:37:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17DLRz-0003uf-00; Thu, 30 May 2002 04:38:27 -0400 Original-Received: from giga.ocn.ne.jp ([211.129.14.85] helo=smtp.giga.ocn.ne.jp) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17DLPK-0003lT-00 for ; Thu, 30 May 2002 04:35:42 -0400 Original-Received: from [192.168.1.11] (p9070-adsao04hon-acca.tokyo.ocn.ne.jp [61.214.215.70]) by smtp.giga.ocn.ne.jp (Postfix) with ESMTP id 31DB62B5E for ; Thu, 30 May 2002 16:57:36 +0900 (JST) Original-To: bug-gnu-emacs@gnu.org X-Mailer: Ximian Evolution 1.0.5 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1690 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1690 In GNU Emacs 21.2.1 (i586-pc-linux-gnu, X toolkit) of 2002-05-22 on momo configured using `configure --host=i586-pc-linux-gnu --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-x --with-xpm --with-jpeg --with-tiff --with-gif --with-png' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: ja_JP.eucJP value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil locale-coding-system: japanese-iso-8bit default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: When I attempt to customize the default face via M-x customize-face, Emacs begins resizing itself wildly, before finally showing the error "Variable binding depth exceeds max-specpdl-size". The default face remains unchanged. See the backtrace below. Backtrace: Debugger entered--Lisp error: (error "Variable binding depth exceeds max-specpdl-size") face-spec-choose((((... ...) (:foreground "light blue" :bold t :height 1.2)) ((... ...) (:foreground "blue" :bold t :height 1.2)) (t (:bold t))) #) face-spec-set(custom-group-tag-face (((... ...) (:foreground "light blue" :bold t :height 1.2)) ((... ...) (:foreground "blue" :bold t :height 1.2)) (t (:bold t))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :height 110 #) set-face-attribute(default # :height 110) face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "adobe-courier" #) set-face-attribute(default # :family "adobe-courier") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :family "adobe-courier"))) #) face-set-after-frame-default(#) internal-set-lisp-face-attribute(default :family "jmk-neep" 0) set-face-attribute(default nil :family "jmk-neep") face-spec-set(default ((t (:stipple nil :background "#4D5259" :foreground "#BFC7D9" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 140 :width normal :family "jmk-neep")))) custom-face-set((custom-face :documentation-shown t :custom-state modified :tag "Default" :value default :sample-overlay # :custom-magic (custom-magic :args (nil) :parent #0 :indent 0 :children (...) :from # :to # :buttons nil :value nil) :buttons ((custom-group-link :args nil :value basic-faces :tag "Basic Faces" :parent #0 :indent 0 :button-overlay # :from # :to #) (documentation-string :args nil :value "Basic default face." :indent 0 :parent #0 :doc-overlay # :buttons nil :from # :to #) (custom-magic :args ... :parent #0 :indent 0 :children ... :from # :to # :buttons nil :value nil) (visibility :args nil :value t :help-echo "Hide or show this face." :action custom-toggle-parent :parent #0 :indent 0 :button-overlay # :from # :to #) (item :format "(%{%t%})" :sample-face default :tag "sample" :parent #0 :indent 0 :sample-overlay # :from # :to #)) :comment-widget (custom-comment :parent #0 :value "" :indent 0 :from # :to #) :custom-form selected :children ((custom-face-selected :args ... :value ... :parent #0 :indent 0 :children ... :from # :to #) (custom-comment :parent #0 :value "" :indent 0 :from # :to #)) :from # :to # :comment-shown nil)) custom-face-action((custom-face :documentation-shown t :custom-state modified :tag "Default" :value default :sample-overlay # :custom-magic (custom-magic :args (nil) :parent #0 :indent 0 :children (...) :from # :to # :buttons nil :value nil) :buttons ((custom-group-link :args nil :value basic-faces :tag "Basic Faces" :parent #0 :indent 0 :button-overlay # :from # :to #) (documentation-string :args nil :value "Basic default face." :indent 0 :parent #0 :doc-overlay # :buttons nil :from # :to #) (custom-magic :args ... :parent #0 :indent 0 :children ... :from # :to # :buttons nil :value nil) (visibility :args nil :value t :help-echo "Hide or show this face." :action custom-toggle-parent :parent #0 :indent 0 :button-overlay # :from # :to #) (item :format "(%{%t%})" :sample-face default :tag "sample" :parent #0 :indent 0 :sample-overlay # :from # :to #)) :comment-widget (custom-comment :parent #0 :value "" :indent 0 :from # :to #) :custom-form selected :children ((custom-face-selected :args ... :value ... :parent #0 :indent 0 :children ... :from # :to #) (custom-comment :parent #0 :value "" :indent 0 :from # :to #)) :from # :to # :comment-shown nil) (mouse-1 (# 479 (51 . 212) 5556895))) widget-apply((custom-face :documentation-shown t :custom-state modified :tag "Default" :value default :sample-overlay # :custom-magic (custom-magic :args (nil) :parent #0 :indent 0 :children (...) :from # :to # :buttons nil :value nil) :buttons ((custom-group-link :args nil :value basic-faces :tag "Basic Faces" :parent #0 :indent 0 :button-overlay # :from # :to #) (documentation-string :args nil :value "Basic default face." :indent 0 :parent #0 :doc-overlay # :buttons nil :from # :to #) (custom-magic :args ... :parent #0 :indent 0 :children ... :from # :to # :buttons nil :value nil) (visibility :args nil :value t :help-echo "Hide or show this face." :action custom-toggle-parent :parent #0 :indent 0 :button-overlay # :from # :to #) (item :format "(%{%t%})" :sample-face default :tag "sample" :parent #0 :indent 0 :sample-overlay # :from # :to #)) :comment-widget (custom-comment :parent #0 :value "" :indent 0 :from # :to #) :custom-form selected :children ((custom-face-selected :args ... :value ... :parent #0 :indent 0 :children ... :from # :to #) (custom-comment :parent #0 :value "" :indent 0 :from # :to #)) :from # :to # :comment-shown nil) :action (mouse-1 (# 479 (51 . 212) 5556895))) widget-parent-action((custom-magic :args (nil) :parent (custom-face :documentation-shown t :custom-state modified :tag "Default" :value default :sample-overlay # :custom-magic #0 :buttons (... ... #0 ... ...) :comment-widget (custom-comment :parent #1 :value "" :indent 0 :from # :to #) :custom-form selected :children (... ...) :from # :to # :comment-shown nil) :indent 0 :children ((choice-item :help-echo "Change the state of this item." :format "%[%t%]" :button-prefix widget-push-button-prefix :button-suffix widget-push-button-suffix :mouse-down-action widget-magic-mouse-down-action :tag "State" :parent #0 :indent 0 :button-overlay # :from # :to #)) :from # :to # :buttons nil :value nil) (mouse-1 (# 479 (51 . 212) 5556895))) widget-apply((custom-magic :args (nil) :parent (custom-face :documentation-shown t :custom-state modified :tag "Default" :value default :sample-overlay # :custom-magic #0 :buttons (... ... #0 ... ...) :comment-widget (custom-comment :parent #1 :value "" :indent 0 :from # :to #) :custom-form selected :children (... ...) :from # :to # :comment-shown nil) :indent 0 :children ((choice-item :help-echo "Change the state of this item." :format "%[%t%]" :button-prefix widget-push-button-prefix :button-suffix widget-push-button-suffix :mouse-down-action widget-magic-mouse-down-action :tag "State" :parent #0 :indent 0 :button-overlay # :from # :to #)) :from # :to # :buttons nil :value nil) :action (mouse-1 (# 479 (51 . 212) 5556895))) widget-parent-action((choice-item :help-echo "Change the state of this item." :format "%[%t%]" :button-prefix widget-push-button-prefix :button-suffix widget-push-button-suffix :mouse-down-action widget-magic-mouse-down-action :tag "State" :parent (custom-magic :args (nil) :parent (custom-face :documentation-shown t :custom-state modified :tag "Default" :value default :sample-overlay # :custom-magic #1 :buttons ... :comment-widget ... :custom-form selected :children ... :from # :to # :comment-shown nil) :indent 0 :children (#0) :from # :to # :buttons nil :value nil) :indent 0 :button-overlay # :from # :to #) (mouse-1 (# 479 (51 . 212) 5556895))) widget-apply((choice-item :help-echo "Change the state of this item." :format "%[%t%]" :button-prefix widget-push-button-prefix :button-suffix widget-push-button-suffix :mouse-down-action widget-magic-mouse-down-action :tag "State" :parent (custom-magic :args (nil) :parent (custom-face :documentation-shown t :custom-state modified :tag "Default" :value default :sample-overlay # :custom-magic #1 :buttons ... :comment-widget ... :custom-form selected :children ... :from # :to # :comment-shown nil) :indent 0 :children (#0) :from # :to # :buttons nil :value nil) :indent 0 :button-overlay # :from # :to #) :action (mouse-1 (# 479 (51 . 212) 5556895))) widget-apply-action((choice-item :help-echo "Change the state of this item." :format "%[%t%]" :button-prefix widget-push-button-prefix :button-suffix widget-push-button-suffix :mouse-down-action widget-magic-mouse-down-action :tag "State" :parent (custom-magic :args (nil) :parent (custom-face :documentation-shown t :custom-state modified :tag "Default" :value default :sample-overlay # :custom-magic #1 :buttons ... :comment-widget ... :custom-form selected :children ... :from # :to # :comment-shown nil) :indent 0 :children (#0) :from # :to # :buttons nil :value nil) :indent 0 :button-overlay # :from # :to #) (mouse-1 (# 479 (51 . 212) 5556895))) widget-button-click((mouse-1 (# 479 (51 . 212) 5556895))) Custom-move-and-invoke((mouse-1 (# 479 (51 . 212) 5556895))) call-interactively(Custom-move-and-invoke) Recent input: x c u s - f a c d e f a u l t j n m k - n e e p 4 0 x e m a c r e s e b u r e p o r t Recent messages: Creating customization items ...done Creating customization setup... Creating customization buffer...done Loading debug...done Entering debugger... [2 times] Making completion list... Loading view...done Making completion list... Loading emacsbug...done