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
Kazu Yamamoto
b8b22daba9
version up.
2010-04-23 18:39:52 +09:00
Kazu Yamamoto
e847ed6dab
C-xC-s now checks syntax even if not modified.
2010-04-23 18:38:11 +09:00
Kazu Yamamoto
585ebe5e1d
require dabbrev.
2010-04-23 18:37:48 +09:00
Kazu Yamamoto
2fca797f42
abbrev hack.
2010-04-23 18:21:22 +09:00
Kazu Yamamoto
9af4a74abe
bug fix of insertion of "undefined" in eob.
2010-04-22 14:16:56 +09:00
Kazu Yamamoto
51a533202a
Inserting templates and sorting imports.
2010-04-13 23:29:48 +09:00
Kazu Yamamoto
a163fa4636
completion for language!
2010-04-02 15:37:04 +09:00
Kazu Yamamoto
c574a48055
display hack.
2010-04-02 14:39:02 +09:00
Kazu Yamamoto
7518d60fcb
throw any menu. use a buffer to display errors instead.
2010-04-01 11:58:44 +09:00
Kazu Yamamoto
95218aae07
fix regex for warning.
2010-03-31 23:39:00 +09:00
Kazu Yamamoto
4aef34e352
search ".exe" also.
2010-03-30 12:05:35 +09:00
Kazu Yamamoto
c22c3bafae
adding "qualified" and "hiding"
2010-03-17 22:37:11 +09:00
Kazu Yamamoto
14ef0f8372
M-t inserts inferred type!
2010-03-14 22:39:45 +09:00
Kazu Yamamoto
793c999cd8
improving doc.
2010-03-12 13:39:38 +09:00
Kazu Yamamoto
940a8eb089
changing key-bindings.
2010-03-12 13:22:39 +09:00
Kazu Yamamoto
2f20d1a9ac
hacking ghc-flymake-init.
2010-03-12 11:55:11 +09:00
Kazu Yamamoto
fd04ebfe11
output-dir.
2010-03-12 00:20:02 +09:00
Kazu Yamamoto
133086e1a8
adding doc.
2010-03-11 22:47:05 +09:00
Kazu Yamamoto
ed5d50b6f9
introducing -i, -g, and -p.
2010-03-11 22:39:07 +09:00
Kazu Yamamoto
1e445097b7
integrating flymake.
2010-03-11 19:03:17 +09:00
Kazu Yamamoto
f1a0e079db
get the latest path.
2010-03-11 14:15:28 +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
cfa7466eef
saving window configration.
2010-03-10 15:33:18 +09:00
Kazu Yamamoto
a7c09d35b0
removing Debug.Trace.
2010-03-10 12:02:14 +09:00
Kazu Yamamoto
46e84b59e2
Removing trailing white spaces.
2010-02-19 23:43:03 +09:00
Kazu Yamamoto
8ae67a5f66
warning msg if ghc-mod does not exist.
2010-01-07 10:51:05 +09:00
Kazu Yamamoto
dee57710ab
soft coding: EMACS.
2010-01-07 10:50:54 +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