Hiromi Ishii
74ba886fa1
Fixed variable binding miss
2015-09-13 18:20:11 +09:00
Hiromi Ishii
7db740c2af
Fixed #561
2015-09-13 16:42:48 +09:00
Kazu Yamamoto
e23e682793
Revert "Serialize check-syntax" ( #567 )
...
This reverts commit 3bf4243baf
.
2015-08-31 14:13:52 +09:00
Kazu Yamamoto
f0a98cf64f
removing unused variable.
2015-08-20 09:58:35 +09:00
Kazu Yamamoto
531a731da1
preventing "unused variable" warnings.
2015-08-20 09:58:35 +09:00
Kazu Yamamoto
c3dff64389
M-t now replace type hole. ( #545 ).
2015-08-19 15:21:59 +09:00
Kazu Yamamoto
3e0c06f50a
Highlighting even strings with spaces. ( #547 )
2015-08-17 15:43:34 +09:00
Daniel Gröber
4084e9aafc
Merge branch 'master' of github.com:kazu-yamamoto/ghc-mod
2015-08-14 10:38:23 +02:00
Kazu Yamamoto
90061facb9
checking if (buffer-file-name) returns non-nil just in case.
2015-08-14 16:38:49 +09:00
Kazu Yamamoto
1c19d91813
don't check if the file does not exist.
2015-08-14 16:22:57 +09:00
Daniel Gröber
9d5f0ad23d
Clarify some docs/strings in elisp/
2015-08-14 09:19:43 +02:00
Kazu Yamamoto
dc3ce15512
caching a project root to a local variable.
2015-08-13 11:22:40 +09:00
Anthony Cowley
3bf4243baf
Serialize check-syntax
...
- Wait for ghc-mod to be ready before trying to check a buffer
- Times out after 10s with an error
- Only check-syntax visible buffers
- check-syntax when switching to a buffer
2015-07-08 18:12:13 -04:00
Markus Hauck
a1f6bf6582
Limit overlays to actual position of error
...
Conflicts:
elisp/ghc-check.el
2015-05-22 13:25:41 +02:00
Sergey Vinokurov
05b9445f6e
fix and improve ghc-check-highlight-original-buffer
2015-05-15 13:42:27 +03:00
Daniel Gröber
644ee82a02
elisp: fix non expanded path comparison
2015-05-06 16:16:13 +02:00
Anthony Cowley
de3d3a5f19
Fix #464 .
...
Expand path relative to the project root directory.
2015-05-05 14:51:08 +02:00
Alejandro Serrano
6cf472168c
Try to fix each error only once
2014-08-24 13:29:12 +02:00
Kazu Yamamoto
607919e815
making case-split work even if the target is highlighted.
2014-08-20 14:44:24 +09:00
Kazu Yamamoto
a483f4f8b6
error messages are stored after NG, not printed in stderr.
2014-08-19 14:56:01 +09:00
Kazu Yamamoto
0fd8b9afd8
first try to resolve #322 .
2014-08-18 16:55:41 +09:00
Kazu Yamamoto
f799ff1ee8
using force-mode-line-update just in case.
2014-08-18 15:42:14 +09:00
Kazu Yamamoto
0ee6d06411
removing trailing white spaces.
2014-08-14 10:48:57 +09:00
Alejandro Serrano
5623c62200
Support for multiple completions in Emacs
2014-08-02 10:27:40 +02:00
Alejandro Serrano
32367fba4c
Create links to files in typed holes information
2014-07-27 14:07:18 +02:00
Alejandro Serrano
f0c44e4850
Hihlight only hole when found
2014-07-27 11:49:10 +02:00
Alejandro Serrano
ccb9980436
Display only hole information when navigating it
2014-07-27 11:19:16 +02:00
Alejandro Serrano
82f7fd62f0
Add special commands for navigating holes
2014-07-27 11:10:37 +02:00
Alejandro Serrano
952f0b7e95
Add new fringe for typed holes
2014-07-26 13:40:40 +02:00
Kazu Yamamoto
ce28a67e28
checking if the buffer exists ( #256 ).
2014-05-14 05:05:49 +09:00
Kazu Yamamoto
4d2ef23f33
passing 'ok/'ng to callback.
2014-04-27 21:51:44 +09:00
Kazu Yamamoto
b9d4b9b66f
inserting template for type constructor.
2014-04-23 15:57:13 +09:00
Kazu Yamamoto
b4bb249131
fixing M-t with test cases.
2014-04-23 14:51:29 +09:00
Kazu Yamamoto
2e1df9c21f
ghc-with-process takes an optional hook.
2014-04-22 11:32:51 +09:00
Kazu Yamamoto
19453e67d7
ghc-with-process now takes string for the first argument.
2014-04-21 09:46:33 +09:00
Kazu Yamamoto
122c8da7b0
using ghc-add.
2014-04-19 20:09:47 +09:00
Kazu Yamamoto
47f95149e3
stop using 0 as the line separator.
2014-04-19 16:14:02 +09:00
Kazu Yamamoto
9cd3d521d4
Supporting GHC 7.8's unicode quote.
2014-04-09 15:17:51 +09:00
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
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
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
894c94e48d
comment.
2014-04-07 09:19:23 +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
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
bfdc884708
making multiple same errors to a single.
2014-03-31 15:14:16 +09:00