Nicolas Wu
Nicolas Wu
I'm also getting this problem on emacs 24.3.1 running on OSX: moving `(elscreen-start)` to near the beginning of my `.emacs` script fixed this.
For me this issue is fixed with the code in the accepted answer here: https://tex.stackexchange.com/questions/193137/modify-the-tuftemarginfloat-environment-to-automatically-align-floats
This is now handled by syntastic, so closing.
Actually, syntastic deals with running hdevtools on write, but doesn't help when with allowing commands like `:HdevtoolsType`, which is also jolly useful.
I wouldn't mind throwing something together. At present I have basically a hard link from `ftplugin/haskell/hdevtools.vim` to `ftplugin/lhaskell/hdevtools.vim`. This works for my purposes, but is it the right approach for...
This is probably a minority view, but I'm not in favour of requiring users to implement Applicative in order to have a valid Monad instance. I understand the maths, but...
@goldfirere I had already considered the idea of default instances for `Functor` and `Applicative`, but I hadn't thought about having an `-XAutoDeriveSuperclasses` as you suggest. I think this would alleviate...
My experience of teaching cohorts of 200 students is that AMP has made it harder to teach monads and more frustrating to grasp. It is still a controversial topic and...
I'm strongly in favour of this proposal. From a teaching perspective, it's annoying to not be able to write the signatures of instances. My only niggle is the inconsistent naming...
HTML files are not handled still, though adding `html` to `grammarly.files.include` as above does make the `output` prompt claim that `create text checking session for ` the file in question,...