[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: system-gschemrc.in



  User: danmc   
  Date: 06/04/24 00:02:11

  Modified:    .        system-gschemrc.in
  Log:
  move the (still commented out) stuff about pcb to the bottom of the file
  
  so the PCB menu ends up on the right instead of the left.  Also we only
  
  need to load the pcb.scm file, not manually install the hooks.
  
  
  
  
  Revision  Changes    Path
  1.91      +14 -11    eda/geda/devel/gschem/lib/system-gschemrc.in
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: system-gschemrc.in
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/lib/system-gschemrc.in,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -b -r1.90 -r1.91
  --- system-gschemrc.in	23 Apr 2006 03:48:27 -0000	1.90
  +++ system-gschemrc.in	24 Apr 2006 04:02:11 -0000	1.91
  @@ -883,17 +883,6 @@
   	(autoplace-object-attributes object)) #t)
   
   
  -; Comment in this scheme code if you want to link with pcb
  -;
  -; Please note that the hooks in pcb.scm are still
  -; highly experimental
  -; (load (string-append gedadatarc "/scheme/pcb.scm"))
  -; (add-hook! deselect-component-hook pcb-deselect-component-hook)
  -; (add-hook! deselect-net-hook pcb-deselect-net-hook)
  -; (add-hook! deselect-all-hook pcb-deselect-all-hook)
  -; (add-hook! select-component-hook pcb-select-component-hook)
  -; (add-hook! select-net-hook pcb-select-net-hook)
  -
   ;
   ; End of hooks
   ;
  @@ -1458,3 +1447,17 @@
   ;
   ; End of keymapping related keywords
   ;
  +
  +
  +;;
  +;; Major modes
  +;;
  +
  +;; Comment in this scheme code if you want to link with pcb
  +;;
  +;; Please note that the code in pcb.scm is still highly experimental
  +;; and there are known (and easy) ways to crash pcb and/or gschem with this code.
  +;; The short answer is neither program likes a pipe to break.
  +;;
  +; (load (string-append gedadatarc "/scheme/pcb.scm"))
  +