Eric,

not sure, but you might be able to implement this using JmolScript functions.
Something like

function q(x) { set antialiasdisplay @x; }
function s(x) { script @x+ '.spt' }
function s(x) { script @{x+ '.spt'} }

then 

s('hiq')   would expand to 'script hiq.spt'
q('off')    would expand to 'set antialiasdisplay off'

possibly; see 
http://chemapps.stolaf.edu/jmol/docs/#functionsuser-definedfunctions

I haven't tested these, you need to experiment a little


---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com


------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to