Consider the following input:
temp := c
Manipulate[RegionPlot[True, {a, 0, 1}, {b, 0, temp}], {c, 0, 1}]
I expect to get a region plot with a manipulate slider that I can use to change the domain on the vertical axis. But the slider doesn't do anything and the vertical domain is just stuck at [0,0.0001].
Does anyone know what this isn't working?

cintemp := cis not the same as the localizedcused inManipulate. I think the cleanest ways is to useClear[temp]; temp[c_] := c, thenManipulate[RegionPlot[True, {a, 0, 1}, {b, 0, temp[c]}], {c, 0, 1}]. $\endgroup$temp:=candtemp[c_]:=cproduce different behaviour? I had thought the only difference was one of syntax: the latter allows you to specify the arguments oftempwhen calling it. $\endgroup$Manipulate. $\endgroup$