| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Agda.Interaction.EmacsCommand
Description
Code for instructing Emacs to do things
Documentation
Simple Emacs Lisp expressions.
response :: Lisp String -> String Source #
Formats a response command.
Replaces '\n' with spaces to ensure that each command is a
single line.
display_info' :: Bool -> String -> String -> Lisp String Source #
display_info' append header content displays content (with
header header) in some suitable way. If append is True, then
the content is appended to previous content (if any), otherwise any
previous content is deleted.
clearRunningInfo :: Lisp String Source #
Clear the running info buffer.