From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?S2FpIEdyb8Ofam9oYW5u?= Newsgroups: gmane.emacs.help Subject: Re: Installed AUCTeX with ELPA, but it's not loading Date: Sat, 19 Oct 2013 21:08:06 +0200 Message-ID: <5262D896.3090800@gmx.net> References: <5261B514.4030608@gmx.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1382209652 5286 80.91.229.3 (19 Oct 2013 19:07:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2013 19:07:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 19 21:07:35 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 1VXbs6-0007Be-WC for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Oct 2013 21:07:35 +0200 Original-Received: from localhost ([::1]:34117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXbs6-0002Qf-Ce for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Oct 2013 15:07:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXbrp-0002QX-4q for help-gnu-emacs@gnu.org; Sat, 19 Oct 2013 15:07:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXbrh-0007Rt-QT for help-gnu-emacs@gnu.org; Sat, 19 Oct 2013 15:07:17 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:52357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXbrh-0007Rm-Jx for help-gnu-emacs@gnu.org; Sat, 19 Oct 2013 15:07:09 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VXbrf-0006vx-Ek for help-gnu-emacs@gnu.org; Sat, 19 Oct 2013 21:07:07 +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 ; Sat, 19 Oct 2013 21:07:07 +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 ; Sat, 19 Oct 2013 21:07:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 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) In-Reply-To: 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:94100 Archived-At: Stefan Monnier wrote: >> The package.el is from my Emacs. The AUCTeX package has version: >> (define-package "auctex" "11.87" "Integrated environment for *TeX*" nil > > Ah, yes, there was a problem with that version which failed to define > aliases for tex-mode, latex-mode, .... They were fixed in 11.87.1. Awesome! Yes, that fixed it. So these packages don't auto-update :-) Kai