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-type:content-transfer-encoding; bh=0HuQJKkL9Vtz85vOms7b9veoQeanG1nEKMa4vHClMGc=; b=FLBMG32P3T2tj5tN/6JTEQfIUkvn2WERymFk8cmZRyZxhhbjQiIqVsLTn6X99xG18T seIo4vjk4lvXKdM1Csutn6g4vGxg1ti8CaWxzhhM9yWoWzwYReLTG/5SOnxXm9vibjDd 8PessPKKHzRv3tom/gLaOuuC95Wp3Cl2j5z4c3PMAe9yDZ7siqxrC0qKIOagUeZ2qGzg Pq8psW5F828nzEbiFOhClzqE88bmS5B5wfuER8wI/Yjm6+bo3dqEMkZmP8o0c7XAnffd h7ORlWhR0h//N0rRoHYuxsbBhEBjF49L5TblYTqSgn88nYmjuL8O1dWHgzpmkqNXMwDn NsaQ== X-Received: by 10.194.113.101 with SMTP id ix5mr9821867wjb.66.1442076516078; Sat, 12 Sep 2015 09:48:36 -0700 (PDT) Date: Sat, 12 Sep 2015 18:48:30 +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] Netnames on all connected segments Message-Id: <20150912184830.98d22bf436084f79ffcefd7b@gmail.com> In-Reply-To: <9A64E94A-3E27-41BD-A4D3-8A30E63D3251@noqsi.com> References: <20150912002643 DOT d476ca384a4a11ddda3b3a52 AT gmail DOT com> <6410018E-5F28-4960-815F-19862EEB7A9A AT noqsi DOT com> <20150912093138 DOT d6c2bcc54026a0af677f746e AT gmail DOT com> <20150912154939 DOT 6ac1821b810f21e649500530 AT gmail DOT com> <9A64E94A-3E27-41BD-A4D3-8A30E63D3251 AT noqsi DOT com> 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 > Kind of. Net segment objects are not the same as line objects, but yes, they are just simple graphics. > > Think of gschem as a graphical editor. An editor’s job is syntactic, not semantic. Think of gnetlist as a topology compiler, taking the graphical source code and compiling it to the more abstract netlist. I got it. Then using the editor I guess selecting segments and nets should make sense so that attributes for routing could be set for them but as is now gschem do not know which objects are connected where. It must be a rather interesting problem to figure out from the lines where they connected.