[Magic-dev] Odd warning msg from system .magicrc file

R. Timothy Edwards tim at opencircuitdesign.com
Wed Nov 21 19:09:03 EST 2007


Dear Graham,

> I suggest adding
> to tcltk/magic.tcl.in the following lines around line number 56:
> 
>    #-----------------------------------------------------------------
>    # Define these console routines so that they don't produce errors
>    # when Magic is run in batch mode
> 
>    proc magic::suspendout {}
>    proc magic::resumeout {}
> 
> I think this will eliminate the problem.

Okay, reminder to self to always test patches before posting them!
The above suggestion works perfectly except that the correct syntax
is:

    proc magic::suspendout {} {}
    proc magic::resumeout {} {}

					---Tim

+--------------------------------+-------------------------------------+
| Dr. R. Timothy Edwards (Tim)   | email: tim at opencircuitdesign.com    |
| Open Circuit Design, Inc.	 | web:   http://opencircuitdesign.com |
| 22815 Timber Creek Lane        | phone: (301) 528-9364               |
| Clarksburg, MD 20871-4001      | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+



More information about the magic-dev mailing list