auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] progress


From: David Kastrup
Subject: Re: [AUCTeX-devel] progress
Date: Mon, 23 Feb 2015 12:44:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Uwe Brauer <address@hidden> writes:

>    > Uwe Brauer <address@hidden> writes:
>
>    > Hard to misunderstand things that have never been said.  With your
>    > approach, you'll get completions even for documents that don't use
>    > beamer at all.  Which is why Tassilo wrote:
>
>    >     If bidibeamer is the same as beamer (at least from a user's POV),
>    >     then a bidibeamer.el style file like
>
>    >     (TeX-add-style-hook
>    >      "bidibeamer"
>    >      (lambda () (TeX-run-style-hooks "beamer"))
>    >      LaTeX-dialect)
>
>    >     should do the trick.
>
>    > I repeat: "a bidibeamer.el style file".
>
>
> Yes, I did that and it *did* not work.

Have you enabled style file parsing?  The AUCTeX manual has

   If you want to make AUCTeX aware of style files and multi-file
documents right away, insert the following in your `.emacs' file.

     (setq TeX-auto-save t)
     (setq TeX-parse-self t)
     (setq-default TeX-master nil)

right on the first page.

-- 
David Kastrup



reply via email to

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