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

gEDA-user: gschem ignoring -s?



I run this command:

gschem -p -o ethernet.ps -s ./print.scm ethernet.sch

with this script:

--------------------------------------------------
;; $Id: print.scm,v 1.3 2006/08/30 11:06:16 ahvezda Exp $
;;
;; This file may be used to print gschem schematics from the
;; command line.  Typical usage is:
;;
;;   gschem -p -o mysch.ps -s /path/to/this/file/print.scm mysch.sch
;;
;; The schematic in "mysch.sch" will be printed to the file "mysch.ps"

; light background
(load "/envy/dj/geda/share/gEDA/gschem-lightbg")

(output-orientation "landscape")
(output-type "extents")
(output-color "enabled")
(output-text "ps")

; You need call this after you call any rc file function
(gschem-use-rc-values)

; filename is specified on the command line
(gschem-postscript "dummyfilename")

(gschem-exit)
--------------------------------------------------

but gschem is ignoring it - no prints, no exit, it just brings up
gschem.  Is this new?


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user