From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: uzibalqa Newsgroups: gmane.emacs.help Subject: Re: Remove auctex from emacs Date: Mon, 12 Sep 2022 10:01:04 +0000 Message-ID: References: <878rmp6p1a.fsf@mbork.pl> Reply-To: uzibalqa Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33381"; mail-complaints-to="usenet@ciao.gmane.io" Cc: uzibalqa via Users list for the GNU Emacs text editor To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Sep 12 12:03:59 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oXgII-0008Qp-Rd for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 12 Sep 2022 12:03:59 +0200 Original-Received: from localhost ([::1]:43148 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oXgIH-0000d4-4Q for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 12 Sep 2022 06:03:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXgFh-0000av-Gt for help-gnu-emacs@gnu.org; Mon, 12 Sep 2022 06:01:21 -0400 Original-Received: from mail-40138.protonmail.ch ([185.70.40.138]:33115) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXgFd-0003yL-KR for help-gnu-emacs@gnu.org; Mon, 12 Sep 2022 06:01:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=bo64pjfw3jba7m7ucv7ic5gula.protonmail; t=1662976871; x=1663236071; bh=+rGXHlAdjVe0+hx4K270lX6Gzmg/yRbc0A4U2haqjhc=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=ZUdg1OS1/5fGCfjZ5b81PTa9Nbf44se5tXCA3WuW0A0Vjep/RtG7RLzneE8ZEIvHq 2MyGvsrep5ss7XswcN7/nRl3squy44Ibl2V9vDsorYN3w85wX2kL9t0H2+j+055123 IVY7SZbr1/J9Qjsw/sC6rz28483IM3t0fwt4OBsE6Xe+crWvKp6csxRIn6jRQHu0n6 2YpIq+CyqqaT0bn6SPfeyFFki0h/2Iu4GTjj1dhmzt0l1xCgSMfuiLu38u+jslFjju 8c5dkrPbsJ6PEqJgac7Cn/Pb2RuNlosT+35B+ofxLS1GfnZqYlby+Kzr+rgnhi9YCL 6E8pVDUsWIhMA== In-Reply-To: <878rmp6p1a.fsf@mbork.pl> Feedback-ID: 52887082:user:proton Received-SPF: pass client-ip=185.70.40.138; envelope-from=uzibalqa@proton.me; helo=mail-40138.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:139404 Archived-At: ------- Original Message ------- On Monday, September 12th, 2022 at 7:16 AM, Marcin Borkowski wrote: > On 2022-09-11, at 21:19, uzibalqa uzibalqa@proton.me wrote: >=20 > > How can remove auctex from emacs so that i can use tex-mode and latex-m= ode ? >=20 >=20 > Out of curiosity: why? Is there anything that AUCTeX doesn't do that > the built-in tex-mode/latex-mode does? I never used the built-in mode, > but I read its documentation (many years ago), and it seems rather > simplistic. OTOH, I used AUCTeX for many, many years (at least 15 years > - now I rarely do anything in (La)TeX), and it has always served me well > (maybe apart from rather poor ConTeXt support, idk if that improved - > but it still wasn't very bad). >=20 > Best, Whatever it is, major-modes are not supposed to work that way.