Tianxiang Xiong
Tianxiang Xiong
Issue doesn't seem to be fixed with latest build. ## Backtrace When calling `split-window-right`: ``` Debugger entered--Lisp error: (error "Window # too small for splitting") signal(error ("Window # too small...
@Wagk Are you sure you've having problems splitting windows *vertically* and not *horizontally*? `split-window-horizontally`: ``` +---------------+ +-------+-------+ | | | | | | | --> | | | | |...
@anler It may be worth taking a look at [`writeroom-mode` ](https://github.com/joostkremers/writeroom-mode)/[`visual-fill-column`](https://github.com/joostkremers/visual-fill-column), which also center the window but don't have this splitting problem, for ideas on how to deal with this...
Will consider a PR after we gain more familiarity w/ using HoneySQL w/ JSONB 😄. The above is promising, though.
Can you provide more information on what you expect to see vs. what you are actually seeing? I recently added a GitHub issues template in the project's `.github` directory. Following...
Maybe you'll find [`helm-describe-modes`](https://github.com/emacs-helm/helm-describe-modes) useful :wink:.
`helm-projectile-ag` just makes use of [`helm-ag`](https://github.com/syohex/emacs-helm-ag). Can you check whether `helm-ag` w/ the newer `ag` works for you? I'd expect not. If not, you can open an issue there.
I cannot reproduce on a Windows 8 machine w/ `ag 2.1.0`. Can you upgrade to latest `helm-projectile` and try again?
Could this be a Windows 10 specific problem? ``` GNU Emacs 25.3.1 (x86_64-w64-mingw32) of 2017-09-26 ``` ``` $ ag --version ag version 2.1.0 Features: +jit +lzma +zlib ``` ``` async:...
@bbatsov Do we need to add `projectile-ripgrep` and corresponding `helm-projectile-ripgrep` commands, since we have `projectile-ag`, `projectile-ack`, etc.? Or try to provide a single command as an interface to many search...