*** Pcb.ad.raw.orig Fri Oct 7 12:10:12 1994 --- Pcb.ad.raw Mon Oct 24 23:24:53 1994 *************** *** 34,44 **** .pcb.connectedColor: green .pcb.cursorColor: brown .pcb.elementColor: black ! .pcb.elementCommand: M4PATH="%p";export M4PATH;echo 'include(%f)' |m4 .pcb.elementPath: CIRCUITDIR:PACKAGEDIR:. ! .pcb.fileCommand: M4PATH="%p";export M4PATH;echo 'include(%f)' |m4 .pcb.filePath: . ! .pcb.fontCommand: M4PATH="%p";export M4PATH;echo 'include(%f)' |m4 .pcb.fontFile: default_font .pcb.fontPath: .:PCBLIBDIR .pcb.grid: 50 --- 34,44 ---- .pcb.connectedColor: green .pcb.cursorColor: brown .pcb.elementColor: black ! .pcb.elementCommand: M4PATH="%p";export M4PATH;echo 'include(%f)' |gm4 .pcb.elementPath: CIRCUITDIR:PACKAGEDIR:. ! .pcb.fileCommand: M4PATH="%p";export M4PATH;echo 'include(%f)' |gm4 .pcb.filePath: . ! .pcb.fontCommand: M4PATH="%p";export M4PATH;echo 'include(%f)' |gm4 .pcb.fontFile: default_font .pcb.fontPath: .:PCBLIBDIR .pcb.grid: 50 *************** *** 64,70 **** .pcb.pinoutTextOffsetX: 50 .pcb.pinoutTextOffsetY: 0 .pcb.pinoutZoom: 2 ! .pcb.printCommand: | lpps .pcb.printMarginLeft: 500 .pcb.printMarginBottom: 500 .pcb.resetAfterElement: Off --- 64,70 ---- .pcb.pinoutTextOffsetX: 50 .pcb.pinoutTextOffsetY: 0 .pcb.pinoutZoom: 2 ! .pcb.printCommand: | lpr .pcb.printMarginLeft: 500 .pcb.printMarginBottom: 500 .pcb.resetAfterElement: Off *************** *** 72,78 **** .pcb.ringBellWhenFinished: Off .pcb.saveCommand: cat - > %f .pcb.saveInTMP: On ! .pcb.saveLastCommand: Off .pcb.selectedColor: cyan .pcb.useBackingStore: Off .pcb.useLogWindow: On --- 72,78 ---- .pcb.ringBellWhenFinished: Off .pcb.saveCommand: cat - > %f .pcb.saveInTMP: On ! .pcb.saveLastCommand: On .pcb.selectedColor: cyan .pcb.useBackingStore: Off .pcb.useLogWindow: On *************** *** 88,94 **** .pcb*Command.shapeStyle: oval .pcb*defaultButton.borderWidth: 2 .pcb*defaultButton.highlightThickness: 3 ! .pcb*font: -*-courier-bold-r-*-*-12-*-*-*-*-*-*-* .pcb*Label.borderWidth: 0 .pcb*Label.justify: left .pcb*MenuButton.shapeStyle: oval --- 88,94 ---- .pcb*Command.shapeStyle: oval .pcb*defaultButton.borderWidth: 2 .pcb*defaultButton.highlightThickness: 3 ! .pcb*font: -*-*-bold-*-*-*-*-*-*-*-*-*-iso8859-1 .pcb*Label.borderWidth: 0 .pcb*Label.justify: left .pcb*MenuButton.shapeStyle: oval *** create_sed_script.sh.orig Fri Oct 7 12:10:13 1994 --- create_sed_script.sh Mon Oct 24 23:24:54 1994 *************** *** 45,51 **** echo $1 | \ sed -e '/\//s//\\\//g' \ -e '/^-D\([A-Za-z0-9_]*\)=\(.*\)/s//\/\1\/s\/\/\2\/g/g' \ ! -e '/^[^/]/d' \ -e '/"/s///g' shift done --- 45,51 ---- echo $1 | \ sed -e '/\//s//\\\//g' \ -e '/^-D\([A-Za-z0-9_]*\)=\(.*\)/s//\/\1\/s\/\/\2\/g/g' \ ! -e '/^[^\/]/d' \ -e '/"/s///g' shift done