Chinmay Dalal
Chinmay Dalal
Is `make emacs` not clean enough, should I try installing evil on `emacs -Q`?
It does get the correct result, but I use the same clipboard manager with neovim ([clipman](https://github.com/luispabon/clipman)) and it behaves correctly
It works correctly after reinstalling emacs (or maybe because some package got upgraded), sorry for wasting your time
Test Case [How to run this test?](https://github.com/progfolio/elpaca/wiki/Troubleshooting#the-elpaca-test-macro) ```emacs-lisp (elpaca-test :init (elpaca (auctex :pre-build (("./autogen.sh") ("./configure" "--without-texmf-dir" "--with-packagelispdir=./" "--with-packagedatadir=./") ("make")) :build (:not elpaca--compile-info) :files ("*.el" "doc/*.info*" "etc" "images" "latex" "style") :version...
It looks like it succeeded in the test case, so here's how I'm installing auctex: I install it from the AUR (https://aur.archlinux.org/packages/auctex) and then ```emacs-lisp (use-package auctex :ensure nil) (use-package...
It does work if I install auctex from emacs using your recipe, so I'm closing this. Thanks for looking into it!
Actually I had added auctex to elpaca-ignored-dependencies, so it should still have worked
Non-interactive: Test Case [How to run this test?](https://github.com/progfolio/elpaca/wiki/Troubleshooting#the-elpaca-test-macro) ```emacs-lisp (elpaca-test :ref "fix/ignored-dep-version" :init (push 'auctex elpaca-ignored-dependencies) (elpaca (evil-tex :wait t)) (elpaca-test-log "#unique evil-tex |")) ``` Host Env elpaca92c2137 HEAD ->...