User Portlet User Portlet

Discussions
If I run: Graphics3D[ { Red, Sphere[] } ] MessageList[$Line - 1] the output is {} as no message has been generated when producing the graphic. Now, if I run: Graphics3D[ { red, Sphere[] } ] MessageList[$Line - 1] ...