On Wed, 2008-10-01 at 13:18 -0500, Kipton Moravec wrote: > ============================ > ;load up a color scheme > (load (build-path geda-rc-path "gschem-lightbg")) ; light background > ;I need my hidden attributes > (promote-invisible "enabled") > (attribute-promotion "enabled"); > ;(promote-invisible "disabled") ; ⇐ This one > ;(keep-invisible "enabled") > (keep-invisible "disabled") ; tried both ways with this one. > ============================
";" is a comment, so anything following that is ignored. (That is how these lines can live in the global config file "system-gafrc", without having any effect. Remove the ";" before those lines you want to be processed. -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

