X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sun, 25 Oct 2020 21:05:41 +0100 (CET) From: Roland Lutz To: "gene glick (geneglick AT optonline DOT net) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] gnetist bom In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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, 25 Oct 2020, gene glick (geneglick AT optonline DOT net) [via geda-user AT delorie DOT com] wrote: > The attrib file doesn't appear to handle part parameters that have > spaces. For example, I used "manufacturer part number", and it parsed it > out to "manufacturer", "part" and "number" The attribute names in "attribs" can be separated by spaces, tabs, or newlines. This is of course a problem if an attribute name contains a space or tabulator character--which is discouraged but valid. As a workaround, you could use the backend option "-Oattribs=...,manufacturer part number", where attribute names are separated by commata and whitespace characters are treated as part of the attribute name. Make sure to apply proper shell quoting.