all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [ELPA] New package: kixtart-mode
@ 2022-11-09 20:55 morgan
  2022-11-09 21:10 ` Philip Kaludercic
  2022-11-09 22:04 ` Stefan Monnier
  0 siblings, 2 replies; 20+ messages in thread
From: morgan @ 2022-11-09 20:55 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 967 bytes --]

I'd like to submit language support for KiXtart as a GNU ELPA package
(patch is attached).

KiXtart (http://www.kixtart.org/) is a Windows scripting language which
doesn't have much in the way of modern editor support.

This is the first Emacs package that I've made but I'm fairly confident
there is nothing too terrible in there and I am actively using it.

There is a slight complication in that there is an old kixtart-mode
package on MELPA which just provided some font locking. I do have
permission from the author of this previous package to take over the
package name, effectively replacing the MELPA package with the new GNU
ELPA package. See confirmation from the author of the previous package
here: https://github.com/ryrun/kixtart-mode/issues/2

I have gone through the FSF copyright assignment process and received
confirmation that it was successfully completed.

Would there be any issues in adding the package?

Thanks,
Morgan

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-elpa-packages-kixtart-mode-New-package.patch --]
[-- Type: text/x-patch, Size: 923 bytes --]

From f36cc5d26b9992db0463a65c883b4ffc82484466 Mon Sep 17 00:00:00 2001
From: Morgan Willcock <morgan@ice9.digital>
Date: Wed, 9 Nov 2022 19:24:43 +0000
Subject: [PATCH 1/1] * elpa-packages ("kixtart-mode"): New package

---
 elpa-packages | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index 412e266..ad8ed95 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -421,6 +421,10 @@
  ;; Kiwix.el is not on Github any more, but hasn't found a new home yet.
  ("kiwix"		:url nil ;Was "https://github.com/stardiviner/kiwix.el"
   :ignored-files ("*.png" "LICENSE"))
+ ("kixtart-mode"	:url "https://github.com/morganwillcock/kixtart-mode"
+  :ignored-files (".dir-locals.el" "LICENSE" "Makefile" "README"
+                  "kixtart-mode-tests.el" "syntax.kix")
+  :readme "README")
  ("kmb"			:url nil)
  ("landmark"		:url nil)
  ("leaf"		:url "https://github.com/conao3/leaf.el"
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-12-20 23:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 20:55 [ELPA] New package: kixtart-mode morgan
2022-11-09 21:10 ` Philip Kaludercic
2022-11-09 21:24   ` Morgan Willcock
2022-11-09 22:04 ` Stefan Monnier
2022-11-09 22:48   ` Morgan Willcock
2022-11-09 23:58     ` Stefan Monnier
2022-11-10  0:20       ` Morgan Willcock
2022-11-10  0:40         ` Juanma Barranquero
2022-11-13  4:18       ` Richard Stallman
2022-11-13  7:09         ` Eli Zaretskii
2022-12-11 23:33           ` Richard Stallman
2022-12-12 12:14             ` Eli Zaretskii
2022-12-11 23:50           ` Óscar Fuentes
2022-12-12  6:17             ` North Year
2022-12-12 12:21             ` Eli Zaretskii
2022-12-12 14:00               ` Óscar Fuentes
2022-12-20 23:59                 ` Morgan Willcock
2022-11-10  8:16   ` Akib Azmain Turja
2022-11-10  8:25     ` Eli Zaretskii
2022-11-10  9:00       ` Akib Azmain Turja

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.