bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] TeX-electric-math not working?


From: Tassilo Horn
Subject: Re: [Bug-AUCTeX] TeX-electric-math not working?
Date: Mon, 02 Sep 2013 13:00:37 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Marcus Frings <address@hidden> 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




reply via email to

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