Steve Purcell

Results 398 comments of Steve Purcell

@evilhackerdude FWIW, a packaged version of this library is available on [MELPA](http://melpa.milkbox.net/). -Steve

There's no caching option, and I can't immediately see how a reliable caching mechanism could be added. How large are the projects? And are you on a platform with a...

Yeah, that's a few files. This is probably an issue for the [jump.el](https://github.com/eschulte/jump.el) project, which `rinari` uses. I believe it first finds all files in the project dir, _then_ filters...

As the saying goes, the hard thing to figure out would be when to invalidate the cache.

Well, I mean it's very hard if you want to make it work correctly without manual intervention. An intermediate step would be caching everything but invalidating the cache when creating...

Understandable. Just sharing tips.

Given enough time, I might well look into replacing the `jump` code with a dependency on `projectile`.

Really? The [tutorial](https://hackage.haskell.org/package/dhall-1.17.0/docs/Dhall-Tutorial.html#g:9) says: > These "double single quote strings" ignore all special characters, with one exception: if you want to include a '' in the string, you will need...

(Not saying that *that* case would be handled properly either, but still...)

Cool, okay. I think this requires some work on the syntax fontification functions.