John Whitley

Results 108 comments of John Whitley

Arguably SignColumn should use `hi! link SignColumn LineNr` instead of what I've got above. I based my first commit off of #26, but now see that a first-class link appears...

I'm seeing a missing file issue under TextMate invoked via "mate ." inside of a homebrew root directory. Typing `Cmd-T e m a c s` brings up only Formulas/uemacs.rb in...

@topfunky Arrgh. This no longer repros for me, either. I'll note that I'd uninstalled the TextMate plugin then reinstalled it between my original investigation and this repro due to the...

I'm seeing this again with PeepOpen under TextMate, with TextMate project-opened to the root of the current Emacs bzr repository HEAD. Entire top-level directories aren't even showing up (e.g. lisp/)....

Note that there's no reason to set `baseUrl` unless you're using it for CDN hosting. That said, what do you hope to accomplish with a null URL protocol? Next, please...

Sorry, I'm not much immediate help either. @carsomyr has been the active maintainer of this project for years now; I'm _very_ out of touch. However, I'm happy to help get...

This definitely seems like a bug. I'll review further.

"Complicated" means complicated to implement, of course. A stock requirejs configuration is not JSON, which is normally easily handled in most modern languages. It's full-on Javascript, albeit a limited structure,...

I _think_ this may be a problem related to changes in RequireJS 2.x. See [Upgrading to RequireJS 2.0](https://github.com/jrburke/requirejs/wiki/Upgrading-to-RequireJS-2.0#wiki-delayed), especially: > So RequireJS 2.0 will not execute the module's factory function...