From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Brand new clojure support in Emacs ;-) Date: Thu, 07 Sep 2023 11:23:14 +0300 Message-ID: <83y1hiz91p.fsf@gnu.org> References: <87il9kksqz.fsf@dfreeman.email> <87a5uw9ivs.fsf@posteo.net> <87ttt42gna.fsf@dfreeman.email> <87wmy080kn.fsf@posteo.net> <83v8djcydl.fsf@gnu.org> <87350ndquw.fsf@dfreeman.email> <83350ncbns.fsf@gnu.org> <87cyzrjbd8.fsf@dfreeman.email> <83zg2vav46.fsf@gnu.org> <87o7j99304.fsf@dfreeman.email> <87zg2hsyrd.fsf@dfreeman.email> <87h6ontwfv.fsf@posteo.net> <87r0nlngmo.fsf@posteo.net> <87msy8vq6m.fsf@gmail.com> <87jztcrg49.fsf@posteo.net> <87jztc6w42.fsf@gmail.com> <83il8q5fh3.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30857"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 07 10:24:36 2023 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 1qeAJX-0007ma-4i for ged-emacs-devel@m.gmane-mx.org; Thu, 07 Sep 2023 10:24:35 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qeAIa-0007bS-DG; Thu, 07 Sep 2023 04:23:36 -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 1qeAIZ-0007at-Bo for emacs-devel@gnu.org; Thu, 07 Sep 2023 04:23:35 -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 1qeAIZ-0007o8-4C for emacs-devel@gnu.org; Thu, 07 Sep 2023 04:23:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=/NEOx2sO6WvnsrCnpoz4dKKWeLWkPXzKjcu67IDFvZU=; b=FAKliA7BchPz 9tZvuLHr5wlPYRfBHKXoqDzGMNqvv9vOq47Z8Am0simBhnOrVt6Nl5Mf8iH3mLsyCNjy2sSNhtFwc bfokwIEXU7SL3rGe9RxJeBe+nhCUEI9L9gvcMO7NrNLW7EvQVNbPJavdxzcS/rlJeonHsxR1wyObj kq6eVP76DFBEYya5Pv48wDxBVLVG/fHin9KKZHUPVL/0jX7ZcxSA6X+6qtAXEgFWq6KCTGF1KBOgA +ITeoq4AiK8eOO3rLfRV2i8biTEn1+mgYwsFt9LwctTOXU3cPgMG3YSyuqTBine/GU7NI75TQcL5O NKw37IzfMCpdlthkwnZnBw==; In-Reply-To: (message from Richard Stallman on Wed, 06 Sep 2023 21:20:43 -0400) 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:310245 Archived-At: > From: Richard Stallman > Cc: emacs-devel@gnu.org > Date: Wed, 06 Sep 2023 21:20:43 -0400 > > > So, if needed (and I'm not saying it's needed in this case, as the > > discussions still continue and the jury is still out on what would be > > the final outcome), we can use a slightly non-standard name if there > > are good reasons. > > The reason would be to make -*-clojure-*- run the major mode that > is included in Emacs. > > The ideal solution would be that the Clojure mode now in NonGNU ELPA > moves into Emacs. Agreed on both counts. I'm just saying that if we decide to have a slightly less ideal solution, we can. Having built-in support for Clojure is more important than having an ideal solution for that. > By the way, do we have a feature that can autoload major modes > that are in GNU ELPA? I think one is needed. What do you mean by "autoload major modes that are in GNU ELPA"? Emacs will autoload any mode which is installed on the local computer, either as part of Emacs or downloaded and installed via package.el. If you meant something else, please elaborate.