all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yehudah Rubinsky <edrubins@mindspring.com>
Subject: Re: LaTeX-mode menu
Date: Tue, 18 Nov 2003 14:15:25 -0500	[thread overview]
Message-ID: <5.1.0.14.0.20031118133912.03d2de60@localhost> (raw)

Reiner Steib wrote

 >I guess AUCTeX *is* your "super LaTeX-mode". See the instructions in
 >the manual (info "(auctex)Top") on how to set it up.

That's what I thought as well. My .emacs contains the following.
         ;; load Auc Tex
          (require 'tex-site)
          (setq TeX-auto-save t)
          (setq TeX-parse-self t)
          (setq-default TeX-master nil)

site-lips/tex-site.el contains the following.
         (defvar TeX-lisp-directory "c:/progra~1/emacs/site-lisp/auctex/"
           "*The directory where the AUC TeX lisp files are located.")

         ;;; Autoloads:

         (add-to-list 'load-path TeX-lisp-directory)


The beginning of my load-path variable is 
("c:/progra~1/emacs/site-lisp/auctex/" nil.

The following is in the *messages* buffer when loading, even without any 
".tex" files.
         eval-buffer: Symbol's value as variable is void: latex-mode-hook

So the question still is what am I doing that prevents auctex from loading 
for LaTeX files?

Best,
Ed

             reply	other threads:[~2003-11-18 19:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-18 19:15 Yehudah Rubinsky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-11-21 15:31 LaTeX-mode menu Yehudah Rubinsky
     [not found] <mailman.232.1069187219.399.help-gnu-emacs@gnu.org>
2003-11-20 17:55 ` Arjan Bos
2003-11-18 19:24 Yehudah Rubinsky
     [not found] <mailman.200.1069142439.399.help-gnu-emacs@gnu.org>
2003-11-18 10:13 ` Reiner Steib
2003-11-18  6:57 Yehudah Rubinsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.0.20031118133912.03d2de60@localhost \
    --to=edrubins@mindspring.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.