> If it differs from Chime's behavior, > it might cause some compatibility issues, but in some cases we need to > do things better than Chime and then existing scripts will have to be > modified. > > -Eric
As I thought through the implications of 'flexible' alignment of group names, I decided that I *had* to extend the wildcard matching in order to maintain script compatibility. I think we'll be OK. If the behavior is not right, we'll fix it. Miguel ------- Jmol now is more 'flexible' and will accept residue names regardless of the alignment of the characters. (The spec says that they must be right-aligned, but Eric says that this sometimes presents problems). This also had an impact on wildcard behavior ... if the group name is too short, a wildcard pattern will match as if there were extra spaces at the beginning and/or the end of the name, as needed. I believe that this behavior is necessary in order to maintain compatibility. Examples: select [t] # matches T, does not match +T select [?] # matches all single letters select [??] # matches single and double letters select [???] # matches everything select [?t] # matches both T and +T select [t?] # matches T, does not match +T select [??t] # matches both T and +T select [?t?] # matches both T and +T select [t??] # matches T, does not match +T] -------------------------------------------------- Miguel Howard [EMAIL PROTECTED] c/Pe�a Primera 11-13 esc dcha 6B 37002 Salamanca Espa�a Spain -------------------------------------------------- telefono casa 923 27 10 82 movil 650 52 54 58 -------------------------------------------------- To call from the US dial 9:00 am Pacific US = home 011 34 923 27 10 82 12:00 noon Eastern US = cell 011 34 650 52 54 58 6:00 pm Spain -------------------------------------------------- ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
