emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix C-M-x on defcustoms


From: Stefan Monnier
Subject: Re: Fix C-M-x on defcustoms
Date: Tue, 07 Aug 2012 18:03:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

>>>>> "Jambunathan" == Jambunathan K <address@hidden> writes:

> 1. M-x find-library RET vc-dir.el
> 2. C-s defcustom
> 3. C-M-x.  Note the following backtrace.

> ,----
> | Debugger entered--Lisp error: (invalid-function (\, (lambda nil nil)))
> |   (\, (lambda nil nil))()
> |   funcall((\, (lambda nil nil)))
> |   eval((funcall (function (\, (lambda nil nil)))) t)
> |   eval-defun-1((custom-declare-variable (quote vc-dir-mode-hook) (\`
> | (funcall (function (\, (lambda nil nil))))) "Normal hook run by
> | vc-dir-mode'.\nSee `run-hooks'." :type (quote hook) :group (quote vc)))
> |   eval-defun-2()
> |   eval-defun(nil)
> |   call-interactively(eval-defun nil nil)
> `----

> It looks to me that it is an issue of orphaned "comma".

No, it was just a bug in eval-defun-1 which assumed that the second arg
to custom-declare-variable is always a quoted constant expression,
whereas it can really be any expression returning an expression.

Andreas beat me to the fix,


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]