X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=gN10NKt5Ee5IrTkv8Q7o7bKRnatCJqWWUgYg3jikhvs=; b=XZvfRiZqt8keLJLiAOiCx/SOc2gWvWvZwO76kC59rP/PuoaSruC4ulPL7jPSQv5OIy 7VGri++Y2t8ytZQGSINVuTYkl+Y8Ft2Ce3J49iBKgx9AG0zz/jM9BWpxZp0kCwQqBSrV vpemRFTXA6rMeu5ee3pACYjoif7xgXddGW7FqpXx1/QQChI4ELl0i5Ef9oSme+FPHS1z uiQWSUPo4+ecOtmA6vj04GwWQqKnb6jFJZHGlha5X/Rvjk7TQqp2r+NnrZhD0Fmd5HDU lGp8gkRuJpQGqv17yX1R6Gcd67EgTGGt21kO0KvMWQCVbPbZx6ses3lEoEPNLpVFdIa3 VMOA== X-Received: by 10.180.8.68 with SMTP id p4mr60741250wia.27.1441830860098; Wed, 09 Sep 2015 13:34:20 -0700 (PDT) Date: Wed, 9 Sep 2015 22:34:18 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Desired changes (was:"New experimental netlist features") Message-Id: <20150909223418.ce9b88c48823574e9ba7fafe@gmail.com> In-Reply-To: References: <201509032030 DOT t83KU1Yq017045 AT envy DOT delorie DOT com> <55E97A3E DOT 2070402 AT jump-ing DOT de> <69B8B3F4-A6E4-43E9-9055-C63A5D6A3707 AT noqsi DOT com> <43CA04C5-47B7-4DA4-8005-3A2D4E9D0E47 AT noqsi DOT com> <20150908162514 DOT 43142577ec15e48c50950a18 AT gmail DOT com> <20150908182504 DOT 196a11571c68bc63ef8e4c27 AT gmail DOT com> <11875D68-7D82-48AB-8850-C5C3BCCF64EC AT noqsi DOT com> <201509081853 DOT t88IrAak001304 AT envy DOT delorie DOT com> <307FD65! ! 5-69A7-4486-B466-B5FB92CBB1C2 AT noqsi DOT com> <201509082033 DOT t88KXsFZ005209 AT envy DOT delorie DOT com> <201509091745 DOT t89Hjlab021347 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Wed, 9 Sep 2015 22:09:56 +0200 (CEST) Roland Lutz wrote: > On Wed, 9 Sep 2015, DJ Delorie wrote: > > I mean hardcoding "our library is a directory" in gschem was > > shortsighted. We need to take that out and replace it with something > > more flexible. > > > The first step in this case is changing the exsting tools so that a > > new tool can be added. We need to replace the "library is a > > directory" code in the existing tools with something that lets us add > > a "this tool provides our library". > > libgeda (and therefore xorn.geda) already support this. See the Scheme > procedures "component-library-command" and "component-library-funcs" and > the class xorn.geda.clib.CommandSource, respectively. > Found it.