From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: kixtart-mode Date: Wed, 09 Nov 2022 21:10:14 +0000 Message-ID: <878rkj96mh.fsf@posteo.net> References: <631d-636c1380-131-1f4ad1e0@218117756> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2073"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: morgan@ice9.digital Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 09 22:11:19 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 1ossLu-0000Mo-Nx for ged-emacs-devel@m.gmane-mx.org; Wed, 09 Nov 2022 22:11:18 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ossL2-0002wE-4d; Wed, 09 Nov 2022 16:10:24 -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 1ossKz-0002vV-SQ for emacs-devel@gnu.org; Wed, 09 Nov 2022 16:10:21 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ossKv-0000cJ-Sx for emacs-devel@gnu.org; Wed, 09 Nov 2022 16:10:20 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id D062B240104 for ; Wed, 9 Nov 2022 22:10:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1668028214; bh=1QdQsrva3ZWppOygTzUzQslyV5N4e11WVnJ7glHRO34=; h=From:To:Cc:Subject:Date:From; b=O6JI1qR2OSaAW2x9Ogwe4+48/UcYR0rudPKOw5hrxPWuYyVMPTUrCpemtb00/J120 9cweSJ2+Q4auwe+xX51Q1JM6ujreP8225oUIH5ZrzrT4FKTnAN9NShVrbyVRNJluf7 UJWnpSkTYsdlypoE5EX2PCNXHfodDomjp52gEWLqBc1Y6AsWWp3QWHIWeSY2Rz9iU8 WuVsLKsOKHaWrUDk9g+1jG4hkAHObmEkBne/3RK1Tj8WWslxQDsskVAr7eGPCiKiOK U8mR+bcVHZkxng3dF27ko2M8+/VJld2YgCT7APaUHluW6R7OvC+2IPr6nXfuzCYyfU IMTyLqk5Bq2Ew== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4N6yKf1T0gz9rxL; Wed, 9 Nov 2022 22:10:13 +0100 (CET) In-Reply-To: <631d-636c1380-131-1f4ad1e0@218117756> (morgan@ice9.digital's message of "Wed, 09 Nov 2022 21:55:27 +0100") Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.posteo.de 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:299436 Archived-At: "morgan@ice9.digital" writes: > KiXtart (http://www.kixtart.org/) is a Windows scripting language which > doesn't have much in the way of modern editor support. Just to get this out of the way: GNU ELPA requires packages to have no hard dependencies on non-free software. Is this the case with KiXtart? Are there free implementations that run on free operating systems?