From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nagy Viktor Newsgroups: gmane.emacs.help Subject: Re: AUCTeX with RefTex Date: Sat, 10 Dec 2005 23:10:03 +0100 Message-ID: References: <439ad6cc$0$15791$14726298@news.sunsite.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8Bit X-Trace: sea.gmane.org 1134252773 27681 80.91.229.2 (10 Dec 2005 22:12:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Dec 2005 22:12:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 10 23:12:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ElCw9-0002VE-JI for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Dec 2005 23:11:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElCwY-0002Wy-Bt for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Dec 2005 17:11:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ElCwK-0002Wj-Sk for help-gnu-emacs@gnu.org; Sat, 10 Dec 2005 17:11:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ElCwJ-0002WU-Dm for help-gnu-emacs@gnu.org; Sat, 10 Dec 2005 17:11:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElCwJ-0002WN-AT for help-gnu-emacs@gnu.org; Sat, 10 Dec 2005 17:11:35 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1ElCxk-0004Qp-Df for help-gnu-emacs@gnu.org; Sat, 10 Dec 2005 17:13:04 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ElCuN-0001zu-O4 for help-gnu-emacs@gnu.org; Sat, 10 Dec 2005 23:09:35 +0100 Original-Received: from 146.110.58.92 ([146.110.58.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Dec 2005 23:09:35 +0100 Original-Received: from viktor.nagy by 146.110.58.92 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Dec 2005 23:09:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 146.110.58.92 User-Agent: KNode/0.8.2 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:31858 Archived-At: Thanks a lot, it works! Köszi, Viktor Ralf Angeli wrote: > * Nagy Viktor (2005-12-10) writes: > >> I would like to use AUCTeX together with RefTeX, but setting up my .emacs >> file as written in the info files doesn't help. >> >> I've attached my .emacs file. > [...] >> ; LaTeX beállítások > > Oh, Hungarian. Jó napot! (Not that I know much more. (c:) > >> (require 'tex-site) > > Which version of AUCTeX is this you are using? AUCTeX 11.81 should be > loaded differently, i.e. with > (load "auctex.el" nil t t) > >> ; a RefTeX valamiért nem m?ködik, pedig nagyon jó lenne! >> (setq reftex-plug-into-AUCTeX t) > > The following seems to be missing: > > ;; (info "(reftex)Installation") > (add-hook 'LaTeX-mode-hook 'turn-on-reftex) ; with AUCTeX LaTeX mode > (add-hook 'latex-mode-hook 'turn-on-reftex) ; with Emacs latex mode > > Szia, > Ralf