Jonas Baumann

Results 13 comments of Jonas Baumann

I've had trouble with flymake and compile-mode; flymake crashes sometimes silently while compiling. If flycheck does the job and does not crash I'll happily switch :wink:

I'd go with `pyflakes` only. `flake8` includes `pyflakes` but also `pep8`. `pyflakes` only checks for logical errors in the code, but `pep8` also checks for the python style guide, which...

Yes, that sounds good :+1:

I like it :) the theme definition looks really clean and understandable. I'm not sure about the global map, that's a little tricky..

Looks nice! Are you sure the name of the major mode hook is always mode-name-hooke? I think I there are some exceptions, but I do not remember which mode that...

I see.. What is the problem with the minibuffer? isearch has a isearch-mode-hook which is activated. Has the minibuffer a seperate binding lookup mechanism?

Wow @mlf176f2 thank you very much for that! This is very, very helpful for beginners :heart:

If the eclim sources have a decent fallback we could also use separate completion frameworks (e.g. `auto-complete-eclim` and `company-mode-eclim`).

+1 on readme file per bundle and publishing it. could we also generate binding documentation dynamically, at least for ergonomic? i think this could help new users.. just a thought...

How should we byte-compile? The easiest way I know is: ``` lisp (byte-recompile-directory e-max-repository 0) ``` Is that enough? Which emacs should we take? The easiest way from the shell...