rspinney wrote:

>----------------------------------------------------------------------
>
>  
>
>>Comment By: Bob Hanson (hansonr)
>>    
>>
>Date: 2006-09-20 21:29
>
>Message:
>Logged In: YES 
>user_id=1082841
>
>use
>
>set echo all
>
>then start using font/echo/color/background commands to
>apply to all current echo texts.
>
>set echo none
>
>then start using font/color/background to set default
>setting for echo text created later.
>
>
>***********
>
>Hi Bob,
>
>I tried the second command (set echo none) and it had no effect on
>subsequent echo commands. I am using version 10.9.60, do I need a different
>version?
>
>  
>
if "set echo ALL" worked, then you have the right version. What "none" 
does is allow you to send the echo just to the console, not to the user. 
This is similar to the new "message" command. So if you do

console on
set echo none
echo testing

you won't see anything, except in the console. BUT, if you say

set echo none
font echo 30
color echo green

and then you specifically create a NEW echo:

set echo echo3 100 100

that echo will have font 30 and color green

Too weird?


>I also tried set "echo all; echo off;" to try to remove all echos from the
>applet, but it had no effect.
>  
>

"echo all" just echos "all" to the current echo, which you probably 
hadn't set.

set echo all
set echo off

don't forget "set"

>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