Re: [PyMOL] issue with label command as in: label *, name; color red

2018-11-14 Thread Thomas Holder
Hi Xiang-Jun, Some commands accept the semicolon in their argument list and thus cannot be followed by other commands on the same line. The "label" command is one of them. See this table and the last column with "parsing.LITERAL1":

[PyMOL] issue with label command as in: label *, name; color red

2018-11-14 Thread Xiang-Jun Lu
I am surprised by the PyMOL error message with the following commands: # this is fine color red; label *, name # reversing the order causes problems label *, name; color red = PyMOL>label *, name; color red File "", line 1 name; color red ^