| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to geda-help-bounces using -f |
| X-Recipient: | geda-help AT delorie DOT com |
| DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
| d=gmail.com; s=20120113; | |
| h=date:from:to:subject:message-id:mail-followup-to:references | |
| :mime-version:content-type:content-disposition:in-reply-to | |
| :user-agent; | |
| bh=qJIbDYqMjcNm7gmfvSsNCWSJODSx0MuNpjkeNhoF8cw=; | |
| b=DnJqULM6wE0HJ+oCYVTa8Wy/IUTmm1OPu2YoJnZWRckQnk5R3PdX6NDsqpcHZ9kF7Z | |
| zCQJw/yRqO4wW876+ullmP8SwYrfzEPf4VfM6HUFJftas51N/683CobWA/stkVXfkEmL | |
| UfKEtJiHuEIYTUSxH1Fe6K0d3YOK7YrLbmi9f1HZRYOGIH3smVuuXS+7zwtZijUYXeCC | |
| /yEooKZLOKNwAedWw8fpj3qvkjggI3UIG5HKVtJhIXlmzPXlmK7OTBG158RTFXcr9ur/ | |
| 96M8TffBd7wah5yBL5kj3OPY0vROsf2hyaJGqcWfSAsSRid+9evnUZlQVEHCb0+27nvL | |
| 1fzA== | |
| X-Received: | by 10.112.201.72 with SMTP id jy8mr40372352lbc.65.1418815075733; |
| Wed, 17 Dec 2014 03:17:55 -0800 (PST) | |
| Date: | Wed, 17 Dec 2014 14:17:53 +0300 |
| From: | Vladimir Zhbanov <vzhbanov AT gmail DOT com> |
| To: | geda-help AT delorie DOT com |
| Subject: | Re: [geda-help] include file in gafrc |
| Message-ID: | <20141217111752.GA24214@localhost.localdomain> |
| Mail-Followup-To: | geda-help AT delorie DOT com |
| References: | <889521073 DOT 379281396 DOT 1418765278630 DOT JavaMail DOT root AT zimbra71-e12 DOT priv DOT proxad DOT net> |
| <1068293010 DOT 379292660 DOT 1418765712198 DOT JavaMail DOT root AT zimbra71-e12 DOT priv DOT proxad DOT net> | |
| MIME-Version: | 1.0 |
| In-Reply-To: | <1068293010.379292660.1418765712198.JavaMail.root@zimbra71-e12.priv.proxad.net> |
| User-Agent: | Mutt/1.5.23 (2014-03-12) |
| Reply-To: | geda-help AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | geda-help AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Tue, Dec 16, 2014 at 10:35:12PM +0100, renaud DOT gaglione AT free DOT fr wrote:
> Dear gschem designer/users,
>
> I search a way to include files in gafrc, with the "load" function, but with no sucess.
> The purpose is to include library lists.
> I have found a workaround with the "component-library-search" , but it is not fully satisfactory for my purpose.
>
> Is there a way to include files in gafrc (or gschemrc) ?
In ~/.gEDA/gafrc, add the line:
(load "libraries.scm")
and put something like
(component-library "${HOME}/gaf/symbols/pushbuttons" "My buttons")
in the ~/.gEDA/libraries.scm
Using of the 'scm' extension is important.
HTH,
Vladimir
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |