auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Can't access the functionality in beamer.el


From: Shunquan Tan
Subject: Re: [AUCTeX] Can't access the functionality in beamer.el
Date: Tue, 12 Dec 2006 12:32:42 +0800

David, thanks for your reply.

I already apply what you recommend but I still can't access the functionality in beamer.el. Any suggestion is welcome.

Below is the TeX-style-path:
>>>>>>>>>>
("style/" "auto/" "/usr/share/emacs-snapshot/site-lisp/auctex/style/" "/var/lib/auctex/emacs-snapshot/")
>>>>>>>>>>

I check every paths in turn.(My master file is test_beamer.tex)

in the auto/ directory I can find test_beamer.el
>>>>>>>>
(TeX-add-style-hook "test_beamer3"
 (lambda ()
    (TeX-run-style-hooks
     "latex2e"
     "beamer10"
     "beamer")))

>>>>>>>>
I think this file is ok.
the beamer.el is in /usr/share/emacs-snapshot/site-lisp/auctex/style/. I copy beamer.el from the texmf-dist/doc/latex/beamer/emacs directory to there and recompile it. I find that everthing is the same after I restart emacs.

The attachment is the value of TeX-style-hook-list. I can find beamer related setting in there.

On 12/12/06, David Kastrup < address@hidden> wrote:
"Shunquan Tan" < address@hidden> writes:

> Dear all,
>
> I can't access the functionality in beamer.el.
> Press C-c C-e, can't see "frame" in the environment list,
> Any suggestion?
>
> My environment is Ubuntu 6.06+emacs-snapshot 22.0.50.1+AucTex 11.55-3
> I already put the following lines in ~/.emacs
>
> (setq TeX-auto-save t)
> (setq TeX-parse-self t)
> (setq-default TeX-master nil)
>
>
> M-x TeX-submit-bug-report Get:
>
> Emacs  : GNU Emacs
> 22.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.8.17)
>  of 2006-08-24 on vernadsky, modified by Debian
> Package: AUCTeX 11.55

Have you entered the \documentclass command using C-c C-e on an empty
file (the AUCTeX way), or by using C-c RET documentclass RET?

If not, AUCTeX did not yet see the class.  You need to reload the
file, or use C-c C-n for reparsing it.

--
David Kastrup, Kriemhildstr. 15, 44793 Bochum

Attachment: TeX-style-hook-list.txt
Description: Text document


reply via email to

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