bug-auctex
[Top][All Lists]
Advanced

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

bug#21188: Preview installed from the package manager changes LaTeX-mode


From: Arash Esbati
Subject: bug#21188: Preview installed from the package manager changes LaTeX-mode-hook
Date: Sun, 09 Aug 2015 14:28:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5

Tassilo Horn <address@hidden> writes:

Hi Tassilo,

> I've just released GNU AUCTeX 11.88.7 on ELPA, and the problem should be
> fixed now.  Please test and report back if if works now.

I've installed the latest version from git with your patch and get the
following when I open a tex file:

    (void-function LaTeX-preview-setup)

Recipe:

1)  Start emacs with
    emacs --eval '(setq debug-on-error t)' -Q &

2)  Eval in scratch buffer
    (load "auctex.el" nil t t)

3)  Open a tex file and emacs says:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (void-function LaTeX-preview-setup)
  LaTeX-preview-setup()
  TeX-latex-mode()
  apply(TeX-latex-mode nil)
  latex-mode()
  set-auto-mode-0(latex-mode nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer temp.tex> "~/Latex/temp.tex" nil nil 
"~/Latex/temp.tex" (281474976722716 2925265949))
  find-file-noselect("~/Latex/temp.tex" nil nil t)
  find-file("~/Latex/temp.tex" t)
  call-interactively(find-file nil nil)
  command-execute(find-file)
--8<---------------cut here---------------end--------------->8---

Best, Arash






reply via email to

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