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-transfer-encoding; bh=lGBEYChqgTG74AKC0Y0JiEYj+xw6xmsbgVhLOdlRF/0=; b=0TlGdpzMQZllfVkXV2Xrdi1fyVkB+YP9whvNrxmVJwNYO1MlMTaqfSg7MKpx8v3MLy UtJme2d/ckDd1U8+7BfudFDqu0NyupZdYChv5tktPnp7ZfSgznDvUPLm9Z7uH3HnRKgz eAEDYwq7quygh94haV7JBIuGYnPT6bEGvgZ26KFJmDLTactYykxkztzDjT4kiWvAQTDH RslpadsLwOUqqQfAjWfi3R7/mY38iaZGw2S8Mv4NohX1d1zPVOofVgjhcdF40et6ZTcG sSIf2zaEsqbg3UA3onVzZVC9FDpILxecLXwQJ2tTqc9UyZLJeHQ1Fz+rX7+UxFqCOxz5 D3NA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lGBEYChqgTG74AKC0Y0JiEYj+xw6xmsbgVhLOdlRF/0=; b=Eh1OK1340hZToC/Esy8zMd/wQ1F4wHkEqjmfYcBYNi04OKjsd+RtftW7aWYBVoql+7 Qnn9JwGBIVAOxyQ6uaj5saXBmUSq9XWdYESSzdNiO5Xpa2wgluTVG0QqSpI2n7xT+1PL t/ZU52GL4uA0q9YroKvEzvXMOmAUG09SjvANGH6uikRrKAIZJoP7/WhgaRb7ZDcUsItX bUB7zpVNXqXmHbu8TzVH49yfUOA3ZBY+vK5kTgFX2ffqIt9Y2Ma3Ow0680lGmykw6Ufx Zc7us+mAqr2/QJpowRv9lR114aXAO1wHKS59RzLFW32tAeYSwvWU7kpNPlrWzMhwGtDo f0hw== X-Gm-Message-State: AEkooutVrjVRZFO7HNI50JXe3kwq+cLGqjl6v0a9TyEqp2wOqcQ7rqklJuFCjgDE/OS1Mg== X-Received: by 10.28.186.138 with SMTP id k132mr19085028wmf.65.1471923185574; Mon, 22 Aug 2016 20:33:05 -0700 (PDT) Date: Tue, 23 Aug 2016 05:33:01 +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] Can an attribute be attached to text for later inclusion in gnetlist backend? Message-Id: <20160823053301.865f671a1b40b5a422e59ce7@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 > > Hi, > > I wonder if there is a way to attach an attribute to a block of text > > in gschem so that I can pick it out in the gnetlist backend. > > You cannot, but attributes that aren’t attached to anything may be retrieved via (gnetlist:get-toplevel-attribute attribute). I thought I added attribute to text yesterday but then I check file in gedit attribute was there but as far as I could tell not attached to anything.