From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.help Subject: Re: Rainbow-delimiters highlighting { and } for tex and latex Date: Fri, 09 Sep 2022 10:41:25 +0200 Message-ID: <86sfl1vt1m.fsf@gnu.org> References: <87wnae5aj4.fsf@gmail.com> <87k06e55im.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23418"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: Alessandro Bertulli , Stefan Monnier , wilnerthomas@tutanota.com, help-gnu-emacs@gnu.org To: Christopher Dimech Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 09 10:44:21 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 1oWZca-0005uS-2x for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 09 Sep 2022 10:44:20 +0200 Original-Received: from localhost ([::1]:33190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWZcZ-0002mf-0X for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 09 Sep 2022 04:44:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57980) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWZa5-0001zq-65 for help-gnu-emacs@gnu.org; Fri, 09 Sep 2022 04:41:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49216) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWZa4-0008Dd-DH; Fri, 09 Sep 2022 04:41:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=Zvt2AhP78eKOEYCZLhO8umIJlazOWc4grhg6+PasfBw=; b=ByVjy8MNeww+2QJibLOh hir0R38udoo0HivoOXIonDdlg6itvcHm+ua5exH0hRQYAkAxZcCHEPVDUya/jpMUg9qGjqkzLBSct AnsoSe/naza68vhDUeIiveR8w5f91GSd4hNYU+Gv2n5bnwd/0bntcma8rRKTo76z6RnIAGlEkVEdG pYSKOeTIFaGPIdR4/yzIpbs6CcyLQGH6yeoB11I9GhWp7qHbeluEzD6NZY0o7SFB08bxf3nmqruvq O1ylw8ISMa9U6Tk2EIAIO2t+oby1AgqEfrynITYytKqhKbJ5c6Gx0LT6TNIQqYa5iGepCNHwpz38G jd2cERRnVPLQ7w==; Original-Received: from pd9fb77f7.dip0.t-ipconnect.de ([217.251.119.247]:52670 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWZa3-0005zp-Np; Fri, 09 Sep 2022 04:41:43 -0400 In-Reply-To: (Christopher Dimech's message of "Thu, 8 Sep 2022 17:02:31 +0200") 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:139340 Archived-At: Christopher Dimech writes: > As all these tools are part of Gnu, it would be more suitable to > integrate all the tex and latex functionality in simple way within > emacs. [...] There is good functionality in the auctex and cdlatex > modes for emacs that a least the core should be put in just a single > mode. Does it mean you want to create a One-Stop-Shop for (La)TeX writing within Emacs, i.e., merging AUCTeX, cdlatex etc. into a core library? Or just put part of AUCTeX/cdlatex in core? If the latter, how do you pull the rest? > Other major modes do not work in confusing ways like tex and latex. Does python also fit the bill above? There is the builtin python.el and external packages like python-mode.el which have their pros and cons. Best, Arash