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
Kazu Yamamoto
ff97eaeb43
Merge pull request #209 from yuga/option
...
add command line option: -b sep
2014-04-07 14:41:34 +09:00
Shohei Murayama
a33aeaa973
add command line option: -b sep
2014-04-07 14:08:54 +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
Kazu Yamamoto
c356bb7fc5
Merge pull request #207 from Kiripon/windowsFilePathHandling
...
fix filepath handling in windows
2014-04-07 09:18:51 +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
Kazu Yamamoto
2f7a36ecfc
Merge pull request #206 from notogawa/display-minibuf
...
display error message to minibuffer when goto next/prev error.
2014-04-05 20:30:23 +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
63fdd28025
setting current dir to root dir.
2014-04-03 16:18:35 +09:00
Kazu Yamamoto
89c733aef8
hlint hack.
2014-04-03 16:17:51 +09:00
Kazu Yamamoto
246ea5e2c9
fixing cabal macro.
2014-04-03 10:22:29 +09:00
Kazu Yamamoto
172645aa9f
ver bumps up.
2014-04-03 10:02:04 +09:00
Kazu Yamamoto
b390cd5ee0
changelog.
2014-04-03 10:01:47 +09:00
Kazu Yamamoto
a6579c656b
Displaying a qualified name if two unqualified names are conflict ( #130 ).
2014-04-03 09:49:23 +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
ac45c24e3a
fixing a bug of removeMainTarget.
...
If CPP is specified, a temprary file name was used.
2014-03-31 12:32:00 +09:00
Kazu Yamamoto
159b7b1eb6
don't use hiding.
2014-03-31 12:31:21 +09:00
Kazu Yamamoto
2cfcf60789
Displaying "-:-" when checking.
2014-03-31 12:08:17 +09:00
Kazu Yamamoto
2dca76d0a1
fixing the help.
2014-03-31 11:38:07 +09:00
Kazu Yamamoto
f959a8029e
ver bumps up.
2014-03-31 11:01:32 +09:00
Kazu Yamamoto
db589d904a
changelog.
2014-03-31 10:57:44 +09:00
Kazu Yamamoto
69a84e6ce4
changlog.
2014-03-31 10:43:48 +09:00
Kazu Yamamoto
6519bfe029
chaning colors.
2014-03-31 10:37:05 +09:00
Kazu Yamamoto
3bfbbb8b5c
supporting sandbox only (without cabal) to fix #164 .
2014-03-30 17:28:57 +09:00
Kazu Yamamoto
5e01a45218
removing dep packages of benchmark.
...
installing packages of benchmark fails in many cases, sigh.
2014-03-30 15:07:14 +09:00
Kazu Yamamoto
983fc68f5b
handling multiple package names from ghc-pkg find-module.
2014-03-30 12:37:29 +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
7fa3736bac
fixing a bug of hlint options.
2014-03-28 15:03:41 +09:00
Kazu Yamamoto
7c0f2511d0
hlint options.
2014-03-28 14:41:12 +09:00
Kazu Yamamoto
7cb9944b0b
hlint options.
2014-03-28 14:41:01 +09:00