From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Kai_Gro=DFjohann?= Newsgroups: gmane.emacs.help Subject: Installed AUCTeX with ELPA, but it's not loading Date: Thu, 17 Oct 2013 22:04:38 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1382040256 14117 80.91.229.3 (17 Oct 2013 20:04:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Oct 2013 20:04:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 17 22:04:19 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VWtnu-00005L-Sk for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Oct 2013 22:04:19 +0200 Original-Received: from localhost ([::1]:54056 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWtnu-0006lt-ET for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Oct 2013 16:04:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWtnZ-0006gb-4I for help-gnu-emacs@gnu.org; Thu, 17 Oct 2013 16:04:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWtnR-0004xP-LF for help-gnu-emacs@gnu.org; Thu, 17 Oct 2013 16:03:57 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:55879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWtnR-0004xL-ET for help-gnu-emacs@gnu.org; Thu, 17 Oct 2013 16:03:49 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VWtnQ-0008Hk-ML for help-gnu-emacs@gnu.org; Thu, 17 Oct 2013 22:03:48 +0200 Original-Received: from dslb-188-100-165-077.pools.arcor-ip.net ([188.100.165.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Oct 2013 22:03:48 +0200 Original-Received: from kai.grossjohann by dslb-188-100-165-077.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Oct 2013 22:03:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-188-100-165-077.pools.arcor-ip.net User-Agent: Postbox 3.0.8 (Macintosh/20130427) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94064 Archived-At: I've installed AUCTeX with ELPA, that is, I've done M-x package-install RET auctex RET This seems to have executed successfully, and I was able to use AUCTeX in the same Emacs session. Then I started Emacs again, but AUCTeX was not loaded. There is no message that indicates what might be wrong. "--debug-init" is not helpful, either. I am using Emacs 24.3 from MacPorts. My ~/.emacs file is not empty, but simple enough: it defines a few functions, sets a few variables, binds a few keys. It does not modify load-path. The symptom I'm seeing is that latex-mode is from tex-mode.el. How do I figure out what went wrong? Kai