Results 292 comments of Basil L. Contovounesios

> related bug in swiper: abo-abo/swiper#2709 The workaround in that issue is no longer needed; see https://debbugs.gnu.org/39149#37.

If anyone's interested in the slightly more detailed CA spiel from a maintainer's PoV, it's at: https://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html or, if you have this manual installed locally, e.g. via the `gnulib` Debian...

FWIW, here's how I'm locally working around the issue at runtime until upstream is patched: ```el (defun my-auctex-latexmk-advice (req feature &rest args) "Call REQ with FEATURE and ARGS, unless FEATURE...

@felker > The Error still appears in `*Messages*` for me with: That may be because you're calling `auctex-latexmk-setup` twice, once with the surrounding advice in place, and once without. Or...

> For some reason this doesn't work for me and I get the following error at startup That shouldn't happen, as `auctex-latexmk.el` loads `latex.el`, which loads `tex.el`, which defines `TeX-expand-list`....

> I guess being outside the US I'll need to do it the slow way. FWIW, it seems the FSF is accepting electronic submissions from all countries as of November...

@zsoltika Have you tried calling M-x`toggle-debug-on-error`RET before running into the error? If you do, can you please post the (redacted, if necessary) resulting error backtrace?

See [`(emacs) Find Init`](https://www.gnu.org/software/emacs/manual/html_node/emacs/Find-Init.html) and the last few paragraphs of [`(emacs) Minibuffer File`](https://www.gnu.org/software/emacs/manual/html_node/emacs/Minibuffer-File.html).