Shohei YOSHIDA

Results 213 comments of Shohei YOSHIDA

@togakangaroo I apologize my late reply. You need to expand `~` as below. Emacs does not expand `~` as home directory automatically. (While shell like bash, zsh expands it automatically)...

helm-ag uses own mark and you can pop by `helm-ag-pop-stack`. Marks are frequently overwritten by many emacs commands. And it is difficult to use emacs mark as we expect, so...

Sorry late reply. But I cannot understand your issue. First two lines in dired buffer is not different between dired-omit-mode and normal mode.

Both flycheck and git-gutter-fringe uses fringe area so we cannot use them at the same time.

No way. Use `git-gutter` instead of `git-gutter-fringe`.

As I said, no way. please try to use `git-gutter`.

I cannot reproduce this issue tramp on Linux. So I suppose this is windows specific issue. However I have no windows machine now, sorry. ![helm-gtags-tramp](https://cloud.githubusercontent.com/assets/554281/16839744/aa6e054a-4a0b-11e6-9cd5-2c31eac19cbe.gif)

Yes git-gutter.el with linum makes too slow. Because linum updates line-number very frequently. If you want to such tools with linum, I recommend you to use [diff-hl](https://github.com/dgutov/diff-hl) or [git-gutter-fringe](https://github.com/syohex/emacs-git-gutter-fringe).

Sorry very late reply. It is possible by following setup. However using those environment variable is not recommend by official document. ```lisp (setenv "GTAGSROOT" "your_project_root") (setenv "GTAGSDBPATH" "your_db_path") ```