From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Heime via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: Mode hooks for latex and tex files Date: Sat, 30 Nov 2024 19:55:25 +0000 Message-ID: Reply-To: Heime 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="18792"; mail-complaints-to="usenet@ciao.gmane.io" To: Heime via Users list for the GNU Emacs text editor Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Nov 30 20:56:18 2024 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 1tHTZi-0004lV-3r for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 30 Nov 2024 20:56:18 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tHTZ1-0006y1-LI; Sat, 30 Nov 2024 14:55:35 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tHTYz-0006xo-MF for help-gnu-emacs@gnu.org; Sat, 30 Nov 2024 14:55:33 -0500 Original-Received: from mail-43167.protonmail.ch ([185.70.43.167]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tHTYx-00082G-RO for help-gnu-emacs@gnu.org; Sat, 30 Nov 2024 14:55:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1732996528; x=1733255728; bh=xQoNuoXF2Qr5a3qr9jiGnY2c0BBPDi598ICxIrMaQCg=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=f7dEuRcHJlFM0viUyYFcH2kEi6vGr8Xz5z0EpUm5nkJIy8mzSR77rJK/laMCPtDGP LZWvpce4h1MkPhX7hIymAqg06IeTcYPpgTgs1C4wlyiJMOQawd8rU+4vCUykYrc3se bvz50YzvQNcWKr8TWZgLGjtVzF6112uW+ecAMwg1CNgIKus3Pb9Eg4KYfiGsxEkmQ+ Qcf4HizVXHs5rtDHWsHeXi9icbbsm8DAYSYl7vA5A5FBIzlr2Jnb85pFG0rUs7qVth rdiBL3FnmUOEcI06fS6gM/agsfBcPbe81E2rqrR0n0OsyoLneVGWpjJjLkU8iUP459 diwEZ7MZ8anSw== Feedback-ID: 57735886:user:proton X-Pm-Message-ID: 1bc30004a009e71dcf3916736912f9c31dd37627 Received-SPF: pass client-ip=185.70.43.167; envelope-from=heimeborgia@protonmail.com; helo=mail-43167.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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148468 Archived-At: What are the mode hooks for latex and tex files? Using latex and tex is currently very non-intuitive, with things like LaTex-mode, TeX-mode. This mixed capitalisation is all too=20 confusing because ordinary users see only a latex or tex configuration for their modes, rather than the nuances of capitalisation changes.