Taylor M. Hedberg

Results 36 comments of Taylor M. Hedberg

I've had open pull requests for months, with no response. I don't think he's working on this anymore. I've merged a couple of pull requests on my own fork ([tmhedberg/hsenv](https://github.com/tmhedberg/hsenv))....

Using an organization isn't a bad idea, but there are several important questions to consider. How do you decide who gets invited to the organization? How would decisions be made/consensus...

Yeah, it's not a great situation. I can at least vouch that my fork works well on GHC 7.6, and thanks to patches from other people, should be working fine...

I saw that article making its way around the Web recently, myself, and did give it some thought in terms of how it relates to hsenv. I agree with the...

I'm not sure how it would make a difference. But then again, I'm not an Emacs user and I can't say that I fully understand the intended usage of the...

Thanks for all of your contributions as well. I'm glad we're keeping this going too. If there's more Emacs-related discussion to be had, let's continue it in a separate ticket,...

Welcome back, and thanks for creating this project. :) This is an awful lot of code with no explanation. Could you briefly describe what this accomplishes?

If either of you knows of anything that hsenv can do differently to work around the problem, let me know.

By "indentation block", do you mean the bodies of loops and conditional statements? There is no option for that currently, and I originally left it out on purpose (just because...

Unfortunately, there's not an easy way that I know of to combine multiple fold methods. There are some partial workarounds you could try, like [this tip](https://vim.fandom.com/wiki/Folding#Indent_folding_with_manual_folds) for using indentation-based folding...