auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cannot get AUCTeX to work


From: Pastiche P
Subject: Re: cannot get AUCTeX to work
Date: Sun, 10 Jan 2021 09:46:17 +0100

When trying to reinstall AUCTeX, I spotted an error in the messages. Turns out I was hit by the following problem 

https://emacs.stackexchange.com/questions/13965/installing-auctex-from-package-manager-scan-error 

and AUCTeX wasn't even properly installed...

Now everything is working fine. Thanks everybody for their input!

On Sat, 9 Jan 2021 at 18:49, Gennady Uraltsev <gennady.uraltsev@gmail.com> wrote:
Hello,

This may not be of direct use but I use AucTeX under Windows with emacs27. I use straight for package management and a simple:

(straight-use-package 'auctex)

in the init makes everything work out of the box. The only issue that I had is that I have to define keybindings in a hook that I add as:

(add-hook 'LaTeX-mode-hook 'auctex-keybindings-h)

Everything else e.g. configuration using setq works well out of the box. I used to use the emacs customize functionality but not any more. I remember it also worked correctly. If anything, to have the configuration options loaded and displayed you should open a .tex file first so that the package loads. 

I do however remember significant issues with use-package and auctex. It may have been my fault but that is one of the reasons I abandoned use package and decided to use straight and do things manually. 

Best,

Gennady

P.S. If you want I can clean up a bit and share a minimal working config. I often do so to prepare a clean emacs when submitting bug reports. Straight.el makes it easy enough

--
Gennady Uraltsev


reply via email to

[Prev in Thread] Current Thread [Next in Thread]