From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] feat: add markdown-ts-mode Date: Thu, 04 Jul 2024 09:19:26 -0400 Message-ID: References: <877cgs7m4e.fsf@gmail.com> <86frvga5zc.fsf@gnu.org> <87edazgt7v.fsf@gmail.com> <87h6ftvpzz.fsf@posteo.net> <87plugzxgx.fsf@gmail.com> <87frv7qfb6.fsf@posteo.net> <8734owcxe2.fsf@gmail.com> <87cynugufj.fsf@gmail.com> <86o77dag6z.fsf@gnu.org> <86a5ixad5k.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12480"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: stefankangas@gmail.com, rahuljuliato@gmail.com, emacs-devel@gnu.org, casouri@gmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 04 15:19:50 2024 Return-path: Envelope-to: ged-emacs-devel@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 1sPMNK-000359-6N for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Jul 2024 15:19:50 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sPMMz-00083C-6u; Thu, 04 Jul 2024 09:19:29 -0400 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 1sPMMx-00082p-80 for emacs-devel@gnu.org; Thu, 04 Jul 2024 09:19:27 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sPMMw-0002Uo-Uj; Thu, 04 Jul 2024 09:19:26 -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=DRZEtILNgZRO/E6zZ6mb5BOVD/LqHFHpdNXOFdrj4v4=; b=FFBNBdp5HGBnCRmcVVNw SwE6VEsHS/ga81cA2y1AKYyLfkUfRkeyPN40hPQv9F37+L1mi3AowWC1LObXDv9ex/F2pnrnBgHH5 kMKLaAvFhnvBdpx6qzyyd2ttuWjNlVhKLfIyGWb9eTPcDSEzBKiNBuW67Y2+rfrueknjoG2nL+h+1 Q9LJGCyZo6MeMEbuzKi3n44j6B1gZIsdwSwe4NUxAa9QtSCGS3I7VeR2C05ObgmqW0dUYGZCNTT3k PDK7iTju2sDcYBve7l+FtLTbL+4NDzXjlFq15sISy63Pq8cPB3880wy3HiSWf3uSpBx6HuBwRAS2j C/1ihL61zBc2qA==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sPMMw-00041f-EI; Thu, 04 Jul 2024 09:19:26 -0400 In-Reply-To: <86a5ixad5k.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 04 Jul 2024 09:23:35 +0300") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321316 Archived-At: Eli Zaretskii writes: >> Date: Thu, 04 Jul 2024 08:17:56 +0300 >> From: Eli Zaretskii >> Cc: rahuljuliato@gmail.com, emacs-devel@gnu.org, acorallo@gnu.org, >> casouri@gmail.com >> >> I'm not sure this is important enough to make exception of the rule >> that no new features are installed on the release branch. >> >> Moreover, given the proliferation of Markdown style in contexts other >> than just *.md files, I think we should have Markdown support in other >> places, such as email modes and in what looks like plain text files. >> We need some reliable auto-detection of Markdown markup that turns on >> this mode, or maybe a markdown-minor-mode. It is also possible that >> Text mode should support some of the more popular Markdown styles >> (like quoting `like this`) OOTB. >> >> IOW, I think we should do more work here than just add a mode for >> editing *.md files, and that will take some time and discussions to >> figure out and integrate. > > To clarify: the above doesn't mean we need to wait with installing the > mode as it was submitted (with the few minor nits that need to be > fixed). It just means that good integration with Emacs will take > time and more work, and therefore installing this on the emacs-30 > release branch is not necessarily urgent. Agree