On Fri, 2009-01-16 at 16:57 +0000, Kai-Martin Knaak wrote: > On Fri, 16 Jan 2009 13:09:00 +0000, Peter Clifton wrote: > > > The new colour map syntax Peter B introduced after 1.5.1 requires a > > different line: > > > > (load (build-path geda-rc-path "gschem-colormap-lightbg")) ; light > > background > > > > We could provide a gschem-lightbg.scm available to make this backwards > > compatible, but if people are prepared to alter any config files they > > have already, it does mean less cruft distributed with gEDA in the > > future. > > If you break config files, an explicit note in the log how to repair them > would avoid upgrade frustration.
Unfortunately, it wouldn't be easy to do that, since the (load ...) syntax is just passing a filename to guile. If we deprecated a whole config parameter, it would be easy to define a place-holder replacement which triggers a warning. I suspect that the most we could easily do would be a note in the release notes - but the code you're testing obviously hasn't been released yet. -- 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

