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=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=fsNQsVf3moU7iPPrbErAamduoiIUwgipJMypr3XqoCQ=; b=M4wnu/L5PbxbHZZ/idfLE3ZapwsJ+HbcLNN6b09q7OgQpOmc3MkLUW5pa11AJ/02vC 6hUOvDS/E5w/VJP8jobpv6EmQ3iX9/y186Y54gtaEezrnxgVKiBBJA1hnjBiJT0F0bmW 6rgeJZQQ2OZAUw4hspA46m2OcBI66+7pkIKB+wrMC/VJIXRVBodNjESlx1gRt4LXgd/8 HybKxeHuQOBRJE1Sc0o63mSIxiojDsgKoi1KTKb9vgNJV8Yk6WJztaS+zDy4imORDQo+ 7jABNVRzFAYYkRR1xPvuCIjErb5pcDVXTnM8USowj+wifajD60DoJi2DkY28fQvmehSx KwDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=fsNQsVf3moU7iPPrbErAamduoiIUwgipJMypr3XqoCQ=; b=Lad51V0qCJHZXdhs2iGsLSAGKZzCqeIqRzFElbrqRl09tVm/ptZ0J5HwlPtTLeJLrq aQPR+vxcycTdaFu14LwB51JdPHTD6nvYypXcWjwUgB0perJpUPHrB/rGfBckfgo8n4W+ Kmr/R1dz/5ivizRrIH46G42GXqSnuIWDi1qoACzv1os6+MV9zebVTmw7jziXq00Uh9Am kV++LwKBwHA3cCN74JP3xqNbEGv3W+spNIBAnbo3D2JoTx/ma36rr6VaJ+RGEbpUIURd GAxT+p9w+zH8dsf7jWUe7XchiO0nD3Ei1NtTycTIVEipcGJpwshUJ3al+REBl4H4tETM E9sQ== X-Gm-Message-State: AODbwcA+IzWnkNP0GaWbQx8KLODBFQZnjB6t5RNm3Mg3Pn/FbxykHajI kfHNSlH62qa+PS4/ X-Received: by 10.25.29.82 with SMTP id d79mr7757898lfd.130.1496734265462; Tue, 06 Jun 2017 00:31:05 -0700 (PDT) Date: Tue, 6 Jun 2017 09:31:04 +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] semi-bugreport: buffer layers, broken paste Message-Id: <20170606093104.b14919b985f3f1dc71f7895a@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; 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 gedau AT igor2 DOT repo DOT hu wrote: > Hi PCB developers, > > ... > The root of the problem is that buffers are sort of independent of the > board being edited, while they do assume the layer stack is the same in > buffers and in the board but nothing guarantees that. This causes no > problem most of the time, but breaks as soon as: > > - the buffer is used to copy some data from one board to another, with > a different layer stack > > - a board with different layer stack is loaded into the buffer > > - the layer stack of the current board is modified while a buffer is not > empty The problem with disagreement between buffer and layout is ovbious. Where you really able to come with a solution for paste to work anyway? Or you used similar approach as for footprints?