Bugs item #846803, was opened at 2003-11-21 14:13 Message generated for change (Settings changed) made by migueljmol You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=846803&group_id=23629
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Scripting Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Miguel (michaelthoward) Assigned to: Miguel (migueljmol) Summary: atom expression syntax problems Initial Comment: The RasMol atom expression language has a few problems. some new ones: 2.7.2 uses the ; character to distinguish between alternate configurations. This conflicts with ; as a statement separator The * is a valid atom name character, and is important for nucleotide chains. Of course, it is also a wild-card character The + is a valid residue name character. So, that means that + should be accepted. This one might not be as bad, because we can force it to be within [square brackets] [square brackets] might help out on some of the other things too. ---------------------------------------------------------------------- Comment By: Miguel (michaelthoward) Date: 2004-03-31 09:42 Message: Logged In: YES user_id=608250 Note that * is a valid atom name character only if it is the first character in the field. The atom expression query language now supports * as a valid character, if it is not the first character of the field. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=846803&group_id=23629 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
