Hi,

I want to have all of my non-GUI stuff in a separate file from the VTCL
window function.  So, I've tried to put the following into the vtcl file:

  source sandycustom.tcl

so a simple "load" immediately followed by "save as" should return the
original file, without any expansion or alteration.

Unfortunately, when I load this into vtcl, then save again, I end up
with garbage.  The new save file has done some strange expansion, with
over a dozen HMesc_map commands, i.e.

    set HMesc_map(lt) {<}
    set HMesc_map(szlig) {<DF>}
    set HMesc_map(middot) {<B7>}
    set HMesc_map(frac14) {<BC>}
    [...]

HMevents, HMform_maps, HMinsert_maps, HMparam_maps, and loads of HM procs.

All I really want is for it to keep the "source" command as is, so one
person can work on the custom stuff while another designs the GUI.  Is there
a way to manage this?

Thanks,
Sandy
[EMAIL PROTECTED]

Reply via email to