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=Rs1m5yUAjpUSPdU0iDAf5rHOLFkt+QNk9Oe1TUMCuPI=; b=wQwdC8fwYLmxvyt3s1Q/0wQfIOJ3bW0Adsc/byaKs7bs2s/2a5dCeJOEYhYm77Cqrb hgGo37uvGiPkPPYCuwRJ5r1jeEqasJBmViHEN1bGhtL+u7iDswRGF80zRXbyS1+ISknb FA13GpmJSUiInpWEOGk9TQl/vhl6cMhJl5OnhTnZD2jAYeoxybBdF8iOvrU/cXrMQb23 Y6c60XBvHY/TUM3+5URJGv59Tn9kCYEmvKal8PNWVeXhMND4DqX+C77x/9cdRbR2yYwA 0UtciVT5K1QwE4k5Jz0/JzzqhOKMW+mL46gccMeRaoER29PJX6seeo/K/hlpt/jThOWT 5QJw== X-Received: by 10.152.36.70 with SMTP id o6mr51826laj.111.1425407510963; Tue, 03 Mar 2015 10:31:50 -0800 (PST) Date: Tue, 3 Mar 2015 21:31:48 +0300 From: Vladimir Zhbanov To: geda-user AT delorie DOT com Subject: Re: [geda-user] work on gEDA Message-ID: <20150303183148.GA22832@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <20150215021721 DOT 28d94fde AT jive> 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 Sun, Mar 01, 2015 at 09:41:25PM +0100, Kai-Martin Knaak wrote: ... > scripts. But unless I missed something actions are missing and there > is no way to make the script put a symbol somewhere. Kai-Martin, In gschem, select File->Evaluate script... and type: (use-modules (geda page)) (use-modules (geda object)) (page-append! (active-page) (make-component/library "resistor-2.sym" '(40000 . 40000) 0 #t #f)) Please look at 'info geda-scheme' for more info on this. Various scripting examples can be found in geda-gaf repository in the directory libgeda/scheme/unit-tests/. Regards, Vladimir