Justin Guenther

Results 4 issues of Justin Guenther

Thanks for this package, it's working great for me! This PR adds the `web-beautify-buffer` command, which autodetects which `web-beautify-*-buffer` function it should run, based on the current buffer's major-mode. I...

looks like `read-with-symbol-position` and `read-symbol-positions-list` were removed in emacs commit https://github.com/emacs-mirror/emacs/commit/dfae76c9915454f9ef0885e1bac160a2c480e1d1 ``` if: Unexpected error whilst reading ~/.emacs.d/elpa/company-20220110.2248/company.el position 2497: (void-variable read-symbol-positions-list) ``` I took a quick look and I'm...

Thanks for this! I tried this out today to use with `company-emacs-eclim`, because sometimes `eclim-java-find-declaration` takes me to a `.class` file. It works great so far using `cfr` as the...

Awesome package, I've been looking for something like this! One thing I've found is that `pygen-insert-super` assumes that the 1st arg is always `self`. Convention is to call the first...