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:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=Qy+qMqqCycgP7KaojTGuI4m0FgUSg+NP/o+zoDHfyqo=; b=pinXo9suW3+clYesXFJyMSPfwuC+x8ZD+ECCOHlUg6ubY6sr4Ljpl8MTmZAmij6Vw4 +fDR+wsqEyMn7P79go/zqxbOuLyiWHIoqQ84g8rA0hRGwt1UZuyOtlWrqYMfl8Je8Lob xX1FDJoX8faMRGMOvxV1l+G1kkvpQHdX/Oh30JuaNHzL2JxrqVMnOdGxDuIP5WQhGPwv gHc0m4AnN6ALOmMh3f+YPQDTx/iB1cbJkEb1tpdoVTZ4IM4+cQ4cbKXe0i3F/uL89D0i UFA1TbRh4tORdvyqmdbWUu8KCvSC3jJrbRZUZXiC2usHnMS9kc5qEklYtS2m6qU2pRc2 XxUQ== X-Received: by 10.152.36.226 with SMTP id t2mr11242147laj.6.1437080517985; Thu, 16 Jul 2015 14:01:57 -0700 (PDT) Date: Fri, 17 Jul 2015 00:01:54 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: gEDA User Mailing List Subject: Re: [geda-user] Difference between attached and detached attributes Message-ID: <20150716210154.GD14931@localhost.localdomain> Mail-Followup-To: gEDA User Mailing List References: <55A813B5 DOT 4040609 AT sbcglobal DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <55A813B5.4040609@sbcglobal.net> 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 Thu, Jul 16, 2015 at 01:27:33PM -0700, Girvin R. Herr (gherr375 AT sbcglobal DOT net) [via geda-user AT delorie DOT com] wrote: > Greetings, > I have been doing some symbol work in gschem and I got confused again about > attached attributes vs detached attributes. The manuals do not go into > detail about usage. Hint, hint. Can someone tell me what is the difference > between them and where I should apply one vs the other? > I believe nothing changed since the creation of this document: http://wiki.geda-project.org/geda:master_attributes_list I don't see any ambiguous statements there. > Right now, I am using attached attributes for everything except the pin > attributes in my symbols. But the fact that there is that detached option Brrr, pin attributes must be attached to their pins, general symbol attributes must be detached/floating in the symbol > there makes me wonder if I am using the correct type. In other words, what > is detached used for? Then there is the "attribute promotion" issue. Is What is the issue with promotion? > there any impact on attribute promotion when using one or the other? Detached/floating attributes are promoted when the symbol is instantiated. > Any other "gotchas" when using one or the other? > Is there any problem with changing the attribute value after symbol > instantiation from one or the other? The floating attribute value within the symbol can be thought of as the default. If you remove a promoted attribute of an instance of the symbol then this value will be used. Otherwise nothing changes. HTH, Vladimit