From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Morgan Willcock" Newsgroups: gmane.emacs.devel Subject: =?utf-8?q?Re=3A?= [ELPA] New =?utf-8?q?package=3A?= kixtart-mode Date: Wed, 09 Nov 2022 23:48:25 +0100 Message-ID: <6061-636c2e00-95-57685e00@208106730> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4035"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: SOGoMail 5.5.0 Cc: emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 09 23:49:36 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 1ostt1-0000nc-C5 for ged-emacs-devel@m.gmane-mx.org; Wed, 09 Nov 2022 23:49:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ostsL-0007Gm-Sl; Wed, 09 Nov 2022 17:48:54 -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 1osts7-0007Fd-L5 for emacs-devel@gnu.org; Wed, 09 Nov 2022 17:48:47 -0500 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1osts4-0002kb-Mz for emacs-devel@gnu.org; Wed, 09 Nov 2022 17:48:39 -0500 Original-Received: (Authenticated sender: morgan@ice9.digital) by mail.gandi.net (Postfix) with ESMTPSA id CF60D240002; Wed, 9 Nov 2022 22:48:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ice9.digital; s=gm1; t=1668034108; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=ejKG4Ag8tYGTN5CKjvlX3tJyMhUVOBtw6XJ/YBtkPck=; b=hL0C7UsqU7onW5kShH4ybg+vv8tVXVq7BQadvdKRIzD0PLPUsjc12Bjm1YuSRbFD9+oO9T eKXlQ32IzUR7GqG0kh2QeoqK8ccL4j6XpFYAa6uMv85H1324GiGNon/7GvTTuqeMtFF2ML VchrSHnUMQJcIXhf/iP0a1eubDAvE3wbQ0AUHXQdzC2Hhdg+///0iY6tTFHL0mOhuLjexJ uqlNlXWG9Wz0ZILTf7scW08pUsfy9jHKVpimVwYQIIhjrzrivMv2R5kbV2ygnq4VIpeP7V O8afbTGg6LCt0FzvzlRpEPe73grAeOh7AWxyrfUYyqbEZ7onRycctr+ae9ONKw== In-Reply-To: X-Forward: 127.0.0.1 Received-SPF: pass client-ip=217.70.178.230; envelope-from=morgan@ice9.digital; helo=relay10.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, FROM_FMBLA_NEWDOM14=0.001, RCVD_IN_DNSWL_LOW=-0.7, 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:299443 Archived-At: On Wednesday, November 09, 2022 22:04 GMT, Stefan Monnier wrote: > > Would there be any issues in adding the package? > > There is one issue, yes: is KiXtart Free Software? > According to Wikipedia, the license is "Closed source Careware". > And indeed, I can't find any source code on http://www.kixtart.org/. > If that's indeed proprietary code, then I think we probably wouldn't > want to host `kixtart-mode` on (Non)GNU ELPA. There is no dependency or inter-op with the interpreter, and the packag= e was developed independently - since the source code is not available it= is also impossible for me to create any link to it. But if this is the final decision I'll live with it. > Find below my sig a suggested patch to fix a few minor issues I found= > along the way (the main one is arguably the way `kixtart-tempo-tags` > is passed to `tempo-define-template`). Thanks for taking a look. Are you happy if I take your patch, regardles= s of where the package ends up?