[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: gschem guile scripting
Maciej,
There is a small development script that allows you to drop into a
guile shell on the gEDA website. The shell auto completes so you can
see a list of all available commands. You can also try things live.
I found this very helpful when I was starting out with gnetlist. Here
is the development script in case you can't find it.
(use-modules (ice-9 readline))
(activate-readline)
(define (devel output-filename)
(scm-style-repl)
Oliver
__________________________________________________________________
From: Maciej Pijanka <maciej.pijanka@xxxxxxxxx>
To: geda-user@xxxxxxxx
Sent: Sat, October 30, 2010 4:50:43 PM
Subject: gEDA-user: gschem guile scripting
Hello
I wanted to traverse all symbols placed on current sheet from some
script
preferably invoked via ft, but so far found that even
(add-menu) which worked before for example from pcb.scm, seems to not
work on
gEDA/gschem version 1.6.1.20100214
any hints where to look?
i tried some simple scheme functions like adding (file-new) to my
test.scm
and this works fine, but i didn't found any routine allowing to get
list of items
neither some others which seem to require argument aren't working or i
am not able
to find right arguments for them.
best regards
Maciej
--
Maciej Pijanka
I don't fear computers, I fear lack of them -- Isaac Asimov
_______________________________________________
geda-user mailing list
[1]geda-user@xxxxxxxxxxxxxx
[2]http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
References
1. mailto:geda-user@xxxxxxxxxxxxxx
2. http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user