Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Emacs : GNU Emacs Compatibility : Tags Tables

Tags Tables

The format of a TAGS file is etags. To load a tags file, use M-x visit-tags-table; it functions the same as GNU Emacs, except that the variables tags-table-list and tags-table-name are not available. Instead, the tags tables you have in use are saved as part of the state and get reloaded each time you restart Tint Emacs in a particular directory.

M-. (which is bound to find-tag), M-C-. (which is bound to find-tag-regexp), C-x 4 . (which is bound to find-tag-other-window), and M-* (which is bound to pop-tag-mark) all function the same as GNU Emacs.

M-x tags-search, M-x tags-query-replace, M-x tags-loop-continue, M-x list-tags, and M-x tags-apropos all work the same as GNU Emacs.