On Wed, Nov 03, 2004 at 01:36:21PM +0000, Karel Kulhavy wrote: > Hello > > According to lib/system-gschemrc.in I put into my local gschemrc > (load (string-append gedadatarc "@[EMAIL PROTECTED]")) ; light background > > But it didn't work: > > Error : system-error [C:59 L:0] in ./gschemrc > Most recently read form: ([EMAIL PROTECTED] ([EMAIL PROTECTED] [EMAIL PROTECTED] > @[EMAIL PROTECTED])) > > I switched the comments in global gschemrc and it worked. > > Why doesn't it work? Is local and global gschemrc syntax different? > > How can I change the color scheme in local gschemrc? > > Cl<
This syntax works for my ~/.gEDA/gschemrc: (load (string-append gedadatarc "/gschem-lightbg")) ; light background Hope that helps... -- Daniel Nilsson
