タグテーブルがロードされているときは、できるだけ選択されたタグテーブルを使って、ポイント周囲のテキストの置換を行います(completion-at-point
)。
プログラムファイルfileで定義されている識別子のリストを表示します。
regexpにマッチする、すべての識別子のリストを表示します(xref-find-apropos
)。識別子の照合を参照してください。
選択されたタグテーブルに記録されているファイルをvisitします。
プログラミング言語のモードのほとんどでは、C-M-iまたはM-TAB
(completion-at-point
)とタイプして、ポイント位置のシンボルを補完できます。このコマンドのために、モードに特化した補完候補を提供するモードもあります。補完候補を提供しないモードでは、選択されたタグテーブルがある場合、補完候補を生成するためにこのコマンドを使用することができます。シンボル名の補完を参照してください。
M-x list-tags reads the name of one of the files covered by the selected tags table, with completion, and displays the list of tags defined in that file; it offers the current buffer’s file name as the default file whose tags to list. Do not include a directory as part of the file name unless the file name recorded in the tags table includes a directory. This command works only with the etags backend, and requires a tags table for the project to be available. See tagsテーブル.
M-x tags-next-fileは、選択されたタグテーブルでカバーされるファイルをvisitします。最初に呼び出したとき、テーブルでカバーされた最初のファイルをvisitします。続けて呼び出すことにより、次のカバーされたファイルをvisitしていきます。プレフィクス引数を指定した場合、最初のファイルに戻ります。このコマンドには、選択されたタグテーブルが必要です。