Hi,

On Sat, Jul 31, 2010 at 01:46:47PM +0300, Alex Joni wrote:
> Afaik emcsh has been obsoleted.
> Currently (but check tkemc.tcl to be sure and how it's done) we only 
> need wish, and load a emc2 tcl extension.
> If you can't dig out the details, let me know and I'll look.
Ah, okay. Using wish is fine with me, i guess. So instead of 
        emcsh
        % <command>
it's
        wish
        % source "/usr/share/emc/tcl/emc.tcl"
        % eval emc_init
        % <command>
it seems. Or you can move the two lines to ~/.wishrc .

So emcsh.cc is still used, but now it gets linked into emc.so and emc.so is 
used by emc.tcl, which is loaded from wish. And the 2.4.2 changelog about
emcsh probably also applies to that.

I hope i got that right. Thanks for your info.

Bye,
Wolfgang


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to