delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
X-Mailer: | exmh version 2.8.0 04/21/2012 with nmh-1.7+dev |
X-Exmh-Isig-CompType: | repl |
X-Exmh-Isig-Folder: | inbox |
From: | "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
To: | geda-user AT delorie DOT com |
Subject: | Re: [geda-user] gnetist bom |
In-reply-to: | <CAGBFkM2c+f3EyrbL2M973CTGw9etPRCmfLUvUHy-DeWOGZ15Fg@mail.gmail.com> |
References: | <CAGBFkM2c+f3EyrbL2M973CTGw9etPRCmfLUvUHy-DeWOGZ15Fg AT mail DOT gmail DOT com> |
Comments: | In-reply-to "gene glick (geneglick AT optonline DOT net) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
message dated "Sun, 25 Oct 2020 00:20:49 -0400." | |
Mime-Version: | 1.0 |
Message-Id: | <20201025164156.B8988824EC33@turkos.aspodata.se> |
Date: | Sun, 25 Oct 2020 17:41:56 +0100 (CET) |
X-Virus-Scanned: | ClamAV using ClamSMTP |
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 |
Gene Glick: > 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" > > Is there a way to get it to understand the spaces? If you are using lepton... I guess that the "space" splitting is done in: $ fgrep -A10 '(define bom2:parseconfig' lepton-eda/netlist/scheme/backend/gnet-bom2.scm (define bom2:parseconfig (lambda (port options) (let ((attribs (backend-option-ref options 'attribs))) (if attribs (string-split attribs #\,) (and port (let ((read-from-file (read-delimited " \n\t" port))) (cond ((eof-object? read-from-file) '()) ((= 0 (string-length read-from-file)) (bom2:parseconfig port options)) (else Try to change the " \n\t" to "\n" and see if that solves your problem. and if geda, geda-gaf/gnetlist-legacy/scheme/gnet-bom2.scm Regards, /Karl Hammar
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |