On Saturday 10 January 2009, Leslie Newell wrote:
> The problem is that the messages are deleted once they have been read.
> In most cases the GUI will get the messages because it is polling them
> quite frequently. By the time emcrsh gets there they have been swallowed
> by the gui.
>
> Unfortunately to change this would require a major redesign of emc's
> messaging system.

Remove the 'queue' type from the emcError buffer line in your *.nml config. 
You can also locate the updateError() function in shcom.cc, and change 
emcErrorBuffer->read() to emcErrorBuffer->peek(), then recompile. You will 
then be able to read most recent error message passed from lower levels.






------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to