On Wed, 2008-10-01 at 19:25 +0100, Peter Clifton wrote: > 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. >
I had them both in there to switch quickly. What I have should be equivalent to this. If I take the comments out. (load (build-path geda-rc-path "gschem-lightbg")) (promote-invisible "enabled") (attribute-promotion "enabled") (keep-invisible "disabled") Is there something wrong with this? Do I have the wrong ones enabled? Kip -- Kipton Moravec AE5IB "Always do right; this will gratify some people and astonish the rest." --Mark Twain _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

