Commit Graph

80 Commits

Author SHA1 Message Date
Kazu Yamamoto
7ad9cca220 version 0.5.3. 2011-01-31 10:43:32 +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
7aa6cf6ef0 C-cC-t for type and C-cC-i for info. 2010-11-18 16:42:19 +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
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
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
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
Kazu Yamamoto
266ac30133 pretty printing hack. 2010-06-21 11:31:06 +09:00
Kazu Yamamoto
b548f1dbcf pretty print. 2010-06-14 15:39:26 +09:00
Kazu Yamamoto
91859329ae pretty print for extra info. 2010-06-14 14:42:17 +09:00
Kazu Yamamoto
5296ccf38d Extra info for GHC warnings. 2010-06-14 14:27:35 +09:00
Kazu Yamamoto
badaea4eff M-t for hlint. An error/warning place is replaced with suggestion
but not perfect.
2010-06-14 14:26:14 +09:00
Kazu Yamamoto
ca50279546 backport since module can't be completed. 2010-06-14 14:25:06 +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
da8975c03f adding '.' for completion start point. 2010-06-14 10:57:43 +09:00
Kazu Yamamoto
5dd3bb83eb elisp hack for Hlint API. 2010-06-08 11:23:58 +09:00
Kazu Yamamoto
6e6e1c9ad7 Does not allow C-cC-c when hlint does not exist. 2010-05-29 13:33:54 +09:00
Kazu Yamamoto
dc9c2c7fce typo error fix. 2010-05-12 15:00:08 +09:00
Kazu Yamamoto
2f1ab4e71d replacing [Char] with String when inserting inferred type.
Johannes Krause <cjay>
2010-05-12 14:55:01 +09:00
Kazu Yamamoto
cf16c62c3a adding ghc-command.el in cabal. 2010-05-12 09:56:09 +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
baa65be4a6 insert foo = undefined if "No inferred type".
insert guessed type even if it is contains in second line or later.
2010-05-04 12:14:33 +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
61ebb031f4 bug fix for ESC-m. 2010-04-23 18:51:07 +09:00