X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20413.61600.581792.371925@vagabond.local> Date: Thu, 24 May 2012 10:26:08 +0200 From: Patrick Bernaud To: geda-user AT delorie DOT com Subject: Re: [geda-user] Hidden Nets and Slots In-Reply-To: <4FBDF333.3030106@innocent.com> References: <4FBDF333 DOT 3030106 AT innocent DOT com> X-Mailer: VM 8.1.0 under 23.2.1 (i486-pc-linux-gnu) 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 Gus, Gus Fantanas writes: > [...] > shorted to ground. I tried entering 'net = GND :17' statement in the > symbol, but gschem claimed it read some garbage in the symbol for the The issue may be that you have put spaces around the equal sign: this is not allowed in attribute definitions. Also have you 'hand-edited' the symbol and put only that statement into the symbol? Attributes are actually special text objects and as such should be something like in that your symbol file: T 350 2500 5 10 0 0 0 0 1 net=GND:17 instead of a single line. If you still have an error, please post the exact error message and your symbol file. HTH, -- Patrick Bernaud