Skip to content

Improve top level menu looks in manual #666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions doc/haskell-mode.texi
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@ interpreter (e.g. GHCi).
@end ifnottex

@menu
* Introduction::
* Getting Help and Reporting Bugs::
* Getting Started::
* Editing Haskell Code::
* Unicode support::
* Indentation::
* haskell-decl-scan-mode::
* Compilation::
* inferior-haskell-mode::
* haskell-interactive-mode::
* haskell-cabal-mode::
* Concept index::
* Function index::
* Variable index::
* Introduction:: An introduction to Haskell Mode
* Getting Help and Reporting Bugs:: How to improve Haskell Mode
* Getting Started:: How to get started
* Editing Haskell Code:: How to edit code
* Unicode support:: How to use Unicode
* Indentation:: Notes about indentation
* Declaration scanning:: How to navigate in a source file
* Compilation:: How to compile
* Inferior Haskell interpreter:: How to interact with GHCi (1)
* Interactive Haskell:: How to interact with GHCi (2)
* Editing Cabal files:: Cabal support
* Concept index:: Index of Haskell Mode concepts
* Function index:: index of commands
* Variable index:: Index of options and types
@end menu

@ifhtml
Expand Down Expand Up @@ -348,8 +348,8 @@ selection mode (without redefining @kbd{C-x},@kbd{C-c},@kbd{C-v}, and
@kbd{C-z}) by calling @kbd{M-x cua-selection-mode} (or adding
@code{(cua-selection-mode nil)} to your @code{haskell-mode-hook}).

@node haskell-decl-scan-mode
@chapter @code{haskell-decl-scan-mode}
@node Declaration scanning
@chapter Declaration scannning

@findex turn-on-haskell-decl-scan
@findex haskell-decl-scan-mode
Expand Down Expand Up @@ -479,8 +479,8 @@ temporarily by invoking @code{haskell-compile} with a prefix argument
same customized compile command, invoke @code{recompile} (bound to
@kbd{g}) inside the @samp{*haskell-compilation*} buffer.

@node inferior-haskell-mode
@chapter @code{inferior-haskell-mode}
@node Inferior Haskell interpreter
@chapter Inferior Haskell interpreter

@findex inferior-haskell-find-definition
@findex inferior-haskell-find-haddock
Expand Down Expand Up @@ -522,8 +522,8 @@ Currently, GHCi and Hugs are support as Haskell interpreter.
TODO/WRITEME
@c write about supported features

@node haskell-interactive-mode
@chapter @code{haskell-interactive-mode}
@node Interactive Haskell
@chapter Interactive Haskell

An alternative mode providing a @acronym{REPL,read–eval–print loop} via
GHCi sessions is called @code{haskell-interactive-mode}, which
Expand Down Expand Up @@ -566,8 +566,8 @@ associate with.

TODO/WRITEME

@node haskell-cabal-mode
@chapter @code{haskell-cabal-mode}
@node Editing Cabal files
@chapter Editing Cabal files

@findex haskell-cabal-mode
@vindex haskell-cabal-mode-hook
Expand Down