Hi Tassilo,

after the last mail by Marcus I was able to reproduce the bug but I
had no time to commit the fix.  Thanks for the patch.

Bye,
Mosè

2013/9/2 Tassilo Horn <[email protected]>:
> 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

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

Reply via email to