Commit Graph

271 Commits

Author SHA1 Message Date
Kazu Yamamoto e3798ac82a ghc-with-process takes two hooks. 2014-04-22 12:33:26 +09:00
Kazu Yamamoto 2e1df9c21f ghc-with-process takes an optional hook. 2014-04-22 11:32:51 +09:00
Kazu Yamamoto 6f9ceb94e2 giving up loading Data.ByteString. 2014-04-21 20:36:16 +09:00
Kazu Yamamoto 69cacb0865 giving up idle-timer.
- cannot avoid race
- not friendly with cradle.
2014-04-21 20:14:44 +09:00
Kazu Yamamoto 0bb71c2bfc adding comments. 2014-04-21 17:42:32 +09:00
Kazu Yamamoto b873784424 ghc-import-module is not called from a hook now. 2014-04-21 17:39:45 +09:00
Kazu Yamamoto 067d3b7535 obsoleting a function. 2014-04-21 17:37:41 +09:00
Kazu Yamamoto 36e32ab1b2 ghc-import-module uses ghc-modi browse. 2014-04-21 17:35:32 +09:00
Kazu Yamamoto 3dc8e345b2 fixing/disabling idle timer. 2014-04-21 17:35:10 +09:00
Kazu Yamamoto e4f4ef52c0 making use of ghc-run-ghc-mod. 2014-04-21 11:37:33 +09:00
Kazu Yamamoto 19453e67d7 ghc-with-process now takes string for the first argument. 2014-04-21 09:46:33 +09:00
Kazu Yamamoto 30843b02ea using ghc-modi for C-cC-t. 2014-04-19 21:22:40 +09:00
Kazu Yamamoto f8be944f12 using ghc-modi for C-cC-i. 2014-04-19 20:48:26 +09:00
Kazu Yamamoto 122c8da7b0 using ghc-add. 2014-04-19 20:09:47 +09:00
Kazu Yamamoto f9a8361bca comment. 2014-04-19 20:07:12 +09:00
Kazu Yamamoto 47f95149e3 stop using 0 as the line separator. 2014-04-19 16:14:02 +09:00
Kazu Yamamoto 9cd3d521d4 Supporting GHC 7.8's unicode quote. 2014-04-09 15:17:51 +09:00
Kazu Yamamoto 02af334b94 imports Data.ByteString, System.FilePath, and System.Directory at booting. 2014-04-08 13:56:33 +09:00
Kazu Yamamoto 69ec168c7b errors over warnings (#212). 2014-04-08 13:42:41 +09:00
Kazu Yamamoto b8423a2ce6 refactoring. 2014-04-08 13:35:16 +09:00
Kazu Yamamoto 4cd0a25ecb adding two mods to preferred. 2014-04-07 22:05:59 +09:00
Kazu Yamamoto 6be743c90a removing trailing \n for minibuf. 2014-04-07 15:23:18 +09:00
Kazu Yamamoto f50d81769b Merge pull request #210 from notogawa/remove-redundancy
remove minibuffer error message redundancy.
2014-04-07 15:08:43 +09:00
Kazu Yamamoto e537624e65 ver bumps up. 2014-04-07 15:04:27 +09:00
Kazu Yamamoto 4b9b26655a checking buffer-read-only. 2014-04-07 14:59:53 +09:00
notogawa 720a01326e remove minibuffer error message redundancy. 2014-04-07 14:56:50 +09:00
Kazu Yamamoto 58e0b91e65 elisp doc update. 2014-04-07 14:51:24 +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 cc519edc98 fixing #204. 2014-04-07 12:02:10 +09:00
Kazu Yamamoto 894c94e48d comment. 2014-04-07 09:19:23 +09:00
kiripon 52358d084e fix filepath handling in windows 2014-04-06 09:36:49 +01:00
Kazu Yamamoto 051dc7c888 moving a variable to a proper place. 2014-04-05 22:39:22 +09:00
notogawa 86feaea7c5 fix for https://github.com/kazu-yamamoto/ghc-mod/pull/206#issuecomment-39628265 2014-04-05 09:53:28 +09:00
Noriyuki OHKAWA a5c62acec9 display error message to minibuffer when goto next/prev error. 2014-04-04 23:52:09 +09:00
Kazu Yamamoto 5ca0da14ec ver bumps up. 2014-04-03 16:31:17 +09:00
Kazu Yamamoto ef266374c0 defining ghc-preferred-modules. 2014-03-31 16:04:44 +09:00
Kazu Yamamoto fa0d97cf24 displaying also a function name. 2014-03-31 15:55:15 +09:00
Kazu Yamamoto ea915993fa insert vs highlight. 2014-03-31 15:44:50 +09:00
Kazu Yamamoto bfdc884708 making multiple same errors to a single. 2014-03-31 15:14:16 +09:00
Kazu Yamamoto 1e4dce2944 implementing ghc-jump-file. 2014-03-31 14:58:41 +09:00
Kazu Yamamoto 63acecf0b5 displaying qualified prefix. 2014-03-31 14:15:05 +09:00
Kazu Yamamoto c05ad5f47c allowing completion, for instance, for "[Byte" to "[ByteString". 2014-03-31 14:09:21 +09:00
Kazu Yamamoto 2cfcf60789 Displaying "-:-" when checking. 2014-03-31 12:08:17 +09:00
Kazu Yamamoto f959a8029e ver bumps up. 2014-03-31 11:01:32 +09:00
Kazu Yamamoto 6519bfe029 chaning colors. 2014-03-31 10:37:05 +09:00
Kazu Yamamoto a47d77fb2f C-cC-k kills a process. 2014-03-30 11:54:17 +09:00
Kazu Yamamoto 2db2358a98 fixing a bug of ghc-debug. 2014-03-28 15:05:14 +09:00
Kazu Yamamoto 7c0f2511d0 hlint options. 2014-03-28 14:41:12 +09:00
Kazu Yamamoto 87926e699b M-C-d now can display the doc even in the sandbox. 2014-03-28 12:55:17 +09:00
Kazu Yamamoto d3d9eb1e2c Data.ByteString cannot be loaded if not specified in cabal file. 2014-03-27 14:24:38 +09:00