swint

Results 11 comments of swint

Same issue here. I reinstalled the system to fix it, but lost everything. Really serious problem, hope it never happen again. The issue may be related to the killed app....

Nothing special. ``` (use-package yasnippet-snippets :after yasnippet) ``` I have removed (require 'yasnippet-snippets) from snippets/bibtex-mode/.yas-setup.el to fix this. Then a few days later i realized that i upgraded the package,...

Same trouble here. Command 'xinput' outputs the virtual vnc keyboard, but no device is related to that. Any way to fix that?

V4基本也是乱码

Same problem here. The occurrence seems to depend on the text at point. If there is nothing under cursor, then everything goes well. I have checked the code of 'helm'...

After some digging, i finally ended up with the function "helm-guess-filename-at-point". There are two format functions applied on the original candidates: helm-bibtex-candidates-formatter and helm-fuzzy-highlight-matches. The two functions are applied sequentially...

> Thank you for investigating this. Please file an issue with the helm project (if you haven't done that yet) and perhaps reference this issue there. My bad, i just...

After i remove the advice on "helm-guess-filename-at-point", helm-bibtex runs normally most of the time. But when i call it in dired-mode, the bug still exists. When i redefine "helm-guess-filename-at-point" to...

Yeah, you are right. I will file an issue with helm to see if they can fix it.

This has been fixed in helm. https://github.com/emacs-helm/helm/issues/2597