[Checkins] SVN: z3c.recipe.tag/trunk/README.txt add some additional documentation.

Paul Carduner paulcarduner at gmail.com
Thu Aug 27 14:05:06 EDT 2009


Log message for revision 103310:
  add some additional documentation.

Changed:
  U   z3c.recipe.tag/trunk/README.txt

-=-
Modified: z3c.recipe.tag/trunk/README.txt
===================================================================
--- z3c.recipe.tag/trunk/README.txt	2009-08-27 17:10:44 UTC (rev 103309)
+++ z3c.recipe.tag/trunk/README.txt	2009-08-27 18:05:05 UTC (rev 103310)
@@ -21,7 +21,7 @@
   $ sudo apt-get install exuberant-ctags id-utils
 
 On a Mac, download and install ``port`` from http://www.macports.org/ and then
-install ctags and utils in this way::
+install ctags and idutils in this way::
 
   $ sudo port install ctags idutils
 
@@ -81,6 +81,26 @@
 
   $ paver z3c.recipe.tag.tags
 
+Additional Resources
+--------------------
+
+For additional information on using tags tables with different editors
+see the following websites:
+
+- **Emacs**: http://www.gnu.org/software/emacs/manual/html_node/emacs/Tags.html
+
+  - to jump to the location of a tag, type ``M-x find-tag`` and the
+    name of the tag.  Or use ``M-.`` to jump to the tag matching the token
+    the cursor is currently on.  The first time you do this, you will
+    be prompted for the location of the TAGS file.
+
+- **VIM**: http://vimdoc.sourceforge.net/htmldoc/tagsrch.html
+
+- **BBEdit**: http://pine.barebones.com/manual/BBEdit_9_User_Manual.pdf
+  Chapter 14, page 324
+
+For more information on ctags, visit http://ctags.sourceforge.net/
+
 (BBEdit_ is a Macintosh text editor.)
 
 .. _BBEdit: http://barebones.com/products/bbedit/



More information about the checkins mailing list