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

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



Hi kmk,

oops, forgot u have an extra "/", try this

(define gedasymbols "/home/kmk/lilalaser/geda/")
(component-library (string-append gedasymbols "analog"))



-----Original Message-----
From: Paul Tan <pt75234@xxxxxxx>
To: geda-user@xxxxxxxxxxxxxx
Sent: Sat, 19 Jan 2008 10:17 pm
Subject: Re: gEDA-user: string operation on path variable in gafrc



Hi kmk,

Try this:

(define gedasymbols "/home/kmk/lilalaser/geda/")
(component-library (string-append gedasymbols "/analog"))

Best Regards,
Paul Tan


-----Original Message-----
From: Kai-Martin Knaak <kmk@xxxxxxxxxxxxxxx>
To: geda-user@xxxxxxxx
Sent: Sat, 19 Jan 2008 9:58 pm
Subject: gEDA-user: string operation on path variable in gafrc



Hi,
currently my gafrc contains many copies of the absolute path to
my local symbol library:

/------------------
(component-library "/home/kmk/lilalaser/geda/kmk-sym/analog")
(component-library "/home/kmk/lilalaser/geda/kmk-sym/digital")
[...]
\-------------------


Is there a way to build these paths by concatenating strings, so I can
put the absolute path into a variable?
Due to my lack of scheme knowledge I guessed:

/-----------------
; Allow to source symbols from the local copy of geda-symbols
(define gedasymbols "/home/kmk/lilalaser/geda/")
(component-library gedasymbols"/analog")
(component-library gedasymbols"/digital")
[...]
\------------------

But gschem failed to read my mind and found no symbols.
Any hint from the scheme wizards?

---<(kaimartin)>---
--
Kai-Martin Knaak
http://lilalaser.de/blog



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


________________________________________________________________________
More new features than ever.  Check out the new AIM(R) Mail ! -
http://webmail.aim.com


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


________________________________________________________________________
More new features than ever.  Check out the new AIM(R) Mail ! - 
http://webmail.aim.com


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