📄 tags.3
字号:
.TH TAGS 3 1996-05-30 "Ericsson Software Technology" "ERLANG MODULE DEFINITION".SH MODULEtags \- Generate Emacs TAGS file from Erlang source files..SH DESCRIPTIONA TAGS file is used by Emacs to find function and variable definitionsin any source file in a big project. This module can generate a TAGSfile from Erlang source files. It recognises functions, records, anddefines..SH EXPORTS.TP 8.B root([Options])Create a TAGS file covering all files in the Erlang distribution..TP 8.B file(File [, Options])Create a TAGS file for the file `File'..TP 8.B files(FileList [, Options])Create a TAGS file for the files in the list `FileList'..TP 8.B dir(Dir [, Options])Create a TAGS file for all files in directory `Dir'..TP 8.B dirs(DirList [, Options])Create a TAGS file for all files in any directory in `DirList'..TP 8.B subdir(Dir [, Options])Descend recursively down the directory `Dir' and create a TAGS filebased on all files found..TP 8.B subdirs(DirList [, Options])Descend recursively down all the directories in `DirList' and create aTAGS file based on all files found..SH OPTIONSThe functions above have an optional argument, \fBOptions\fR. It is alist which can contain the following elements:.TP 8.B {outfile, NameOfTAGSFile}Create a TAGS file named `NameOfTAGSFile'..TP 8.B {outdir, NameOfDirectory}Create a file named TAGS in the directory `NameOfDirectory'..PThe default behaviour is to create a file named "TAGS" in the currentdirectory..SH SEE ALSOGNU Emacs Manual, chapter "Editing Programs", section "Tag Tables"..PErlang mode V2.0 for Emacs..SH AUTHOR.nfAnders Lindgren.fi.\" Local Variables:.\" mode: nroff.\" eval: (auto-fill-mode 1).\" left-margin: 0.\" fill-column: 70.\" version-control: never.\" indent-tabs-mode: nil.\" End:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -