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; bh=LntHhO5+X2ds9pu+4+ve4KTGbQNzBllWUofq2Xr7fAY=; b=Tb2CE4wEEjCXbyySvueQ2iFZTZ+GiSgOcAi0nUb3NQIQYHTE5DmTSKR0dABUy1XE7K uHLbtFfIYHaxPMa1yHOFRHIR2b2TymWOaGsAVLAnzsUdCCBPtq9tnqUJOlCtO1QeOsv0 C6ozaHJp5rFuLZG1Snh5MQ6AmyfqACjLT/uQEWZndt6mhZSY6lBfjRDhpx//pxzhc/Qq 2UkfD4bf74vn0NwLTSPvB3wqEfACAjfrtKTpfTFSHHrAcXdasyBKUDHE+wA1WJ/bL9BU MUViyl+XCrXNCKhRqO2gq+JbwDh106U+Hb23stkXVLxpAYDbygx8LQmSRa/13AQpHtir F0CQ== MIME-Version: 1.0 X-Received: by 10.107.47.26 with SMTP id j26mr25759875ioo.17.1437766466004; Fri, 24 Jul 2015 12:34:26 -0700 (PDT) In-Reply-To: <20150724182205.GE2835@localhost.localdomain> References: <55B001A8 DOT 5010501 AT iae DOT nl> <201507241745 DOT t6OHjljI001879 AT envy DOT delorie DOT com> <20150724182205 DOT GE2835 AT localhost DOT localdomain> Date: Fri, 24 Jul 2015 15:34:25 -0400 Message-ID: Subject: Re: [geda-user] PCB development introduction 0.1 From: "Bob Paddock (graceindustries 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 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 http://www.gnu.org/software/global/ GNU GLOBAL is a source code tagging system that works the same way across diverse environments, such as Emacs editor, Vi editor, Less viewer, Bash shell, various web browsers, etc. You can locate various objects, such as functions, macros, structs, classes, in your source files and move there easily. It is useful for hacking a large projects which contain many sub-directories, many#ifdef and many main() functions. It is similar to ctags or etags, but is different from them in the following two points: independence of any editor [I use it with EMACS in ggtags from ELPA.] capability to treat definition and reference