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=DjnkVxlaNu/reu/gKyaZLed3FzTRTf2+HxabgTs1Zmk=; b=WzIlanCqUIxO2yK2Hdgc5H1NxvlnWPGWVRUZwH40piQsUETOuB2P4Z1U5obpuwDxTs v5r44SvvkHgHASYaIPx5i6Qv2344IqA6FieF7mOuSG4GrenLuLUnxYBKbv3YOxLpecMQ NcjUc97PHc6vXKiQ5tfFpJ3y89FGJWQgIOYxUBMfQnk7RAMgKbSTY44pHSkqTNLLqVLz Cqsa4ZkMC0yjXyel1hTE3b1TTb8oaCSPYz+5DGO0D6f7Lwgbek4A7xFhNg5R22/vcLZM A30YXmxINT2zHlU7LvMOswwbyzN5hcoF4Vpmf6HbB7YHjR7Jbi0xm/ATgRodr1icOmDO +b1g== X-Received: by 10.180.109.225 with SMTP id hv1mr4203249wib.47.1445456837098; Wed, 21 Oct 2015 12:47:17 -0700 (PDT) Date: Wed, 21 Oct 2015 21:47:15 +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] pcb loop paste buffer Message-Id: <20151021214715.aca3e75f970b694924ab4bf0@gmail.com> In-Reply-To: <201510211839.t9LIdVcv027165@envy.delorie.com> References: <20151021192359 DOT 3dd8ad6d253c781da5523554 AT gmail DOT com> <201510211839 DOT t9LIdVcv027165 AT envy DOT delorie 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=US-ASCII Content-Transfer-Encoding: 7bit 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 > ELEMENT_LOOP() takes a DataType, which is what's used both in PCBtype > and BufferType. If I save the layout it actually seems to some extra symbols and then i look in the ChangeElementName(...) functionr last row is: return ChangeElementText (PCB, PCB->Data, Element, NAME_INDEX (PCB), NewName); So the last row seems to operaton the PCB instead of the buffer.