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=h8k9ptQV4kM4L7VqH+hj6tEJk26B3GtzuWyQr9nDDjk=; b=Y8JinsS2UBmLiTfMpCC6E4Umxq8EgP/AyvMq7KWgrBowl0MC2whaHOPUucY8ZbGSkD REbCI1EPKd9CGvsHiWkJvckIcM82vdCyKRli70iySoXinJik0XxMLAb3urS5wp9IRiWf PDZ1S/q1LEXy7OIXgnJzcjnq2ej9lR54FeUQ1sjfE5B2Ns10VfiQ4cJX9bmheVXNPq46 LZU1RqER9VQ3TUBotaJViDb9M4uIjZZMCFxGX8c8QUex8kCJ9V0aH301gpPFtYCZDVYl m1YhWUPRflHlNxqxUBJfTtzBRdjtvZxeV2JYwMRCPziSkErqQYl/QDtNbAuTYBv9iN6f CETg== X-Received: by 10.180.87.225 with SMTP id bb1mr60312407wib.0.1441826149724; Wed, 09 Sep 2015 12:15:49 -0700 (PDT) Date: Wed, 9 Sep 2015 21:15:44 +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: <20150909211544.b024628ea33c2d83ef4c6de6@gmail.com> In-Reply-To: <201509091810.t89IAd1M022354@envy.delorie.com> 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> <20150909181834 DOT 0eb3d26a589e94e50ec0b0d3 AT gmail DOT com> <201509091810 DOT t89IAd1M022354 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 > > Yes, if symbols are individual files it is possible to generate new > > symbols by an external program. > > In pcb, symbols are individual files *and* we can generate them on the > fly with an external program. > > But neither pcb nor gschem can load a symbol/footprint from a database > or web server on the fly. Someone and/or maybe me to suggested a storage library before, mainly refactor out the functions manipulating the objects. If these functions have been refactored out I guessed these functions would formed a librari to make develompent simpler but there may of course also exist more than one implementation of this library. I am still guessing because I did not get enough time to read the source code yet.