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=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=4SGFjG8OWIFiNMsIals1K+iRKzHa+kj8RXKWemhzbuc=; b=z3ImhabWJr01EMq6LsdJYDJs/cxFK1YRAqQKv/XsK+t0Va0sN5GiTFBB3Qo9cV3D1k UIrieYrsaMurDIkmP9i+SiNkouUf9EYHZBgV81mcQl6zyUAyt86SwxPeNSdmy92g4Tw2 EBOIJt1hFVljE3SOMp2eG0+i/owgU8wNPMzZcN+H4I5wqfYahIqAAJwRT8IS7gH0D9v0 MdNjLdlWUYfEfFF2kGu+ocf0ENWIgl3ETMr/0mSL0D5njjr0jqVBLpuez6vy8XW5GYyJ N4jSTlGJRLuU1KvFz1AJmTu17XYxtHWi9CztZJuIgR259HalmdBA9HAv8n2Dux65pZ1A h7Ow== MIME-Version: 1.0 X-Received: by 10.194.23.194 with SMTP id o2mr8205481wjf.63.1438362958887; Fri, 31 Jul 2015 10:15:58 -0700 (PDT) In-Reply-To: <5329D15C-0713-4919-8205-AC474BAC5652@noqsi.com> References: <5329D15C-0713-4919-8205-AC474BAC5652 AT noqsi DOT com> Date: Fri, 31 Jul 2015 09:15:58 -0800 Message-ID: Subject: Re: [geda-user] Improved Find From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t6VHG49w011187 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 Thu, Jul 30, 2015 at 2:45 PM, John Doty wrote: > > On Jul 30, 2015, at 6:27 PM, Edward Hennessy (ehennes AT sbcglobal DOT net) [via > geda-user AT delorie DOT com] wrote: > > Are there attributes that are frequently used that indicate page number or > anything like that? > > > I generally put the page number in the file name. > > > I’m still working on the find operation navigating the hierarchy (hence the > last e-mail chain). > > > I think you don’t really need to know which pages might be parents. You just > need to avoid visiting the same source file more than once. It would be nice if the results could be shown in tree form. Often you're looking for a particular instance or two and don't want to visit them all. Position in the tree is a useful and easy criteria when you go to mentally prune the search results. In practice as long as the file name is there that's almost as good, I'm not sure if knowing tree position is worth the extra effort or not. Britton