GNU bug report logs - #55511
13.1.3; TeX-auto-store issues with complex paths

Previous Next

Package: auctex;

Reported by: Cyril Arnould <cyril.arnould <at> outlook.com>

Date: Wed, 18 May 2022 21:51:01 UTC

Severity: normal

Found in version 13.1.3

Done: Ikumi Keita <ikumi <at> ikumi.que.jp>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 55511 <at> debbugs.gnu.org (full text, mbox):

From: Cyril Arnould <cyril.arnould <at> outlook.com>
To: Arash Esbati <arash <at> gnu.org>
Cc: Ikumi Keita <ikumi <at> ikumi.que.jp>,
 "55511 <at> debbugs.gnu.org" <55511 <at> debbugs.gnu.org>
Subject: AW: bug#55511: 13.1.3; TeX-auto-store issues with complex paths
Date: Sun, 22 May 2022 22:54:47 +0000
[Message part 1 (text/plain, inline)]
>Did you run ./autogen.sh before ./configure?

I did, yes, I attached the output in case you're interested. It seems
like it starts failing after the following line:

checking for install-info... /usr/bin/install-info

The problem is I end up with an empty Makefile, so make fails
afterwards.

>We have instructions for using AUCTeX from a local Git repo described
>here[1].

I think what was missing were the following lines from the
AUCTeX-documentation:

(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)

When I added those, it worked. I guess these lines are not necessary
when installing via ELPA?

>I don't use use-package, but I think you need to use-package tex and
>not latex.

I think I've changed this based off of this post:

https://emacs.stackexchange.com/questions/41321/when-to-specify-a-package-name-in-use-packages-ensure-tag/41324#41324

I wanted to load LaTeX-mode, not TeX-mode, which is in latex.el. I also
load reftex using the following snippet:

(use-package reftex-mode
  :ensure auctex
  :hook LaTeX-mode)

Anyway, the patch was still working with the properly installed auctex.
[Message part 2 (text/html, inline)]
[mingw-output (application/octet-stream, attachment)]

This bug report was last modified 2 years and 359 days ago.

Previous Next


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