Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auctex-latexmk does not work with auctex 3.1.1 anymore #43

Open
keinstein opened this issue Apr 22, 2022 · 1 comment
Open

auctex-latexmk does not work with auctex 3.1.1 anymore #43

keinstein opened this issue Apr 22, 2022 · 1 comment

Comments

@keinstein
Copy link

Hi,
With current auctex I don't get latexmk to work anymore I find the following lines in my Messages buffer:

Starting new Ispell process aspell with german-new8 dictionary...done
apply: Wrong type argument: number-or-marker-p, nil
Starting new Ispell process aspell with german-new8 dictionary...done
No process for this document.
Starting new Ispell process aspell with german-new8 dictionary...done [4 times]
TeX-view-command-raw: Wrong number of arguments: (lambda (command file &optional list) "Expand COMMAND for FILE as described in LIST.
LIST default to `TeX-expand-list'.  As a special exception,
`%%' can be used to produce a single `%' sign in the output
without further expansion." (defvar TeX-command-pos) (let (pat pos entry TeX-command-text TeX-command-pos expansion-res case-fold-search string expansion arguments) (setq list (cons (list "%%" #'(lambda nil (setq pos (1+ pos)) "%")) (or list (TeX-expand-list))) pat (regexp-opt (mapcar #'car list))) (setq file (apply-partially #'TeX--master-or-region-file-with-extra-quotes file)) (while (setq pos (string-match pat command pos)) (setq string (match-string 0 command) entry (assoc string list) expansion (car (cdr entry)) arguments (cdr (cdr entry)) string ...) (if (stringp string) (setq command (replace-match string t t command))))) command), 1
Starting new Ispell process aspell with german-new8 dictionary...done
Quit

And I have no clue how to fix it. When I remove (auctex-latexmk-setup) from my .emacs auctex seems to work fine.

Applying #40 does not help.

@ghost
Copy link

ghost commented Apr 12, 2023

Is this issue still present?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant