How to programmatically create/update a TAGS file with emacs?

后端 未结 7 1164
我在风中等你
我在风中等你 2021-01-31 11:20

Is there any plugin for emacs to automatically update the TAGS file in my C project (for example on buffer save or access) or create a new one if there is no TAGS file present?

7条回答
  •  情深已故
    2021-01-31 11:35

    etags-update may help in your case. I didn't test it, but according to the readme:

    etags-update.el is a Emacs global minor mode that updates your TAGS when saving a file.

    I found it on the Emacswiki page for building TAGS files

提交回复
热议问题