iffsid
iffsid
I too have the same problem, but I don't use `straight.el`, just vanilla emacs. `M-x emacs-version RET` gives me ``` GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, cairo version 1.16.0) of...
@alphapapa thanks for checking; :+1: There seems to be some oddity to do with the emacs base install itself that's triggering an error. I used your `emacs-sandbox` script to run...
@alphapapa it looks like issue could be related to the emacs version! I installed version `26.3` and your test script runs just fine.
Right, so I tried to sequence the install of `map` and `bufler`. ``` ./emacs-sandbox.sh -d /tmp/test-bufler ``` Then, inside emacs, installed `map-3.1`. Edited `init.el` to start with just the following...
@alphapapa thanks for digging into things! It still looks like there is an issue with emacs 27, but now seems to be about a `recursive require` between `bufler-workspace` and `bufler-workspace-tabs`....
This is something that bit me as well. The way I got around this is to use the `object-hash` package from npm which computes a sha1 (or md5) hash of...
You should be able to do that separately. Here's what to do: In `.emacs` ``` elisp (require 'netrc) (defun get-authinfo (host port) (let* ((netrc (netrc-parse (expand-file-name "~/.authinfo.gpg"))) (hostentry (netrc-machine netrc...
The following worked for me (on v1.3, and I presume anything higher) ``` emacs-lisp (setq latex/cleanup-do-fill nil) ``` Simply adding `turn-off-auto-fill` to `latex-extra-mode-hook` didn't fix things for me.
The dependence on DoubleTensor makes it difficult to use, particularly when the beta, lgamma, and digamma can very quickly run into numerical stability issues with the float-type bounds.