Safe Haskell | None |
---|---|
Language | Haskell2010 |
Code for instructing Emacs to do things
Synopsis
- data Lisp a
- response :: Lisp String -> String
- putResponse :: Lisp String -> IO ()
- display_info' :: Bool -> String -> String -> Lisp String
- clearRunningInfo :: Lisp String
- clearWarning :: Lisp String
- displayRunningInfo :: String -> Lisp String
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.
putResponse :: Lisp String -> IO () Source #
Writes a response command to standard output.
display_info' :: Bool -> String -> String -> Lisp String Source #
clearRunningInfo :: Lisp String Source #
Clear the running info buffer.
clearWarning :: Lisp String Source #
Clear the warning buffer
displayRunningInfo :: String -> Lisp String Source #
Display running information about what the type-checker is up to.