Re: Syntax Coloring
- To: mathgroup at smc.vnet.net
- Subject: [mg93514] Re: Syntax Coloring
- From: Albert Retey <awnl at gmx-topmail.de>
- Date: Thu, 13 Nov 2008 04:03:26 -0500 (EST)
- References: <gfbuo8$40o$1@smc.vnet.net> <gfefm7$na4$1@smc.vnet.net>
> One slight gripe - I don't have an example to hand, but I do find that > parts of With constructs sometimes seem to get coloured red for no > apparent reason. I think this is the situation you refer to: Module[{x = 1}, With[{x = x}, x ]] of course this can be avoided by choosing a different name for the With-variable, but it often is handy to just enclose an expression with a With without replacing the variable names everywhere, so I find me using that construct quite often... albert