rspinney wrote:

>>rspinney wrote:>
>>    
>>
>
>  
>
>>in the works. Two options:
>>
>>1) the default label is whateve was used last (might have some 
>>backward-compatibility issues)
>>2) to set the default label, first "select none" then set any label 
>>parameters (font, color, offset, etc.)
>>
>>You choose.
>>
>>    
>>
>
>Option 2 strikes me as the better alternative, especially if it is backwards
>compatible.
>So the command would be:
>
>select none; set echo 14 serif bold; 
>echo "This is serif bold 14";
>
>correct?
>
>  
>
select none
font echo 14 serif bold
set echo top left
echo This is serif bold 14


>>>>        
>>>>
>>>After a little experimenting, select *; set echo off; works.
>>>(set echo off; on its own fails????).
>>>
>>>
>>>      
>>>
>>Nah. Convince me.
>>    
>>
>
>
>select *; color cpk; labels off; halos off; set echo off; 
>
>this did turn off the labels and halos and colored the atoms cpk, but only
>removed the last echo while 
>
>select *; set echo off; color cpk; labels off; halos off;
>
>this also turned off all echos.
>
>  
>
I can't reproduce that behavior; please wait for the 10.9.66, out shortly.




>Rick
>
>
>------------------------------
>
>
>
>-------------------------------------------------------------------------
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share your
>opinions on IT & business topics through brief surveys -- and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>_______________________________________________
>Jmol-developers mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/jmol-developers
>  
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to