| Safe Haskell | Safe-Inferred |
|---|
Agda.Interaction.EmacsCommand
Description
Code for instructing Emacs to do things
Documentation
Simple Emacs Lisp expressions.
response :: Lisp String -> StringSource
Formats a response command.
Replaces '\n' with spaces to ensure that each command is a
single line.
putResponse :: Lisp String -> IO ()Source
Writes a response command to standard output.
display_info' :: Bool -> String -> String -> Lisp StringSource
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 StringSource
Clear the running info buffer.
displayRunningInfo :: String -> Lisp StringSource
Display running information about what the type-checker is up to.