Kyle Gerard Felker
Kyle Gerard Felker
AUCTeX 13.1 was released on 2022-02-20. Couldn't find the change you mentioned in either of these changelogs @wang1zhen: - https://github.com/emacsmirror/auctex/blob/master/ChangeLog.1 - https://www.gnu.org/software/auctex/manual/auctex/Changes.html Is it sufficient to use 13.0, or do...
@basil-conto thanks for sharing your runtime fix. Do you put those lines before the `require/use-package` lines? The Error still appears in `*Messages*` for me with: ``` (defun my-auctex-latexmk-advice (req feature...
@basil-conto thanks! for someone who doesnt utilize `use-package`, you are more fluent with it than I am 😄 This worked and didnt throw the error, with or without `:ensure t`.
@CronoBandit did you already have rpisurv installed before that change? If not, how were you able to install it without the following error: > Your version of vlc does not...
@kpfa did you have to heavily modify `install.sh` to prevent it from re-installing `vlc` from `apt` and shadowing the snap-distributed `vlc-pi`?
I am aware that this is for Raspberry Pi's--- trying to use this workaround on my 4B with a fresh Bullseye install. I am also using the 64-bit OS, which...
Unfortunately no
thanks! I can see that the Emacs commit from 2018-11-26 has an illustrative comment: ``` @@ -1113,7 +1113,12 @@ dictionary from that list was found." null-device t nil - "-D")...
There are 44 cores on a node of Traverse, right? Any reason why we can only spawn 32 threads?
Also I am in favor of not changing the default `conf.yaml` to make it specific to Princeton-based systems. So: ``` fs_path: '/Users/' ... max_cpus: -1 ``` (`/Users/` isn't an ideal...