Previous: , Up: 識別子を探す   [Contents][Index]


30.4.1.4 識別子の照会

C-M-i
M-TAB

タグテーブルがロードされているときは、できるだけ選択されたタグテーブルを使って、ポイント周囲のテキストの置換を行います(completion-at-point)。

M-x list-tags RET file RET

プログラムファイルfileで定義されている識別子のリストを表示します。

C-M-. regexp RET

regexpにマッチする、すべての識別子のリストを表示します(xref-find-apropos)。識別子の照合を参照してください。

M-x tags-next-file

選択されたタグテーブルに記録されているファイルを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していきます。プレフィクス引数を指定した場合、最初のファイルに戻ります。このコマンドには、選択されたタグテーブルが必要です。

This page has generated for branch:emacs-30, commit:ab5505a8acf795c0a0a2745dd6fb666954c6a4bb to check Japanese translation.