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

Re: gEDA-user: string operation on path variable in gafrc



On Sunday 20 January 2008 06:22:09 Paul Tan wrote:
> Hi kmk,
>
> oops, forgot u have an extra "/", try this
>
> (define gedasymbols "/home/kmk/lilalaser/geda/")
> (component-library (string-append gedasymbols "analog"))

geda.scm provides a function for this purpose

(define gedasymbols "/home/kmk/lilalaser/geda")
(component-library (build-path gedasymbols "analog"))

                                 Peter

-- 
Peter Brett

Electronic Systems Engineer
Integral Informatics Ltd

Attachment: signature.asc
Description: This is a digitally signed message part.


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