Kazu Yamamoto
d3d9eb1e2c
Data.ByteString cannot be loaded if not specified in cabal file.
2014-03-27 14:24:38 +09:00
Kazu Yamamoto
cb9db4fd1a
catching up the spec check.
2014-03-27 14:23:32 +09:00
Kazu Yamamoto
9906ee137b
ghc-debug for ghc-process.
2014-03-27 13:10:43 +09:00
Kazu Yamamoto
d7b9b83857
adding comments.
2014-03-27 12:44:09 +09:00
Kazu Yamamoto
bf935c5741
don't save the buffer for hlint.
2014-03-27 12:27:09 +09:00
Kazu Yamamoto
9ab0f4bf19
hlint again in Elisp.
2014-03-27 10:35:09 +09:00
Kazu Yamamoto
d7869c76ac
removing comments.
2014-03-27 10:26:35 +09:00
Kazu Yamamoto
83c597396c
bug fix for ByteSring.
2014-03-27 09:39:55 +09:00
Kazu Yamamoto
05057029d5
adding more pragmas.
2014-03-26 15:01:11 +09:00
Kazu Yamamoto
102ae7654b
removing the last null charactors.
...
WARNING: prabably breaking backward compatibility.
2014-03-26 11:32:54 +09:00
Kazu Yamamoto
324f9093a0
adding Data.ByteString for booting.
2014-03-26 11:32:33 +09:00
Kazu Yamamoto
40a81cad74
inserting qualified module.
2014-03-26 11:32:08 +09:00
Kazu Yamamoto
2e2e8a8b99
implementing help-echo.
2014-03-26 10:46:34 +09:00
Kazu Yamamoto
649a35ab72
fixing infloop.
2014-03-25 22:39:59 +09:00
Kazu Yamamoto
62df0fa871
fringe hack.
2014-03-25 22:30:19 +09:00
Kazu Yamamoto
f97cc2e096
inserting a module for type.
2014-03-25 22:05:33 +09:00
Kazu Yamamoto
a16dc3d040
check results are displayed in mode-line.
2014-03-25 16:40:07 +09:00
Kazu Yamamoto
58b64cc9e2
skipping lang extents.
2014-03-25 16:02:26 +09:00
Kazu Yamamoto
e9b3b44631
comment.
2014-03-25 15:59:53 +09:00
Kazu Yamamoto
a6f6dbffe4
ghc-merge-lines.
2014-03-25 15:57:59 +09:00
Kazu Yamamoto
ce87ab328a
magical module name.
2014-03-25 15:23:08 +09:00
Kazu Yamamoto
97b3de7328
M-t inserts module or undefine.
2014-03-25 14:58:20 +09:00
Kazu Yamamoto
dc6424454e
ghc-insert-module now uses ghc-modi.
2014-03-25 14:29:18 +09:00
Kazu Yamamoto
a786ad9025
fixing regex.
2014-03-25 10:35:07 +09:00
Kazu Yamamoto
9b67baafba
ghc-modi takes "cmd arg".
2014-03-24 17:32:06 +09:00
Kazu Yamamoto
9b629a0afb
Errors does not have "Error" prefix.
2014-03-20 18:15:51 +09:00
Kazu Yamamoto
114631f581
adding todo.
2014-03-20 18:15:30 +09:00
Kazu Yamamoto
3038024a84
removing ghc-flymake-jump.
2014-03-20 18:08:30 +09:00
Kazu Yamamoto
4e16602c7e
hilit for insert-template.
2014-03-20 18:06:04 +09:00
Kazu Yamamoto
92f4b72a12
layout.
2014-03-20 17:55:20 +09:00
Kazu Yamamoto
ebc1499d13
ok/ng hack.
2014-03-20 17:39:56 +09:00
Kazu Yamamoto
ee6dc2fc47
ghc-mod root.
2014-03-20 16:21:48 +09:00
Kazu Yamamoto
1a1ee0f3ae
fixing sentinel.
2014-03-20 16:21:41 +09:00
Kazu Yamamoto
3f01b15a3e
ghc-goto-next-error.
2014-03-20 15:32:54 +09:00
Kazu Yamamoto
3e64fb2935
ghc-check-display-errors.
2014-03-19 22:57:05 +09:00
Kazu Yamamoto
0564042b48
adding ghc-check.el finally.
...
Still developping.
2014-03-19 15:03:03 +09:00
Kazu Yamamoto
b05f308d3c
fixing strange usage of defstruct.
2014-03-19 15:02:29 +09:00
Kazu Yamamoto
5aa5d3cbca
ver bumps up.
2014-03-15 10:10:10 +09:00
Kazu Yamamoto
01298837e0
typos.
2014-03-14 21:35:30 +09:00
Kazu Yamamoto
661f1a3813
stopping using goto-line.
2014-03-14 14:13:52 +09:00
Kazu Yamamoto
ba53968d28
loading module info if non-nil.
2014-03-14 14:08:37 +09:00
Kazu Yamamoto
6ae822f00e
defining ghc-debug.
2014-03-14 14:01:07 +09:00
Kazu Yamamoto
90cc99f203
fixing a bug to call ghc-mod twice.
2014-03-14 14:00:38 +09:00
Kazu Yamamoto
63e59cbebd
defining ghc-executable-find.
2014-03-13 22:21:58 +09:00
Kazu Yamamoto
fc72e6ee0d
symbol bug fix.
2014-01-13 13:21:58 +09:00
Kazu Yamamoto
e6423adcf8
guarding an error.
2014-01-12 11:54:13 +09:00
Kazu Yamamoto
84b6a1fbd7
catching up the latest flymake.
2013-12-18 15:53:29 +09:00
Kazu Yamamoto
b6af880407
ajusting the number of column ( #162 ).
2013-11-19 14:14:49 +09:00
Yuta Taniguchi
b7fea5aff1
Take account of the absence of a corresponding value to '?\C-h' in the table
...
The table 'keyboard-translate-table' doesn't necessarily have a value at
the position '?\C-h'.
2013-10-13 02:49:18 +09:00
Steve Purcell
6abd8a3eaa
Fix package name in ghc-pkg.el
...
The public name of this package is "ghc", based on the package names on both Marmalade and Melpa, and on the name of the ghc-pkg.el file. This commit fixes the contents of the -pkg.el file so that the name specified therein matches the external package name.
2013-05-20 15:40:01 +02:00