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:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=cRM4Ksv5XNurZe1MBK+wdzCVGkZeO8OqSNNrHeXL89M=; b=zV9+eUIvTop/BXCc1+w79AbEAnLcu5vpcciD5pfqpS4/vsI3obKGOXmaxZ77ipmIb6 P0R6qOMuc/x8y90biHLamIdRswPa3788gBhr8az4n8oPjw0EjKu7/ohUdDAbSC9PdEZ9 cu4mx+zvMC7tJoPVPpFQn8/WwkskL89DI7/fzEc2N5n2q3M+RwcbEeGRWJKqeORl737L TV7bZQ1E3hsr90oW+vZGvEDvr/pw93iqTjnFhew/VjwfUeOC+UYiNir7/OcvJVBCWNWn srm5Y9G82ZGJQRh/je0vc6Dm0RdUp+tqaR/UHfkQO1c7xCs7u79nhaxj9IUzMtz0Isy/ 4v2Q== X-Received: by 10.152.28.194 with SMTP id d2mr15228504lah.122.1437762127028; Fri, 24 Jul 2015 11:22:07 -0700 (PDT) Date: Fri, 24 Jul 2015 21:22:05 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] PCB development introduction 0.1 Message-ID: <20150724182205.GE2835@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <55B001A8 DOT 5010501 AT iae DOT nl> <201507241745 DOT t6OHjljI001879 AT envy DOT delorie DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201507241745.t6OHjljI001879@envy.delorie.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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 Fri, Jul 24, 2015 at 01:45:47PM -0400, DJ Delorie wrote: > > > I'm suprised that no one has come up with a tool that does this > > automaticly. Simply print a list of all variables,constants and > > functions. Show where they are definded and where they are used. > > A cross reference doesn't help you understand the code, or know why > it's designed the way it is. Myken's doc is a sorely needed good > start on helping new developers come up to speed on pcb by explaining > the organization of the code (at the file and flow level) and how/why > it got that way. > > If you *do* want a cross-reference, just use etags. Is 'etags' an emacs thing? Cheers, Vladimir