Hi Bob,

I noticed a side effect of the command 'set echo all' in Jmol 
14.4.3_2016.02.28: after it, the command 'background echo' sets the text 
color instead of the background color, illustrated in the example below.

The result of part 1 is, as expected: a black text without background.
Setting the background in part 2 works as expected, resulting in a black 
text with yellow background.
But part 3 surprisingly results in a red text with yellow background.
Setting the text color still works in part 4.
Part 5 shows that the side effect is recoverable by setting a specific 
echo, resulting in a black text with red background.

---- Example - part 1 ----------
set echo top left;
background echo none;
color echo black;
echo "Color Test";

--- Example - part 2 ----------
background echo yellow;

--- Example - part 3 ----------
set echo all;
background echo red;

--- Example - part 4 ----------
color echo black;

--- Example - part 5 ----------
set echo top left;
background echo red;
-------------------------------

Regards,
Rolf
-- 

Rolf Huehne
Postdoc

Leibniz Institute on Aging - Fritz Lipmann Institute (FLI)
Beutenbergstrasse 11
07745 Jena, Germany

Phone:   +49 3641 65 6205
Fax:     +49 3641 65 6210
E-Mail:  rolf.hue...@leibniz-fli.de
Website: http://www.leibniz-fli.de

           Scientific Director: Prof. Dr. K. Lenhard Rudolph
        Head of Administration: Dr. Daniele Barthel
Chairman of Board of Trustees: Burkhard Zinner

VAT No: DE 153 925 464
Register of Associations: No. 230296, Amtsgericht Jena
Tax Number: 162/141/08228


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to