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: AUCTeX with RefTex Date: Sat, 10 Dec 2005 12:54:50 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart2182428.DjFMFtJz10" Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1134220337 8394 80.91.229.2 (10 Dec 2005 13:12:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Dec 2005 13:12:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 10 14:12:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1El4VT-0005wM-0I for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Dec 2005 14:11:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1El4Uw-0000SG-6m for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Dec 2005 08:10:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1El4NG-0007Ma-Hw for help-gnu-emacs@gnu.org; Sat, 10 Dec 2005 08:02:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1El4NE-0007Lo-A5 for help-gnu-emacs@gnu.org; Sat, 10 Dec 2005 08:02:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1El4NE-0007Lh-0g for help-gnu-emacs@gnu.org; Sat, 10 Dec 2005 08:02:48 -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 1El4Oa-00053E-PN for help-gnu-emacs@gnu.org; Sat, 10 Dec 2005 08:04:13 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1El4Lz-0003BP-TB for help-gnu-emacs@gnu.org; Sat, 10 Dec 2005 14:01:31 +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 14:01:31 +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 14:01:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 50 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:31849 Archived-At: --nextPart2182428.DjFMFtJz10 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8Bit Hello! 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. --nextPart2182428.DjFMFtJz10 Content-Type: text/plain; name=".emacs" Content-Transfer-Encoding: 8Bit Content-Disposition: attachment; filename=".emacs" (custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(case-fold-search t) '(current-language-environment "Latin-2") '(default-input-method "latin-2-prefix") '(face-font-selection-order (quote (:height :width :weight :slant))) '(global-font-lock-mode t nil (font-lock)) '(ispell-keep-choices-win t) '(mouse-avoidance-mode (quote jump) nil (avoid)) '(mouse-wheel-follow-mouse t) '(mouse-wheel-mode t nil (mwheel)) '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))) (custom-set-faces ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. ) ; LaTeX beállítások (require 'tex-site) ; a RefTeX valamiért nem működik, pedig nagyon jó lenne! (setq reftex-plug-into-AUCTeX t) ;(autoload 'whizzytex-mode ; "whizzytex" ; "WhizzyTeX, a minor-mode WYSIWIG environment for LaTeX" t) ; Maxima: alapértelmezett a .max fájlokhoz (setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist)) (setq load-path (cons "/usr/share/maxima/5.9.1/emacs" load-path )) (autoload 'maxima "maxima" "Running Maxima interactively" t) (autoload 'maxima-mode "maxima" "Maxima editing mode" t) ; imaxima -- szépen formázott maxima kimenet (autoload 'imaxima "imaxima" "Image support for Maxima" t) (setq imaxima-use-maxima-mode-flag t) --nextPart2182428.DjFMFtJz10 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --nextPart2182428.DjFMFtJz10--