Re: can't use "S" in normal mode with haskell-mode

2013-03-20 Thread Linus Arver
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

Re: can't use "S" in normal mode with haskell-mode

2013-03-20 Thread Michael Markert
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

Re: can't use "S" in normal mode with haskell-mode

2013-03-19 Thread Linus Arver
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

Re: can't use "S" in normal mode with haskell-mode

2013-03-19 Thread Michael Markert
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

Re: can't use "S" in normal mode with haskell-mode

2013-03-19 Thread Linus Arver
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

Re: can't use "S" in normal mode with haskell-mode

2013-03-18 Thread Michael Markert
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

Re: can't use "S" in normal mode with haskell-mode

2013-03-18 Thread Barry OReilly
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

can't use "S" in normal mode with haskell-mode

2013-03-18 Thread Linus Arver
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 _