Marcus Frings <[email protected]> writes:

> 4) I use M-x customize-variable TeX-electric-math and choose the $$
> option from the menu:
>
> TeX-electric-math is a variable defined in `tex.el'.
> Its value is '("$" . "$")
> Original value was nil

That's the crucial point: setting via customize.  The problem was that
the defcustom spec quoted the '("$" . "$") inside the `choice' for that
was already quoted.  So the value was not ("$" . "$") but (quote ("$"
. "$")).  Well, the describe output actually does state that. ;-)

Fixed in git.

Bye,
Tassilo


_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to