Commit Graph

28 Commits

Author SHA1 Message Date
Kazu Yamamoto 47f95149e3 stop using 0 as the line separator. 2014-04-19 16:14:02 +09:00
Rohan Jain a21178d2af Use temporary buffer for `ghc-display`
Instead of opening a normal editable buffer (in which editing text does
not make a lot of sense), use Emacs's temporary buffer. Benefits:

   - Read only: Text cannot be modified when focused.
   - Much easier to close (press q), after reading or copying from the
     warning/error.

Signed-off-by: Rohan Jain <crodjer@gmail.com>
2014-04-07 12:52:58 +09:00
Kazu Yamamoto f97cc2e096 inserting a module for type. 2014-03-25 22:05:33 +09:00
Kazu Yamamoto 97b3de7328 M-t inserts module or undefine. 2014-03-25 14:58:20 +09:00
Kazu Yamamoto 01298837e0 typos. 2014-03-14 21:35:30 +09:00
Kazu Yamamoto 6ae822f00e defining ghc-debug. 2014-03-14 14:01:07 +09:00
Kazu Yamamoto 63e59cbebd defining ghc-executable-find. 2014-03-13 22:21:58 +09:00
Kazu Yamamoto 929026cb6d C-M-d now can display functions and types in a browser. 2013-04-02 15:20:20 +09:00
Kazu Yamamoto 549e045673 Using executable-find instead of ghc-which. 2012-08-10 09:10:42 +09:00
Kazu Yamamoto 41fe35b691 integrating display functions. 2012-03-06 17:12:15 +09:00
Kazu Yamamoto cc6a2d7070 insert module hack. 2012-01-23 15:12:24 +09:00
HIBINO Kei fe13f74c16 Update elisps enable to pass ghc options widely. 2011-11-15 20:40:25 +09:00
Kazu Yamamoto a5d12ad707 adding defstruct. 2010-10-28 16:24:45 +09:00
Kazu Yamamoto 2e28a09aa9 defvar -> defconst. 2010-06-14 12:03:14 +09:00
Kazu Yamamoto f30eb343b0 hlint options can be specified from ghc-hlint-options. 2010-06-14 11:56:35 +09:00
Kazu Yamamoto bb363c92e7 integrating hlint. 2010-05-06 15:29:55 +09:00
Kazu Yamamoto fde44468a6 load multiple modules at ones. 2010-05-04 17:52:16 +09:00
Kazu Yamamoto c4979bd04f cosmetic change. 2010-05-04 16:35:40 +09:00
Kazu Yamamoto 86e398ac92 removing unnecessary vars. 2010-05-04 12:50:44 +09:00
Kazu Yamamoto 5c4ded0630 Param -> Types. 2010-04-30 18:36:31 +09:00
Kazu Yamamoto fb7f0c9802 removing ghc and ghci options. 2010-04-28 23:28:33 +09:00
Kazu Yamamoto 27f42b6c90 use symbols. 2010-04-26 17:26:25 +09:00
Kazu Yamamoto 4aef34e352 search ".exe" also. 2010-03-30 12:05:35 +09:00
Kazu Yamamoto ed5d50b6f9 introducing -i, -g, and -p. 2010-03-11 22:39:07 +09:00
Kazu Yamamoto 4fd1aa963a C-uM-C-d browse hackage. 2010-03-10 16:51:42 +09:00
Kazu Yamamoto 387bf83f37 better loading of symbols.
symbols of modules are loaded when a Haskell file is opened on
Emacs. idle timer is still effective. M-C-e is obsoleted.
M-C-m loads symbols of all un-loaded modules.
2010-03-10 15:54:27 +09:00
Kazu Yamamoto e9c4ec4e4b ESC C-e to process the module. 2010-01-06 14:39:30 +09:00
Kazu Yamamoto 35f60507c6 initial import (v0.1) 2010-01-06 14:38:06 +09:00