From geoffgole@gmail.com Sat Sep 20 14:26:50 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.9 required=4.0 tests=BAYES_00,FOURLA, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 20 Sep 2008 21:26:50 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8KLQiZ9006852 for ; Sat, 20 Sep 2008 14:26:45 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kh9yV-0000nb-SW for bug-gnu-emacs@gnu.org; Sat, 20 Sep 2008 17:26:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kh9yR-0000mX-Mv for bug-gnu-emacs@gnu.org; Sat, 20 Sep 2008 17:26:42 -0400 Received: from [199.232.76.173] (port=51107 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kh9yR-0000mU-JX for bug-gnu-emacs@gnu.org; Sat, 20 Sep 2008 17:26:39 -0400 Received: from fk-out-0910.google.com ([209.85.128.188]:44501) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kh9yQ-0008GT-Uj for bug-gnu-emacs@gnu.org; Sat, 20 Sep 2008 17:26:39 -0400 Received: by fk-out-0910.google.com with SMTP id 18so1022491fkq.10 for ; Sat, 20 Sep 2008 14:26:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=f0x7GYYHJBHvONuzPAuUe1WfSY3W3avwk0zlAhYA6I8=; b=g/WWsqKG0L1ZZJdtpOdl/+DeJ1QlAwpTtuo5m8gSNiyiSdbFDu25FlByIjtbe7F5HQ 49LZZfS9R63F4VyzXBhP2nQkGrjagvHiofs75uDt7WQup+5hP/RiwJBEPsvjo0mQKaGY oPe+4GMTj43v1hBrgMlRouArT0/bLaXewHwZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=svmeoK904CZz6shJ4IK9deOtr6/CpEERlbYeyn6/KvmJagt3Y5YQi5copv3l1oXe6g tq/wcMN196MXx5KjJ+geN00YOIFnK6Ie+9Ds7SUdQqjO06HElOmc3b+FqcjLaC5oltzf qKtXQF3W6OwYJ35n/SLSH5DzftuhwJZtPB3K0= Received: by 10.187.188.19 with SMTP id q19mr249821fap.48.1221945996858; Sat, 20 Sep 2008 14:26:36 -0700 (PDT) Received: by 10.187.191.15 with HTTP; Sat, 20 Sep 2008 14:26:36 -0700 (PDT) Message-ID: Date: Sat, 20 Sep 2008 14:26:36 -0700 From: "Geoff Gole" To: bug-gnu-emacs@gnu.org Subject: Error when running M-x customize-group MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) When running the command M-x customize-group RET lisp RET, emacs will display an lisp error in the minibuffer and cease processing the customize buffer (leaving point at the bottom). This problem occurs both for emacs and emacs -Q, but does _not_ occur with a previous version of emacs I have installed (M-x version on that emacs reports "GNU Emacs 22.1.50.1 (i386-mingw-nt5.1.2600) of 2007-08-18 on TPAD"). Reproducing the problem after M-x toggle-debug-on-error results in the following backtrace. Note that some [:nonascii:] and [:cntrl:] characters have been replaced with '#' to work around a problem pasting them into my mail client. If the original information would be useful, let me know and I'll figure out a way to get at it. Backtrace: Debugger entered--Lisp error: (void-function nil) nil((nil) nil) widget-apply((nil) :match nil) widget-choice-match((choice :args ((nil) (integer :value "0"))) nil) widget-apply((choice :args ((nil) (integer :value "0"))) :match nil) custom-variable-value-create((custom-variable :group (custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons (... ... ...) :sample-overlay # :custom-magic (custom-magic :args ... :indent 0 :parent #1 :children ... :from # :to #)) :tag "Lisp Indent Offset" :custom-prefixes ("lisp-") :custom-level 2 :value lisp-indent-offset :parent (custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons (... ... ...) :sample-overlay # :custom-magic (custom-magic :args ... :indent 0 :parent #1 :children ... :from # :to #)) :indent 0 :custom-form edit)) widget-apply((custom-variable :group (custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons (... ... ...) :sample-overlay # :custom-magic (custom-magic :args ... :indent 0 :parent #1 :children ... :from # :to #)) :tag "Lisp Indent Offset" :custom-prefixes ("lisp-") :custom-level 2 :value lisp-indent-offset :parent (custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons (... ... ...) :sample-overlay # :custom-magic (custom-magic :args ... :indent 0 :parent #1 :children ... :from # :to #)) :indent 0 :custom-form edit) :value-create) widget-default-create((custom-variable :group (custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons (... ... ...) :sample-overlay # :custom-magic (custom-magic :args ... :indent 0 :parent #1 :children ... :from # :to #)) :tag "Lisp Indent Offset" :custom-prefixes ("lisp-") :custom-level 2 :value lisp-indent-offset :parent (custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons (... ... ...) :sample-overlay # :custom-magic (custom-magic :args ... :indent 0 :parent #1 :children ... :from # :to #)) :indent 0 :custom-form edit)) widget-apply((custom-variable :group (custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons (... ... ...) :sample-overlay # :custom-magic (custom-magic :args ... :indent 0 :parent #1 :children ... :from # :to #)) :tag "Lisp Indent Offset" :custom-prefixes ("lisp-") :custom-level 2 :value lisp-indent-offset :parent (custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons (... ... ...) :sample-overlay # :custom-magic (custom-magic :args ... :indent 0 :parent #1 :children ... :from # :to #)) :indent 0 :custom-form edit) :create) widget-create-child-and-convert((custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons ((custom-group-link :tag "Font Lock Faces group" :args nil :value font-lock-faces :button-face custom-link :mouse-face highlight :pressed-face highlight :parent #0 :indent 0 :button-overlay # :from # :to #) (documentation-string :args nil :value "Lisp support, including Emacs Lisp." :indent 0 :parent #0 :doc-overlay # :buttons nil :from # :to #) (custom-magic :args ... :indent 0 :parent #0 :children ... :from # :to #)) :sample-overlay # :custom-magic (custom-magic :args (nil) :indent 0 :parent #0 :children (...) :from # :to #)) custom-variable :group (custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons ((custom-group-link :tag "Font Lock Faces group" :args nil :value font-lock-faces :button-face custom-link :mouse-face highlight :pressed-face highlight :parent #0 :indent 0 :button-overlay # :from # :to #) (documentation-string :args nil :value "Lisp support, including Emacs Lisp." :indent 0 :parent #0 :doc-overlay # :buttons nil :from # :to #) (custom-magic :args ... :indent 0 :parent #0 :children ... :from # :to #)) :sample-overlay # :custom-magic (custom-magic :args (nil) :indent 0 :parent #0 :children (...) :from # :to #)) :tag "Lisp Indent Offset" :custom-prefixes ("lisp-") :custom-level 2 :value lisp-indent-offset) #[(entry) "##!#####_##\"##T##\n#A@#\n###@!#\f##T##@&\fh#=#0###!##" [count length widget entry custom-prefix-list level widget-insert "\n" message "Creating group members... %2d%%" 100.0 widget-create-child-and-convert :group :tag custom-unlispify-tag-name :custom-prefixes :custom-level :value 10] 13]((lisp-indent-offset custom-variable)) mapcar(#[(entry) "##!#####_##\"##T##\n#A@#\n###@!#\f##T##@&\fh#=#0###!##" [count length widget entry custom-prefix-list level widget-insert "\n" message "Creating group members... %2d%%" 100.0 widget-create-child-and-convert :group :tag custom-unlispify-tag-name :custom-prefixes :custom-level :value 10] 13] ((eval-expression-print-level custom-variable) (eval-expression-print-length custom-variable) (eval-expression-debug-on-error custom-variable) (defun-prompt-regexp custom-variable) (parens-require-spaces custom-variable) (emacs-lisp-mode-hook custom-variable) (lisp-mode-hook custom-variable) (lisp-interaction-mode-hook custom-variable) (lisp-indent-offset custom-variable) (lisp-body-indent custom-variable) (emacs-lisp-docstring-fill-column custom-variable) (safe-functions custom-variable) (inferior-lisp custom-group) (pp custom-group) (bytecomp custom-group) (advice custom-group) (eldoc custom-group) (checkdoc custom-group) (cust-print custom-group) (edebug custom-group) (elp custom-group) (find-function custom-group) (gmm custom-group) (ielm custom-group) (lisp-indent custom-group) (lisp-shadow custom-group) (re-builder custom-group) (scheme custom-group) (testcover custom-group) (trace custom-group) (warnings custom-group) (xscheme custom-group))) custom-group-value-create((custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons ((custom-group-link :tag "Font Lock Faces group" :args nil :value font-lock-faces :button-face custom-link :mouse-face highlight :pressed-face highlight :parent #0 :indent 0 :button-overlay # :from # :to #) (documentation-string :args nil :value "Lisp support, including Emacs Lisp." :indent 0 :parent #0 :doc-overlay # :buttons nil :from # :to #) (custom-magic :args ... :indent 0 :parent #0 :children ... :from # :to #)) :sample-overlay # :custom-magic (custom-magic :args (nil) :indent 0 :parent #0 :children (...) :from # :to #))) widget-apply((custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons ((custom-group-link :tag "Font Lock Faces group" :args nil :value font-lock-faces :button-face custom-link :mouse-face highlight :pressed-face highlight :parent #0 :indent 0 :button-overlay # :from # :to #) (documentation-string :args nil :value "Lisp support, including Emacs Lisp." :indent 0 :parent #0 :doc-overlay # :buttons nil :from # :to #) (custom-magic :args ... :indent 0 :parent #0 :children ... :from # :to #)) :sample-overlay # :custom-magic (custom-magic :args (nil) :indent 0 :parent #0 :children (...) :from # :to #)) :value-create) widget-default-create((custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons ((custom-group-link :tag "Font Lock Faces group" :args nil :value font-lock-faces :button-face custom-link :mouse-face highlight :pressed-face highlight :parent #0 :indent 0 :button-overlay # :from # :to #) (documentation-string :args nil :value "Lisp support, including Emacs Lisp." :indent 0 :parent #0 :doc-overlay # :buttons nil :from # :to #) (custom-magic :args ... :indent 0 :parent #0 :children ... :from # :to #)) :sample-overlay # :custom-magic (custom-magic :args (nil) :indent 0 :parent #0 :children (...) :from # :to #))) widget-apply((custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp :buttons ((custom-group-link :tag "Font Lock Faces group" :args nil :value font-lock-faces :button-face custom-link :mouse-face highlight :pressed-face highlight :parent #0 :indent 0 :button-overlay # :from # :to #) (documentation-string :args nil :value "Lisp support, including Emacs Lisp." :indent 0 :parent #0 :doc-overlay # :buttons nil :from # :to #) (custom-magic :args ... :indent 0 :parent #0 :children ... :from # :to #)) :sample-overlay # :custom-magic (custom-magic :args (nil) :indent 0 :parent #0 :children (...) :from # :to #)) :create) widget-create(custom-group :documentation-shown t :custom-state unknown :tag "Lisp" :value lisp) #[(entry) "##A@#######@!##@&##" [entry widget-create :documentation-shown t :custom-state unknown :tag custom-unlispify-tag-name :value] 10]((lisp custom-group)) mapcar(#[(entry) "##A@#######@!##@&##" [entry widget-create :documentation-shown t :custom-state unknown :tag custom-unlispify-tag-name :value] 10] ((lisp custom-group))) custom-buffer-create-internal(((lisp custom-group)) " for group Lisp") custom-buffer-create(((lisp custom-group)) "*Customize Group: Lisp*" " for group Lisp") customize-group("lisp") call-interactively(customize-group) execute-extended-command(nil) call-interactively(execute-extended-command) Output from M-x report-emacs-bug: In GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) of 2008-03-26 on RELEASE Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENA locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: Debugger Minor modes in effect: encoded-kbd-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: M-x t o g g l e - d e b u g - o n - e r r o r M-x c u s t o m o z e - i z e - g r o u p l i s p M-x r e p o r t Recent messages: Loading cus-edit...done Creating customization items... Loading cl-indent...done Creating group... Creating group members... 25% Loading debug...done Entering debugger... Loading emacsbug... Loading regexp-opt...done Loading emacsbug...done From rgm@gnu.org Sat Sep 20 14:58:10 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-11.1 required=4.0 tests=AWL,BAYES_00,FAKE_REPLY_C, HAS_BUG_NUMBER,RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1011-done) by emacsbugs.donarmstrong.com; 20 Sep 2008 21:58:10 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8KLw7xR017112 for <1011-done@emacsbugs.donarmstrong.com>; Sat, 20 Sep 2008 14:58:08 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KhAQw-0005Nu-MG; Sat, 20 Sep 2008 17:56:06 -0400 From: Glenn Morris To: 1011-done@debbugs.gnu.org Cc: geoffgole@gmail.com Subject: Re: bug#1011: Error when running M-x customize-group X-Spook: pink noise BATF InfoSec AUTODIN JUWTF Abbas COSCO MD5 X-Ran: Bc}IrMp6KHf-8lSW[5YX6[\w.bZ=gwR0jg#qG@@-YC_(jbNL7^UR~",m|xq&~{Zg],v2Q7 X-Hue: blue X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sat, 20 Sep 2008 17:56:06 -0400 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Thanks; fixed. 2008-09-20 Glenn Morris * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix custom type. (Bug#1011) From rgm@gnu.org Thu Sep 25 13:17:37 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-12.1 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 25 Sep 2008 20:17:38 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8PKHTW0027746; Thu, 25 Sep 2008 13:17:30 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KixFC-0002M2-6w; Thu, 25 Sep 2008 16:15:22 -0400 From: Glenn Morris To: mu8ja0i@earthlink.net Cc: 1026@debbugs.gnu.org Subject: Re: bug#1026: `lisp' customization initialization, setting and saving References: <380-22008942519274215@earthlink.net> X-Spook: global Rand Corporation CipherTAC-2000 Delta Force UNSCOM X-Ran: e&%%^g4QH*Jor7XWQTjjGYl-HvVW;n]3%d?9#A|&b9dd_rzMko`qzSa@U^J:vH3r',kK2a X-Hue: blue X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 25 Sep 2008 16:15:22 -0400 In-Reply-To: <380-22008942519274215@earthlink.net> (Allan Mui's message of "Thu, 25 Sep 2008 14:27:42 -0500") Message-ID: <5pfxnox9r9.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-CrossAssassin-Score: 2 forcemerge 1011 1026 stop "Allan Mui" wrote: > When I try to use the language customization buffer for `lisp' all > values are initially either `unknown' or `uninitialized'. There is > an error when loading the buffer. Thanks, this was fixed a few days ago. To fix, edit the :type of lisp-indent-offset in emacs-lisp/lisp-mode.el to read as below and recompile the file. (defcustom lisp-indent-offset nil "If non-nil, indent second line of expressions that many more columns." :group 'lisp :type '(choice (const nil) integer)) From unknown Thu Jun 19 14:07:04 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Sat, 25 Oct 2008 14:24:03 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator From rgm@gnu.org Tue Dec 2 10:44:56 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.2 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT, NOSUBJECT,RCVD_IN_DNSWL_MED,UNRESOLVED_TEMPLATE,X_DEBBUGS_NO_ACK autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 2 Dec 2008 18:44:56 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mB2Iiolx027629 for ; Tue, 2 Dec 2008 10:44:52 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L7aES-0003aC-Lp; Tue, 02 Dec 2008 13:44:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18741.33288.597527.355733@fencepost.gnu.org> Date: Tue, 2 Dec 2008 13:44:24 -0500 From: Glenn Morris To: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: red X-Ran: nFM=zVvCS{1)wb,;K[n{1%DPS>;i+!C2|geU9~#T|;9LRZgdYQ27b'f