On Wed, Mar 20, 2013 at 09:25:03AM +0100, Michael Markert wrote:
> On Wed, Mar 20 2013 (01:52), Linus Arver wrote:
>
> > On Tue, Mar 19, 2013 at 06:32:24PM +0100, Michael Markert wrote:
> >> Actually not direct, but when it does when entering insert-state, this
> >>
> >> (add-hook haskell-m
On Wed, Mar 20 2013 (01:52), Linus Arver wrote:
> On Tue, Mar 19, 2013 at 06:32:24PM +0100, Michael Markert wrote:
>> Actually not direct, but when it does when entering insert-state, this
>>
>> (add-hook haskell-mode-hook (lambda () (setq evil-auto-indent nil)))
>>
>> should work around i
On Tue, Mar 19, 2013 at 06:32:24PM +0100, Michael Markert wrote:
> On Tue, Mar 19 2013 (18:13), Linus Arver wrote:
> > So I guess haskell-mode-hook is responsible for this. I've looked at
> > haskell-mode.el and it appears that this function is responsible:
> >
> > (defun haskell-mode-suggest
On Tue, Mar 19 2013 (18:13), Linus Arver wrote:
> So I guess haskell-mode-hook is responsible for this. I've looked at
> haskell-mode.el and it appears that this function is responsible:
>
> (defun haskell-mode-suggest-indent-choice ()
> "Ran when the user tries to indent in the buffer
On Mon, Mar 18, 2013 at 08:25:32PM +0100, Michael Markert wrote:
> On Mon, Mar 18 2013 (19:34), Linus Arver wrote:
>
> > Hello all,
> >
> > I use emacs-evil with haskell-mode. Whenever I enter the "S"
> > hotkey a new buffer (haskell-mode's "Help" file) is opened on a split
> > window and it get
On Mon, Mar 18 2013 (19:34), Linus Arver wrote:
> Hello all,
>
> I use emacs-evil with haskell-mode. Whenever I enter the "S"
> hotkey a new buffer (haskell-mode's "Help" file) is opened on a split
> window and it gets stuck in state. I can use the "S" hotkey fine
> when haskell-mode is not act
Possibly related to:
https://bitbucket.org/lyro/evil/issue/241/evil-execute-in-emacs-state-misbehaves-in
On Mon, Mar 18, 2013 at 2:34 PM, Linus Arver wrote:
> Hello all,
>
> I use emacs-evil with haskell-mode. Whenever I enter the "S"
> hotkey a new buffer (haskell-mode's "Help" file) is opened
Hello all,
I use emacs-evil with haskell-mode. Whenever I enter the "S"
hotkey a new buffer (haskell-mode's "Help" file) is opened on a split
window and it gets stuck in state. I can use the "S" hotkey fine
when haskell-mode is not active, though.
Any pointers?
Thanks,
-L
_