X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sbcglobal.net; s=s1024; t=1378663092; bh=Evzl05A3K+uY6TqoP26Pj5ubSIHc9c7PVvhYW+V78MQ=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer; b=SmcQWRCBkjh3i3aSIYqkIXTcs8tnQ2pE+mUpr0Kq/Ym4ItkL2IxMeF5HtwFJFhjk/Uqbgaw8HsG8felRkzP3V591OO0JhmbQiRMHqU2yAvJ7OvPSE7pM3fcvVNm/iK/c4Y64QC+k5l5spmYrUcX99sRRNMxhZfipI0b0HtNbS1s= X-Yahoo-Newman-Id: 849549 DOT 78868 DOT bm AT smtp112 DOT sbc DOT mail DOT ne1 DOT yahoo DOT com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: AQaOdGsVM1ln1MRbJSzyiPPD9dOXZ5w5ItTaLicXUs1R1.h jGFXGa9H.TfMyzLCDcPpk2KrIVRJSz9R2pPpjujfJeAx1v_iNDmX16rb.afa 7kcuqK9cABkIprUts7UWBCh17Ucy1US1vPk5Z0i0mqyVayi0bl.fMWoY9LkZ YeJbADLCHDs5watcV9QaIIlo2Q0LVi7pjUNQOqEWdo19yfDeyY0eoy5CD5tY xZGWyRLrEvE_gE5a.KfC60aOU8gbrkSyoeyfsiFj3hWxnXPbjdK4qzi2IsYl L6LlACfdE1DLrDArF2d4JjUASFbUWCgqaplFCxun9_U0hCBzm_EZU2c_q88O W_YN_h_bQ71gyQ7SVjsZBWNO1.5odKiJJXzb8GHEvpcoc_U2D3ORU2Ul_qUV 0nZyc.Gj1TddCiBwiQ3uupBojUoRuUyzIoK5tYkDFscFCWcCMHa3ldKbJJB2 7ukMaFzgQlFTFEsOeWU5btFQ8K.CFCDUJltOSVwblMBGHGmuicoWRAil8O53 Mp4Yzvld8CAzxECFJFd58zfRzbEyMjaWTEGeE_mAq X-Yahoo-SMTP: b8jVkbOswBAqZ4BhECp7nxPJUfTGEnEGv_G4qgQeZMeAbA-- X-Rocket-Received: from [192.168.1.66] (ehennes AT 71 DOT 134 DOT 213 DOT 142 with ) by smtp112.sbc.mail.ne1.yahoo.com with SMTP; 08 Sep 2013 10:58:12 -0700 PDT Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: [Geda-developers] [geda-user] Revert "Reset refdes number to the question mark when parts are copied" From: Edward Hennessy In-Reply-To: <1378658984.7052.12.camel@pcjc2lap> Date: Sun, 8 Sep 2013 10:58:11 -0700 Cc: geda-user AT delorie DOT com, geda-developers AT lists DOT launchpad DOT net Content-Transfer-Encoding: 7bit Message-Id: References: <1378645856 DOT 7052 DOT 5 DOT camel AT pcjc2lap> <1378658984 DOT 7052 DOT 12 DOT camel AT pcjc2lap> To: peter DOT clifton AT clifton-electronics DOT co DOT uk X-Mailer: Apple Mail (2.1508) 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 On Sep 8, 2013, at 9:49 AM, Peter Clifton wrote: > On Sun, 2013-09-08 at 09:23 -0700, Edward Hennessy wrote: > >> Do you intend to check your script in, so the functionality is present in >> geda-gaf, and the user can select it in a configuration file? > > > I'll attach it to the bug, but currently do not have the time to add it > to the build. (TBH, I need to make sure it still _works_ after all the > scheme API work). If one of the scheme experts adds it at some point in the near future, that would be much appreciated. It seems to me that the function to reset the refdes belongs in libgeda, but should be called from the scheme hook instead of the gschem source code. This way, the functionality is both configurable and the gaf command line tool could use the functionality in the future to reset all refdes for a schematic. For this outcome, only the code in o_buffer.c could be reverted. Cheers, Ed