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-sha1; c=relaxed; d=laserlinc.com; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= laserlinc.com; bh=dC0GGWcx8R8M/xuX4llQraROEjM=; b=ustFq92S8hAUps tJZk5QKlalDc4AWfzJ56QUKEGeVGXyTT+PtIR4KxOjO7traf58KKmu6XQ2GgMTez T25Ow5cTW4gqfx2T/K9SpkDJeoayos385JnMFGWXF59nFB9uCZEUOfQFRwF93ckK 0o0Db270eRSegV5OLTph+f+54lmq0= Message-ID: <5127AD76.4050904@laserlinc.com> Date: Fri, 22 Feb 2013 12:40:06 -0500 From: Joshua Lansford User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] linking two page schematic in gschem References: <5127AB12 DOT 7010101 AT laserlinc DOT com> In-Reply-To: <5127AB12.7010101@laserlinc.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 02/22/2013 12:29 PM, Joshua Lansford wrote >> > If you don't mind using the command line, you could use > refdes_renum_slots. > > http://www.seul.org/pipermail/geda-user/2011-January/052198.html > > ~Joshua > It is backwards compatible with refdes_renum which Ed mentioned except that it understands slots. It is compiled with gcj: gcj --main=refdes_renum_slots -o refdes_renum_slots refdes_renum_slots.java http://comments.gmane.org/gmane.comp.cad.geda.user/40374 It also numbers things in order of their location on the page. I need to get around to writing the wiki page for it.