As of svn r7466/7467, the following binds that I have no longer work properly. The toggle is fine, but displaying the value of the cvar is problematic. If I paste the binds below into config.cfg, they work as expected -- but only the first time I launch Nexuiz. The $$r_novis becomes $r_novis after the first run, then it becomes the last value for that cvar after the second. I also tried ${$r_novis} without success: Nexuiz displays "Could not expand $$r_novis".
bind h "toggle r_shadow_realtime_world; echo Realtime World Lighting: $$r_shadow_realtime_world"
bind j "toggle r_novis; echo r_noVis: $$r_novis"