nonsequitur

Results 9 comments of nonsequitur

Could you create a minimal scenario where the bug can be reproduced? (Or maybe a shell script that creates such a scenario.)

For now, I've [disabled git-gutter+ on symlinked files](https://github.com/nonsequitur/git-gutter-plus/commit/4040abbd4fff8be23fabd75a2469198ee4b68f40). Transparently forwarding all git-gutter+ operations to the linked file would require respecting the foreign file path and directory in all git calls...

> it asks when it finds a symbolic link Could you check where this is implemented? Searching the `spacemacs` and the original `emacs-git-gutter` repos for `symlink` or `truename` gave no...

Thanks! So this is a feature of `vc.el`. The link resolution is offered when `vc-follow-symlinks` is non-nil. (And when the symlink itself isn't inside a Git repo.) @domq: Does this...

Have you checked M-x customize-face idle-highlight? Are you sure only the "Background" attribute is enabled?

Please do the following: 1. Move the point over a word so that it gets highlighted. 2. Run M-x describe-char 3. Post the content of the resulting _help_ buffer in...

I've added a [patch](https://github.com/nonsequitur/idle-highlight-mode/commit/9d1443e14088f0ebf6c8e783d59fab9ed047b7eb) in the branch [highlight-symbol](https://github.com/nonsequitur/idle-highlight-mode/tree/highlight-symbol). Before adding it to master I'd like to test this for a few days.

I had to spend some time on Windows lately and came up with the following hack: http://gist.github.com/360973 It re-routes the shell command created by swank-clojure-cmd to start Clojure/Swank inside a...

I can't reproduce the issue with a blank Emacs 24.3.1 config that has only Smex installed. Please provide additional details.