X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user 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=5MUj+p7pRcb2B96N95yMPuSCw1iWJNkn2v8gFRm2l28=; b=tYyfhjCexzQl4zNNqMwZl0GGMGjBRFgQRIag3/uhCTpBDSuet1s09haK1l1NY8W6cQ ucFPdjn/YIwb8UTpmnPhEURO/GoJPzvnN1NqdTKMy7kpxVEdFJWtMFrOxiLW3CtNGZ6O SItqYq0QhJ7C/WUYz5KO1lIaVQDNyRgdFxcJrI5XzGhUkb98gMEWYktfYlho7OpVL9iu NpSWy7yarzjPWl/wq1p7Sx79YyrX/Rq10aVyLFryqXZYIkf2dceM0jyslWIhiq2VB7Wp Osej7QdxjWaNBEqT2tIgkuz1Yr2fVmR2urNydJZerMKUZ0Ns1kqOKFhZXt1xwGr7vIcb Vr3A== X-Received: by 10.112.44.129 with SMTP id e1mr1976207lbm.78.1407149141400; Mon, 04 Aug 2014 03:45:41 -0700 (PDT) Date: Mon, 4 Aug 2014 14:45:18 +0400 From: Vladimir Zhbanov To: MAILING LIST gEDA-user Subject: Re: [geda-user] gEDA improvements suggestions Message-ID: <20140804104518.GG24580@localhost.localdomain> Mail-Followup-To: MAILING LIST gEDA-user References: <53B423CC DOT 4040202 AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, Jul 07, 2014 at 10:54:02AM +0200, Filippo Micheletti wrote: > Thank you for replies, I found that: > - symbols subdirectories can be added with the component-library-search > function BUT it doesn't work well, in particular it cannot recognize > the ${HOME} variable, as other functions do, like component-library, > it's quite annoying, but maybe it's just a little bug and can be > resolved in future versions. A while ago I've committed a patch for the 'component-library-search' procedure to make it work with environment variables (many thanks to Peter Brett, who has written all these functions and perfect documentation on these, I mean geda-scheme.info). For the previous/current geda-gaf versions you can make them esteem the '${HOME}' variable by using a line like this in ~/.gEDA/gafrc: (component-library-search (expand-env-variables "${HOME}/symbols/") "mylib:") HTH, Vladimir