MakeBoxes on v7.0
- To: mathgroup at smc.vnet.net
- Subject: [mg97107] MakeBoxes on v7.0
- From: Mariano Suárez-Alvarez <mariano.suarezalvarez at gmail.com>
- Date: Thu, 5 Mar 2009 04:56:37 -0500 (EST)
Hi all, after executing this on v7.0 h /: MakeBoxes[h[i_], StandardForm] := SubscriptBox[h, MakeBoxes[i, StandardForm]] evaluating h[4] results not in an h with a subscript, but in Global`h with the expected subscript. Is that intentional? This code is very close to an example in the documentation for MakeBoxes... -- m