>> I tried copying system-gschemrc into my local directory but wasn't able to >> get it to override the system settings. Is it possible to do this from a >> users directory? > >In your local directory it would be called gschemrc, not system-gschemrc. > I did that and got this: ---------------------------------------------------------------------- ------------------------ con...@hallway:~/.gEDA$ cp /etc/gEDA/system-gschemrc gschemrc con...@hallway:~/.gEDA$ cd con...@hallway:~$ gschem gEDA/gschem version 1.4.3.20081231 gEDA/gschem comes with ABSOLUTELY NO WARRANTY; see COPYING for more details. This is free software, and you are welcome to redistribute it under certain conditions; please see the COPYING file for more details. ERROR: In procedure list-ref: ERROR: Wrong type argument in position 1: #<frame b6f67b08> ---------------------------------------------------------------------- -------------------------- I then went through and commented out all the lines until it started working. Turns out you can either remove all the code that sets up the menus or take this line: ; finally set the keymap point to the newly created datastructure (define current-keymap global-keymap) and CHANGE global-keymap to any other unused string. Reruning that code doesn't work John Eaton
_______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

