emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

M-x list-tags gets [No match]


From: Liang Wang
Subject: M-x list-tags gets [No match]
Date: Tue, 27 Sep 2011 22:27:54 +0800

Hi,

When I run M-x list-tags TAB, I get [No match].

Here is the way I create TAGS file for Emacs source tree.

$ cd src
$ etags -o TAGS.sub *.[hc]
$ cd ../lisp
$ etags -o TAGS.sub *.el
$ cd ..
$ etags -i src/TAGS.sub -i lisp/TAGS.sub

If I create TAGS file in the following way, M-x list-tags TAB works fine.

$ etags src/*.[hc] lisp/*.el

Is the first way I create TAGS file wrong?

Thanks,
Liang.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]