Commit Graph

2307 Commits

Author SHA1 Message Date
Kazu Yamamoto 783e4a4e4c new include scheme. 2011-05-24 16:00:47 +09:00
Kazu Yamamoto 8bb0c27b0b ver up. 2011-04-12 15:07:15 +09:00
Kazu Yamamoto a4a3be93eb inserting signature for GHC 7. 2011-03-25 13:00:08 +09:00
Kazu Yamamoto 973f43c93a version up. 2011-03-19 11:09:43 +09:00
Kazu Yamamoto 4de6cb3d43 version up. 2011-03-19 11:07:17 +09:00
Kazu Yamamoto 8e880e8e3c adding a missing PATH. 2011-03-19 11:06:14 +09:00
Kazu Yamamoto d460ad2ed2 fixing the bug of "\n". 2011-03-07 11:03:48 +09:00
Kazu Yamamoto 7ad9cca220 version 0.5.3. 2011-01-31 10:43:32 +09:00
Kazu Yamamoto 0cda133040 -o option to display operators, too. 2011-01-27 14:29:39 +09:00
Kazu Yamamoto 5af81af272 version up. 2011-01-14 13:58:03 +09:00
Kazu Yamamoto c3248b6e4f cosmetic change. 2011-01-14 13:55:58 +09:00
Kazu Yamamoto 09d465c428 fix a bug of gussed type. 2011-01-14 13:52:41 +09:00
Kazu Yamamoto 7e9d992def perfect insertion of guessed type. 2011-01-14 13:38:12 +09:00
Kazu Yamamoto 2f804f5de1 cosmetic change. 2011-01-14 11:18:33 +09:00
Kazu Yamamoto 34f360fef7 cosmetic change. 2011-01-13 17:22:43 +09:00
Kazu Yamamoto a98e734003 Merge branch 'master' of https://github.com/dschoepe/ghc-mod into dschoepe-master 2011-01-13 16:49:21 +09:00
Daniel Schoepe 35fef6b6c7 Better handling of files with errors in Info.hs 2011-01-10 16:43:09 +01:00
Kazu Yamamoto 8d286c7f43 verion 0.5.1. 2010-11-29 17:15:42 +09:00
Kazu Yamamoto 4ab44c4522 adding ghc-info.el. 2010-11-29 17:14:32 +09:00
Kazu Yamamoto f2a151d6a9 adding a comment. 2010-11-25 14:12:55 +09:00
Kazu Yamamoto 7aa6cf6ef0 C-cC-t for type and C-cC-i for info. 2010-11-18 16:42:19 +09:00
Kazu Yamamoto d81954d2c8 user friendly messages. 2010-11-18 16:38:55 +09:00
Kazu Yamamoto 39409f2239 "info" and "type" can display it even if the source file is broken. 2010-11-17 17:07:33 +09:00
Kazu Yamamoto ae22ff40d4 current dir hack for ghc-info.el. 2010-11-17 14:41:38 +09:00
Kazu Yamamoto 71ebb82eb2 Supporting GHC7 (Krzysztof Skrzętnicki). 2010-11-17 12:27:23 +09:00
Kazu Yamamoto 11f1341fe5 defining "info" for "ESC i". 2010-11-15 14:46:59 +09:00
Kazu Yamamoto fc67daae89 version 0.5.0. 2010-11-15 12:48:01 +09:00
Kazu Yamamoto 30924fa26d M-C-t for showing type. 2010-11-15 12:46:55 +09:00
Kazu Yamamoto 537d825668 bug fix for "type". 2010-11-15 12:14:38 +09:00
Kazu Yamamoto 8760f6b714 info -> type. 2010-11-12 16:32:20 +09:00
Kazu Yamamoto 9467a5d22e type check. 2010-11-12 16:27:50 +09:00
Kazu Yamamoto 0fd39e9b56 improving insertion of type for forall. 2010-11-10 17:03:56 +09:00
Kazu Yamamoto 6bac8141db fixing a bug of doc-browsing. 2010-11-10 11:47:54 +09:00
Kazu Yamamoto a5d12ad707 adding defstruct. 2010-10-28 16:24:45 +09:00
Kazu Yamamoto a133d60484 adding a newline. 2010-10-28 16:19:19 +09:00
Kazu Yamamoto 04c44083b5 Merge branch 'master' of git://github.com/dschoepe/ghc-mod into dschoepe-master 2010-10-28 15:59:18 +09:00
Kazu Yamamoto dfea3320a7 cosmetic change. 2010-10-28 15:57:39 +09:00
Daniel Schoepe aaf72e536b Fix breakage caused by previous commit 2010-10-27 21:45:15 +02:00
Daniel Schoepe 3017ea063e Minor correction in ghc-resolve-package 2010-10-27 21:03:28 +02:00
Daniel Schoepe 562441deb6 Don't discard version number in ghc-resolve-package
and match last (i.e. newest) rather than first listed
package.
2010-10-27 20:55:31 +02:00
Kazu Yamamoto 14014e1a5e completion for module vs funcs. 2010-08-03 12:26:25 +09:00
Kazu Yamamoto c234e4547f version 0.4.4. 2010-07-16 19:48:42 +09:00
Kazu Yamamoto c41e3e5cdf bug fix for resolution of package name. 2010-07-16 19:46:15 +09:00
Kazu Yamamoto 22b0343eea bug fix for module name completion in mini-buffer. 2010-07-16 19:02:23 +09:00
Kazu Yamamoto 0cdccce0ff bug fix for resolution of package name. 2010-07-16 18:59:04 +09:00
Kazu Yamamoto d9b141e274 version 0.4.3. 2010-06-30 15:51:00 +09:00
Kazu Yamamoto fd6cb3ebf9 more specific regex. 2010-06-28 14:08:10 +09:00
Kazu Yamamoto 2740a265cb fixing a completion problem of Mod.Mod vs X.func. 2010-06-27 21:35:49 +09:00
Kazu Yamamoto b3523951c5 ask GHC for pretty printing to GHC instead of pretifying in Elisp. 2010-06-25 21:45:32 +09:00
Kazu Yamamoto b3d9b12688 fixing a bug of func = undefined. 2010-06-25 20:31:46 +09:00