From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Problem with auctex Date: Sun, 16 Oct 2016 19:09:44 +0200 Message-ID: <87inssdxuv.fsf@gnu.org> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1476651627 12621 195.159.176.226 (16 Oct 2016 21:00:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 16 Oct 2016 21:00:27 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: , help-gnu-emacs@gnu.org To: me Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 16 23:00:23 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bvsXV-0001yM-GQ for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Oct 2016 23:00:13 +0200 Original-Received: from localhost ([::1]:57759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvsXX-0004pX-K9 for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Oct 2016 17:00:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvowh-00074n-PR for help-gnu-emacs@gnu.org; Sun, 16 Oct 2016 13:10:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvowe-0002e5-Jy for help-gnu-emacs@gnu.org; Sun, 16 Oct 2016 13:09:59 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:38038) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bvowe-0002dp-Fz for help-gnu-emacs@gnu.org; Sun, 16 Oct 2016 13:09:56 -0400 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 08F2F206A4; Sun, 16 Oct 2016 13:09:56 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Sun, 16 Oct 2016 13:09:56 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=5Dnws65VBrnSbFu x+1mQGaIF4VY=; b=jw4SRgXwsvDVLKbBhDacJ0yiO3hXeokC9d6DdgfbAVLtRMM xWv0u1dVOFIDQmfAM9Rgpoc/Zz9Z2n9qfr1LwS3w+P6I5XsF2E1OvB+7Q9qHL54i ODPnLSkgM/xlxgl06xzMyHscax7AriCK7heTssDv5yjGweukTze6ibrqRNo8= X-Sasl-enc: k3Lxee4lENvkGhaKH3VUt6jOj8iQAgOWphIXqtGX2pf5 1476637787 Original-Received: from thinkpad-t440p (p2e504ba3.dip0.t-ipconnect.de [46.80.75.163]) by mail.messagingengine.com (Postfix) with ESMTPA id 03B51F29C9; Sun, 16 Oct 2016 13:09:46 -0400 (EDT) In-Reply-To: (me's message of "Sun, 16 Oct 2016 16:03:15 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.25 X-Mailman-Approved-At: Sun, 16 Oct 2016 16:59:31 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:111538 Archived-At: me writes: Hi! > I've recently updated my emacs to the version 26.0.50.2 (package > emacs- snapshoot for Ubuntu) and since a couple of days, auctex is not > automatically loaded anymore when I edit LaTeX file (*.tex). Auctex > was installed from elpa (or melpa I do not remember) and is stored > into $HOME/.emacs.d/elpa/auctex-11.89.5/. I myself am using Emacs 26 (from the git master branch), and for me AUCTeX installed from ELPA works just fine and loads after finding the first TeX file. I've tested it just yesterday. What does C-h f tex-mode RET show you? Here it shows ,----[ C-h f tex-mode RET ] | tex-mode is an interactive autoloaded compiled Lisp function in =E2=80=98= tex-mode.el=E2=80=99. |=20 | (tex-mode) |=20 | Parent mode: =E2=80=98text-mode=E2=80=99. |=20 | :override advice: =E2=80=98TeX-tex-mode=E2=80=99 |=20 | Major mode for editing files of input for TeX, LaTeX, or SliTeX. | Tries to determine (by looking at the beginning of the file) whether | this file is for plain TeX, LaTeX, or SliTeX and calls =E2=80=98plain-tex= -mode=E2=80=99, | =E2=80=98latex-mode=E2=80=99, or =E2=80=98slitex-mode=E2=80=99, respectiv= ely. If it cannot be determined, | such as if there are no commands in the file, the value of =E2=80=98tex-d= efault-mode=E2=80=99 | says which mode to use. `---- Note the :override advice: line which indicates that AUCTeX has been loaded. > If, within emacs, I type M-x load-library auctex.el and then M-x > latex-mode, everything is then ok.. Auctex is not required explicitly > into my .emacs file (as specified into the documentation). That should not be needed. Do you have any configs wrt. AUCTeX? If so, could you show them? Bye, Tassilo