Kazu Yamamoto
0ee6d06411
removing trailing white spaces.
2014-08-14 10:48:57 +09:00
Alejandro Serrano
3aa83e14dd
Show more than one Djinn completion
2014-08-02 09:52:36 +02:00
Alejandro Serrano
82f7fd62f0
Add special commands for navigating holes
2014-07-27 11:10:37 +02:00
Alejandro Serrano
5cc884ef47
Split window when showing the errors buffer
2014-07-27 10:52:40 +02:00
Kazu Yamamoto
2d8faed072
using buffer-live-p ( #256 ).
2014-05-14 06:45:31 +09:00
Kazu Yamamoto
ce28a67e28
checking if the buffer exists ( #256 ).
2014-05-14 05:05:49 +09:00
Kazu Yamamoto
3e812a8bfe
M-x ghc-debug.
2014-04-25 14:31:09 +09:00
Kazu Yamamoto
067d3b7535
obsoleting a function.
2014-04-21 17:37:41 +09:00
Kazu Yamamoto
36e32ab1b2
ghc-import-module uses ghc-modi browse.
2014-04-21 17:35:32 +09:00
Kazu Yamamoto
f9a8361bca
comment.
2014-04-19 20:07:12 +09:00
Kazu Yamamoto
47f95149e3
stop using 0 as the line separator.
2014-04-19 16:14:02 +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
f97cc2e096
inserting a module for type.
2014-03-25 22:05:33 +09:00
Kazu Yamamoto
97b3de7328
M-t inserts module or undefine.
2014-03-25 14:58:20 +09:00
Kazu Yamamoto
01298837e0
typos.
2014-03-14 21:35:30 +09:00
Kazu Yamamoto
6ae822f00e
defining ghc-debug.
2014-03-14 14:01:07 +09:00
Kazu Yamamoto
63e59cbebd
defining ghc-executable-find.
2014-03-13 22:21:58 +09:00
Kazu Yamamoto
929026cb6d
C-M-d now can display functions and types in a browser.
2013-04-02 15:20:20 +09:00
Kazu Yamamoto
549e045673
Using executable-find instead of ghc-which.
2012-08-10 09:10:42 +09:00
Kazu Yamamoto
41fe35b691
integrating display functions.
2012-03-06 17:12:15 +09:00
Kazu Yamamoto
cc6a2d7070
insert module hack.
2012-01-23 15:12:24 +09:00
HIBINO Kei
fe13f74c16
Update elisps enable to pass ghc options widely.
2011-11-15 20:40:25 +09:00
Kazu Yamamoto
a5d12ad707
adding defstruct.
2010-10-28 16:24:45 +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
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
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
4aef34e352
search ".exe" also.
2010-03-30 12:05:35 +09:00
Kazu Yamamoto
ed5d50b6f9
introducing -i, -g, and -p.
2010-03-11 22:39:07 +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
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