From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabrice Delente Newsgroups: gmane.emacs.help Subject: Re: tex-mode-hook not working anymore? Date: Mon, 18 Mar 2013 12:57:02 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1363629658 22302 80.91.229.3 (18 Mar 2013 18:00:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Mar 2013 18:00:58 +0000 (UTC) To: Liste Emacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 18 19:01:24 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 1UHeN9-0005j5-Gm for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Mar 2013 19:01:23 +0100 Original-Received: from localhost ([::1]:41649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHeFS-0003Kw-Oe for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Mar 2013 13:53:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHYga-0002Is-TD for help-gnu-emacs@gnu.org; Mon, 18 Mar 2013 07:57:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHYgZ-0001Fd-Me for help-gnu-emacs@gnu.org; Mon, 18 Mar 2013 07:57:04 -0400 Original-Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:50880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHYgZ-0001FN-FV for help-gnu-emacs@gnu.org; Mon, 18 Mar 2013 07:57:03 -0400 Original-Received: by mail-wi0-f169.google.com with SMTP id l13so2738724wie.0 for ; Mon, 18 Mar 2013 04:57:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=oa1RySWAGVSK8LsJ0S2J+DAlAIC/XZPeEMGmT8UUYG0=; b=gCEfk+Im8WyE52Qs2Oor6+1tejoWwY1M67vMKP0y5rbD4dSq2H0NX6ASCAEb9sYzFv N6gfM69JBO0+lSWPk9jJNpWqjS9KwG+gfp81qWFt2elXqNFVM+xmqAg7+Ceej54Y6yEy +Cg4Qvuwl/DWuWrBrpwL2SS8cIGgKOHIecJQeCkt4AP39tE6vMKtA2U6vuJrbQFwFNPN F/bSYS4NK+mShF65Y04xpWITkVnd20EdWHyqw4ADC7ga/ejqinzvieXw0LNL//tNRed6 jjtwvwSzuhRufLxe/n81hbsyuG51l37J8knmsKEiwehJIPnJ3Su0EM9daMkMYzlOgXeb /wSA== X-Received: by 10.194.88.138 with SMTP id bg10mr24434484wjb.13.1363607822662; Mon, 18 Mar 2013 04:57:02 -0700 (PDT) Original-Received: by 10.194.39.167 with HTTP; Mon, 18 Mar 2013 04:57:02 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::229 X-Mailman-Approved-At: Mon, 18 Mar 2013 13:51:00 -0400 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:89585 Archived-At: It seems that AUCTeX is loaded instead of the standard old tex/latex mode! That's why tex-mode-hook is not taken into account. How can I remove AUCTeX?