Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
e0a09c5b
Commit
e0a09c5b
authored
Jun 27, 2005
by
simonmar
Browse files
[project @ 2005-06-27 09:17:35 by simonmar]
Update docs for :ctags, :etags.
parent
2f6a66ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/docs/users_guide/ghci.xml
View file @
e0a09c5b
...
...
@@ -63,7 +63,8 @@ Prelude>
:show modules show the currently loaded modules
:show bindings show the current bindings made at the prompt
:tags -e|-c create tags file for Vi (-c) or Emacs (-e)
:ctags [
<
file
>
] create tags file for Vi (default: "tags")
:etags [
<
file
>
] create tags file for Emacs (defauilt: "TAGS")
:type
<
expr
>
show the type of
<
expr
>
:kind
<
type
>
show the kind of
<
type
>
:undef
<
cmd
>
undefine user-defined command :
<
cmd
>
...
...
@@ -1138,17 +1139,21 @@ Prelude> :. cmds.ghci
<varlistentry>
<term>
<literal>
:tags -c|-e
</literal>
<indexterm><primary><literal>
:tags
</literal></primary>
<literal>
:ctags
</literal>
<optional><replaceable>
filename
</replaceable></optional>
<literal>
:etags
</literal>
<optional><replaceable>
filename
</replaceable></optional>
<indexterm><primary><literal>
:etags
</literal></primary>
</indexterm>
<indexterm><primary><literal>
:etags
</literal></primary>
</indexterm>
</term>
<listitem>
<para>
Generates a
“
tags
”
file for either Vi-style editors
(
<literal>
-c
</literal>
) or Emacs-style editors
(
<literal>
-e
</literal>
). The file generated will be called
<filename>
tags
</filename>
or
<filename>
TAGS
</filename>
respectively.
</para>
<para>
Generates a
“
tags
”
file for Vi-style editors
(
<literal>
:ctags
</literal>
) or Emacs-style editors (
<literal>
etags
</literal>
). If
no filename is specified, the defaulit
<filename>
tags
</filename>
or
<filename>
TAGS
</filename>
is
used, respectively. Tags for all the functions, constructors and
types in the currently loaded modules are created. All modules must
be interpreted for these commands to work.
</para>
<para>
See also
<xref
linkend=
"hasktags"
/>
.
</para>
</listitem>
</varlistentry>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment