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: New ELPA package ada-lite Date: Tue, 16 Aug 2022 05:25:51 +0300 Message-ID: <83fshwhqkw.fsf@gnu.org> References: <86y1vpfl1k.fsf@stephe-leake.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17457"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stephen_leake@stephe-leake.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 16 04:26:50 2022 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 1oNmI6-0004RI-0d for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Aug 2022 04:26:50 +0200 Original-Received: from localhost ([::1]:43654 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oNmI5-0004sE-1m for ged-emacs-devel@m.gmane-mx.org; Mon, 15 Aug 2022 22:26:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50126) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNmHN-0004DU-Rq for emacs-devel@gnu.org; Mon, 15 Aug 2022 22:26:05 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53926) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNmHN-0002iG-Az; Mon, 15 Aug 2022 22:26:05 -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=DgLxYxV/Q8RzvxSniE5CfCfMWBZb+Sf2Oi8aygSRW6Q=; b=Si7PjRVAhJbc mopdl1iyuZY2mefNlAujUEElcPqBnPCkiXXXsS0zXuU4P4i4GZpMtE8tvX17WqpbotcH0y9e4KxMM e8/z7h2dbUAQXK0GgXHyFYsiR6ihYsiWtwl0mey0hWJwQgIHB6vEsJcXc+cZR/mCH0l3sdtG6AeMa 1QiG0szgQ9sXxJyU1Q+RbKp0yo+Agpb+gQgRQ13bTrpD1UQUQMlg+uim1yhSxFocWTwfL0gfi2cBL wT0Bw89bTvFx+O53FrgSKHvnVHOhUB7n0jANAB8ZHLyJHH12HUQTiZeHcgwHSF2wLMDzAyt1YLrvC a+6h/E1bLfmEhDRobtRGOQ==; Original-Received: from [87.69.77.57] (port=2037 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNmHM-0001xW-S6; Mon, 15 Aug 2022 22:26:05 -0400 In-Reply-To: (message from Stefan Monnier on Mon, 15 Aug 2022 15:04:56 -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" Xref: news.gmane.io gmane.emacs.devel:293491 Archived-At: > From: Stefan Monnier > Cc: emacs-devel > Date: Mon, 15 Aug 2022 15:04:56 -0400 > > > I'd like to add a package ada-lite-mode to ELPA; code attached. The > > intent is to be a mode for Ada files that's easier to install than the > > current ELPA ada-mode. > > Sounds good, as long as the other ada-mode will be modified to (require > and) derive from (or extend) ada-lite. > > Currently, if both ada-mode and ada-lite packages are installed and > activated, their autoloads will fight for the top spot of > `auto-mode-alist`. Would it make sense to have the lite mode in core?