all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Bozhidar Batsov" <bozhidar@batsov.dev>
To: "Emacs Devel" <emacs-devel@gnu.org>
Subject: Re: Adding new packages to NonGNU ELPA
Date: Wed, 11 Aug 2021 10:03:15 +0300	[thread overview]
Message-ID: <1264ea7a-c6e5-4f9d-8332-addd89e133af@www.fastmail.com> (raw)
In-Reply-To: <jwvwnoua3ip.fsf-monnier+emacs@gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 558 bytes --]

Here's the next batch of patches, I hope I got everything right. I've started with the simple packages and I'll continue with CIDER and its related packages, as they have a bunch of transitive deps I'll need to add to NonGNU ELPA as well (a, parseedn, parseclj). 

On Mon, Aug 9, 2021, at 9:15 PM, Stefan Monnier wrote:
> Bozhidar Batsov [2021-08-09 20:54:20] wrote:
> > Thanks for the feedback! I guess you'll apply this patch yourself
> 
> Done,
> 
> > and I can send you some more packages tomorrow then, right?
> 
> Sure,
> 
> 
>         Stefan
> 
> 
> 

[-- Attachment #1.2: Type: text/html, Size: 1015 bytes --]

[-- Attachment #2: 0001-elpa-packages-guru-mode-Add-package.patch --]
[-- Type: application/octet-stream, Size: 695 bytes --]

From df6b0d6d851c1f0b0829dc6f61df4dd9dcf24d82 Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@batsov.dev>
Date: Wed, 11 Aug 2021 09:43:19 +0300
Subject: [PATCH 1/5] * elpa-packages (guru-mode): Add package

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

diff --git a/elpa-packages b/elpa-packages
index 345906f46..c7b917cec 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -58,7 +58,8 @@
 
  ("goto-chg"		:url "https://github.com/emacs-evil/goto-chg")
 
+ ("guru-mode"		:url "https://github.com/bbatsov/guru-mode")
+
  ("haskell-mode"	:url "https://github.com/haskell/haskell-mode"
   :doc "doc/haskell-mode.texi"
   :ignored-files ("images" "test" "logo.svg")
--
2.25.1


[-- Attachment #3: 0002-elpa-packages-crux-Add-package.patch --]
[-- Type: application/octet-stream, Size: 710 bytes --]

From 32b1a04c79944f56521c766382725e49e4205d1d Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@batsov.dev>
Date: Wed, 11 Aug 2021 09:44:17 +0300
Subject: [PATCH 2/5] * elpa-packages (crux): Add package

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

diff --git a/elpa-packages b/elpa-packages
index c7b917cec..5ccd4c236 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -18,7 +18,8 @@
   :ignored-files ("clojure-mode-extra-font-locking.el" "doc" "test" "test.clj")
   :news "CHANGELOG.md")
 
+ ("crux"		:url "https://github.com/bbatsov/crux")
+
  ("editorconfig"	:url "https://github.com/editorconfig/editorconfig-emacs"
   :doc "doc/editorconfig.texi"
   :news "CHANGELOG.md"
--
2.25.1


[-- Attachment #4: 0003-elpa-packages-inf-clojure-Add-package.patch --]
[-- Type: application/octet-stream, Size: 769 bytes --]

From 193b8b575c0b8072ae9e2a9333b177367252cea8 Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@batsov.dev>
Date: Wed, 11 Aug 2021 09:49:45 +0300
Subject: [PATCH 3/5] * elpa-packages (inf-clojure): Add package

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

diff --git a/elpa-packages b/elpa-packages
index 5ccd4c236..895cab0f1 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -75,6 +75,10 @@
  ("htmlize"		:url "https://github.com/hniksic/emacs-htmlize"
   :ignored-files ("htmlize.el.html"))
 
+ ("inf-clojure"	:url "https://github.com/clojure-emacs/inf-clojure"
+  :ignored-files ("test")
+  :news "CHANGELOG.md")
+
  ("lua-mode"		:url "https://github.com/immerrr/lua-mode/"
   :ignored-files ("test" "travis" "init-tryout.el"))
 
-- 
2.25.1


[-- Attachment #5: 0004-elpa-packages-projectile-Add-package.patch --]
[-- Type: application/octet-stream, Size: 1111 bytes --]

From 34668d24ee93dc35189113176fbdf886fc7c2e35 Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@batsov.dev>
Date: Wed, 11 Aug 2021 09:55:28 +0300
Subject: [PATCH 4/5] * elpa-packages (projectile): Add package

---
 elpa-packages | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/elpa-packages b/elpa-packages
index 895cab0f1..2e8aa45e1 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -75,7 +75,7 @@
  ("htmlize"		:url "https://github.com/hniksic/emacs-htmlize"
   :ignored-files ("htmlize.el.html"))
 
- ("inf-clojure"	:url "https://github.com/clojure-emacs/inf-clojure"
+ ("inf-clojure" 	:url "https://github.com/clojure-emacs/inf-clojure"
   :ignored-files ("test")
   :news "CHANGELOG.md")
 
@@ -131,6 +131,10 @@
  ("paredit"		:url "https://mumble.net/~campbell/git/paredit.git"
   :ignored-files ("check.sh" "genhtml.sh" "test.el"))
 
+ ("projectile"  	:url "https://github.com/bbatsov/projectile"
+  :ignored-files ("doc" "test")
+  :news "CHANGELOG.md")
+
  ("request"		:url "https://github.com/tkf/emacs-request"
   :ignored-files ("tests" "doc" "COPYING"))
 
-- 
2.25.1


[-- Attachment #6: 0005-elpa-packages-rubocop-Add-package.patch --]
[-- Type: application/octet-stream, Size: 711 bytes --]

From 4eeda2535978c6af1c1adec9091083e02fb7e29f Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@batsov.dev>
Date: Wed, 11 Aug 2021 09:57:31 +0300
Subject: [PATCH 5/5] * elpa-packages (rubocop): Add package

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

diff --git a/elpa-packages b/elpa-packages
index 2e8aa45e1..05a593b15 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -138,6 +138,8 @@
  ("request"		:url "https://github.com/tkf/emacs-request"
   :ignored-files ("tests" "doc" "COPYING"))
 
+ ("rubocop"		:url "https://github.com/rubocop/rubocop-emacs")
+
  ("rust-mode"		:url "https://github.com/rust-lang/rust-mode"
   :ignored-files ("test-*" "triagebot.toml" "*.sh"))
 
-- 
2.25.1


  reply	other threads:[~2021-08-11  7:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-03  7:17 Adding new packages to NonGNU ELPA Bozhidar Batsov
2021-08-03 13:06 ` Stefan Monnier
2021-08-09  8:07   ` Bozhidar Batsov
2021-08-09 17:06     ` Stefan Monnier
2021-08-09 17:54       ` Bozhidar Batsov
2021-08-09 18:15         ` Stefan Monnier
2021-08-11  7:03           ` Bozhidar Batsov [this message]
2021-08-25 11:05             ` Philip Kaludercic
2021-08-25 15:49               ` Bozhidar Batsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1264ea7a-c6e5-4f9d-8332-addd89e133af@www.fastmail.com \
    --to=bozhidar@batsov.dev \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.