GNU bug report logs - #76612
14.0.8; TeX-engine=xetex causes "No matching viewer found" with TeX-command-run-all

Previous Next

Package: auctex;

Reported by: Zhuohua Li <lizhuohua1994 <at> gmail.com>

Date: Thu, 27 Feb 2025 17:59:02 UTC

Severity: normal

Tags: fixed

Merged with 76631

Found in version 14.0.8

Fixed in version 14.1.0

Done: Arash Esbati <arash <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Arash Esbati <arash <at> gnu.org>
To: Zhuohua Li <lizhuohua1994 <at> gmail.com>
Cc: 76612 <at> debbugs.gnu.org
Subject: bug#76612: 14.0.8; TeX-engine=xetex causes "No matching viewer found" with TeX-command-run-all
Date: Wed, 05 Mar 2025 07:25:10 +0100
tags 76612 fixed
close 76612 14.1.0
thanks

Arash Esbati <arash <at> gnu.org> writes:

> I would install the following change:
>
> diff --git a/tex.el b/tex.el
> index 590f938a..622e980a 100644
> --- a/tex.el
> +++ b/tex.el
> @@ -681,7 +681,7 @@ string."
>      ("%(latexmk-out)"
>       (lambda ()
>         (cond ((eq TeX-engine 'xetex)
> -              " -pdfxe")
> +              " -pdf -pdflatex=xelatex")
>               ((eq TeX-engine 'luatex)
>                (cond ((and TeX-PDF-mode
>                            (TeX-PDF-from-DVI))

I installed this change with commit 059ba17a, and therefore closing this
issue.  Thanks for the report.

Best, Arash




This bug report was last modified 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.