Hi Christian, El mar, 03-10-2006 a las 12:51 +0200, Christian Viller Hansen escribió: [snip] > I do however have a problem with gschem in the current anonymous CVS. I > get "ERROR: Wrong number of arguments to add-component" and program exit > when I try to insert a component using the shortcut "i" or from the menu > Add->Component. It works just fine, when I use the button on the > toolbar. Any idea why this happens to me? [snip] Both actions shared the callback's name, so scheme was confused... I fixed this in CVS right now, so you can update your copy and continue working as before. Thank you for trying the CVS.
> Something only slightly related: > I tried to find a statement I could put in my local gafrc file to > "flush" or clear the component-list, but I couldn't find it. Does it exist? > (It is because I like having a minimal list of symbols, that I trust and > only copy in those that I need. So far I just overwrite system-gafrc.) You can delete all the libraries, and then add those you trust. To delete all the libraries, add this to your configuration file: (reset-component-library) and then use the following to add a library directory: (component-library "your_trusted_full_path_library_directory_here") Regards, Carlos _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
