I am working through the "Emacs Lisp Intro" book within Emacs 23.4.1 on Debian Wheezy (CrunchBang Waldorf).
Section 4.1 discusses the find-tags command and the TAGS file. Instructions are included to build/install the TAGS file if necessary.
How do I do this in Debian? The folders mentioned are not present on my system and I cannot locate a TAGS file.
I'm not sure that I have the source of Emacs installed? I installed it using apt-get. My sources.list file does not include any deb-src lines, if that is relevant.

apt-get install ctags. – Kevin Dec 9 '12 at 0:35