Skip to content

Commit e2d2585

Browse files
removed documentation for inferior-haskell-mode
1 parent 1baff94 commit e2d2585

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

doc/haskell-mode.texi

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ interpreter (e.g. GHCi).
6767
* Module templates:: Module templates
6868
* Declaration scanning:: How to navigate in a source file
6969
* Compilation:: How to compile
70-
* Inferior Haskell interpreter:: How to interact with GHCi (1)
71-
* Interactive Haskell:: How to interact with GHCi (2)
70+
* Interactive Haskell:: How to interact with GHCi
7271
* Editing Cabal files:: Cabal support
7372
* Browsing Haddocks:: Using @code{w3m} to browse documentation
7473
* Spell checking strings and comments:: Using @code{flyspell-prog-mode}
@@ -1149,49 +1148,6 @@ temporarily by invoking @code{haskell-compile} with a prefix argument
11491148
same customized compile command, invoke @code{recompile} (bound to
11501149
@kbd{g}) inside the @samp{*haskell-compilation*} buffer.
11511150

1152-
@node Inferior Haskell interpreter
1153-
@chapter Inferior Haskell interpreter
1154-
1155-
@findex inferior-haskell-find-definition
1156-
@findex inferior-haskell-find-haddock
1157-
@findex inferior-haskell-info
1158-
@findex inferior-haskell-load-and-run
1159-
@findex inferior-haskell-load-file
1160-
@findex inferior-haskell-mode
1161-
@findex inferior-haskell-reload-file
1162-
@findex inferior-haskell-start-process
1163-
@findex inferior-haskell-type
1164-
@vindex haskell-program-name
1165-
@vindex inferior-haskell-mode-hook
1166-
1167-
The major mode @code{inferior-haskell-mode} provides support for
1168-
interacting with an inferior Haskell process based on
1169-
@code{comint-mode}.
1170-
1171-
By default the @code{haskell-mode-map} keymap is setup to use this mode:
1172-
1173-
@table @kbd
1174-
@item C-c C-z
1175-
is bound to @code{switch-to-haskell}
1176-
@item C-c C-b
1177-
is bound to @code{switch-to-haskell}
1178-
@item C-c C-l
1179-
is bound to @code{inferior-haskell-load-file}
1180-
@item C-c C-t
1181-
is bound to @code{inferior-haskell-type}
1182-
@item C-c C-i
1183-
is bound to @code{inferior-haskell-info}
1184-
@end table
1185-
1186-
The Haskell interpreter used by the inferior Haskell mode is
1187-
auto-detected by default, but is customizable via the
1188-
@code{haskell-program-name} variable.
1189-
1190-
Currently, GHCi and Hugs are support as Haskell interpreter.
1191-
1192-
TODO/WRITEME
1193-
@c write about supported features
1194-
11951151
@node Interactive Haskell
11961152
@chapter Interactive Haskell
11971153

0 commit comments

Comments
 (0)