From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter S Galbraith Newsgroups: gmane.emacs.help Subject: Re: Enhanced Carbon Emacs' LaTeX abilities in XEmacs (and AUCtex loading problem) Date: Mon, 20 Oct 2003 19:34:03 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4635.1066692843@mixed> References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066693832 12787 80.91.224.253 (20 Oct 2003 23:50:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2003 23:50:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 21 01:50:30 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ABjnB-0000aG-00 for ; Tue, 21 Oct 2003 01:50:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ABjle-00067f-CM for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2003 19:48:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ABjfO-0001aU-0F for help-gnu-emacs@gnu.org; Mon, 20 Oct 2003 19:42:26 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ABjeN-0001IO-DP for help-gnu-emacs@gnu.org; Mon, 20 Oct 2003 19:41:54 -0400 Original-Received: from [66.110.133.59] (helo=mixed.dyndns.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ABjXJ-00089K-SF for help-gnu-emacs@gnu.org; Mon, 20 Oct 2003 19:34:06 -0400 Original-Received: by mixed.dyndns.org (Postfix, from userid 1000) id F2ADD71C69; Mon, 20 Oct 2003 19:34:04 -0400 (EDT) Original-Received: from mixed (localhost [127.0.0.1]) by mixed.dyndns.org (Postfix) with ESMTP id EFE5F71C68; Mon, 20 Oct 2003 19:34:04 -0400 (EDT) Original-To: Hans-Joachim Daniels In-Reply-To: Message from Hans-Joachim Daniels of "Mon, 20 Oct 2003 19:42:32 +0200." X-Mailer: MH-E 7.4.2+cvs; nmh 1.1-RC1; GNU Emacs 21.3.1 X-Image-URL: http://people.debian.org/~psg/face.png X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13395 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13395 Hans-Joachim Daniels wrote: > Hallo, > > > AUCTeX comes with a manual. "Installation" will tell you to put > > (require 'tex-site) in your .emacs file. > > > > I read and tried that before posting. > But it didn't help because Debian does not put it in the load path. ? $ dpkg -L auctex | grep tex-site /usr/share/emacs/site-lisp/tex-site.el Actually, Debian's auctex can work out of the box since package configuration asks whether to enable it globally. Peter