emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [NonGNU ELPA] 12 new packages!


From: Akib Azmain Turja
Subject: Re: [NonGNU ELPA] 12 new packages!
Date: Mon, 28 Nov 2022 00:40:57 +0600

Akib Azmain Turja <akib@disroot.org> writes:

> Philip Kaludercic <philipk@posteo.net> writes:
>
> [...]
>
>> I just realised that none of the patches can be applies, because the
>> last commit in nongnu.git changed the package names from strings to
>> symbols.  This makes applying the patches a nuisance.  Could you perhaps

And the symbols followed by :url on same line creates a gnuisance for
Emacs to indent the following keywords.  So the :url part should be on
it own line.

>> update the patches to use symbol for names, and make sure nothing has
>> changed?
>>
>
> Hmm, I think it's a good decision to use symbols.
>
> It's already midnight here, so I'll update the patches tomorrow.  BTW,
> can you please you review my Eat package[1] (terminal emulator, you have
> probably noticed it)?  I'm going to submit that too with the next batch
> of patches.
>
> Bye, going to sleep.  Good night!
>
> Footnotes:
> [1]  https://codeberg.org/akib/emacs-eat/

Here you go, twelve patches for twelve new packages!
BTW, thanks for taking time for reviewing my packages and teaching me
some cool new things!

From 56168a47dc53d41e7e75d813d68a3a13787e1ac6 Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:23:12 +0600
Subject: [PATCH 01/12] * elpa-packages (blow): New package

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

diff --git a/elpa-packages b/elpa-packages
index 6a63ae9..b9dd434 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -52,6 +52,8 @@
 
  (bison-mode           :url "https://github.com/Wilfred/bison-mode";)
 
+ (blow                  :url "https://codeberg.org/akib/emacs-blow";)
+
  (boxquote             :url "https://github.com/davep/boxquote.el.git";
   :readme "README.md"
   :ignored-files ("COPYING"))
-- 
2.37.1

From 19d3bf514846ed13bd70a0ed7fc28af22ac313cb Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:23:44 +0600
Subject: [PATCH 02/12] * elpa-packages (camera): New package

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

diff --git a/elpa-packages b/elpa-packages
index b9dd434..314b277 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -61,6 +61,8 @@
  (buttercup            :url "https://github.com/jorgenschaefer/emacs-buttercup";
   :ignored-files ("LICENSE"))
 
+ (camera                :url "https://codeberg.org/akib/emacs-camera";)
+
  (caml                 :url "https://github.com/ocaml/caml-mode";
   :ignored-files ("COPYING")
   ;; The version 4.7.1 from Melpa-stable seems to correspond to
-- 
2.37.1

From 1f688bbd722642e887b45a00407f2a89ce7bb5a0 Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:24:00 +0600
Subject: [PATCH 03/12] * elpa-packages (devhelp): New package

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

diff --git a/elpa-packages b/elpa-packages
index 314b277..61baf51 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -101,6 +101,8 @@
   :ignored-files ("LICENSE" "test" "Cask" "Makefile")
   :news "CHANGELOG.md")
 
+ (devhelp               :url "https://codeberg.org/akib/emacs-devhelp";)
+
  (diff-ansi            :url "https://codeberg.org/ideasman42/emacs-diff-ansi";
   :ignored-files ("LICENSE"))
 
-- 
2.37.1

From 950d42373a14f5bddb7274c18019615b987a05c7 Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:24:15 +0600
Subject: [PATCH 04/12] * elpa-packages (gc-buffers): New package

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

diff --git a/elpa-packages b/elpa-packages
index 61baf51..3629275 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -190,6 +190,8 @@
 
  (free-keys            :url "https://github.com/Fuco1/free-keys";)
 
+ (gc-buffers            :url "https://codeberg.org/akib/emacs-gc-buffers";)
+
  (geiser               :url "https://gitlab.com/emacs-geiser/geiser.git";
   :lisp-dir "elisp"
   :readme "readme.org"
-- 
2.37.1

From 08b3171e64e28e641f2f219da4d4cbb611e11bd8 Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:24:55 +0600
Subject: [PATCH 05/12] * elpa-packages (gnu-indent): New package

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

diff --git a/elpa-packages b/elpa-packages
index 3629275..e0bd000 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -225,6 +225,8 @@
   ;; :doc "texi/gnu-apl-mode.texi" ; the manual is currently empty
   :ignored-files ("Makefile"))
 
+ (gnu-indent           :url "https://codeberg.org/akib/emacs-gnu-indent";)
+
  (gnuplot              :url "https://github.com/emacs-gnuplot/gnuplot";
   :ignored-files ("LICENSE" "Makefile" "gpelcard.tex")
   :news "CHANGELOG.org")
-- 
2.37.1

From df4c348f3bb92d6012d09e1e80a0d0c5fb00dc7b Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:25:08 +0600
Subject: [PATCH 06/12] * elpa-packages (hl-column): New package

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

diff --git a/elpa-packages b/elpa-packages
index e0bd000..08b45f8 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -294,6 +294,8 @@
   :readme "README.md"
   :ignored-files ("LICENSE"))
 
+ (hl-column             :url "https://codeberg.org/akib/emacs-hl-column";)
+
  (hl-block-mode                :url 
"https://codeberg.org/ideasman42/emacs-hl-block-mode";)
 
  (htmlize              :url "https://github.com/hniksic/emacs-htmlize";
-- 
2.37.1

From 7a7a22cc821f2696457d8fc844bec945bb65b996 Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:25:18 +0600
Subject: [PATCH 07/12] * elpa-packages (iwindow): New package

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

diff --git a/elpa-packages b/elpa-packages
index 08b45f8..1dfdbf7 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -323,6 +323,8 @@
 
  (inkpot-theme         :url 
"https://codeberg.org/ideasman42/emacs-theme-inkpot";)
 
+ (iwindow               :url "https://codeberg.org/akib/emacs-iwindow";)
+
  (j-mode               :url "https://github.com/zellio/j-mode";
   :ignored-files ("LICENSE"))
 
-- 
2.37.1

From 8f1a93fd842fc23e6d364655a9cb957aea6566a7 Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:25:31 +0600
Subject: [PATCH 08/12] * elpa-packages (minibar): New package

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

diff --git a/elpa-packages b/elpa-packages
index 1dfdbf7..253b247 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -400,6 +400,8 @@
 
  (mentor               :url "https://github.com/skangas/mentor.git";)
 
+ (minibar               :url "https://codeberg.org/akib/emacs-minibar";)
+
  (moe-theme            :url "https://github.com/kuanyui/moe-theme.el.git";
   :ignored-files ("pics" "LICENSE"))
 
-- 
2.37.1

From d9f8b0b2c86ba3b1e1d1935b30a8637410d7fafe Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:25:48 +0600
Subject: [PATCH 09/12] * elpa-packages (testcover-mark-line): New package

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

diff --git a/elpa-packages b/elpa-packages
index 253b247..f85fcfc 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -632,6 +632,8 @@
   :readme "readme.org"
   :ignored-files ("COPYING" "screenshots"))
 
+ (testcover-mark-line   :url 
"https://codeberg.org/akib/emacs-testcover-mark-line";)
+
  (textile-mode         :url "https://github.com/juba/textile-mode";)
 
  (toc-org              :url "https://github.com/snosov1/toc-org.git";
-- 
2.37.1

From 84720c5d3cbedd58f0d1ec9b54026b38801028d9 Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:26:22 +0600
Subject: [PATCH 10/12] * elpa-packages (why-this): New package

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

diff --git a/elpa-packages b/elpa-packages
index f85fcfc..92b6e13 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -681,6 +681,8 @@
  (wgrep                        :url 
"https://github.com/mhayashi1120/Emacs-wgrep";
   :ignored-files "COPYING")
 
+ (why-this              :url "https://codeberg.org/akib/emacs-why-this";)
+
  (with-editor          :url "https://github.com/magit/with-editor";
   :ignored-files ("LICENSE" "htmlxref.cnf" ".travis.yml" ".mailmap" "Makefile")
   :lisp-dir "lisp"
-- 
2.37.1

From 7b36db2e5e4746b27bc3df4c6003f12778b18f89 Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:26:29 +0600
Subject: [PATCH 11/12] * elpa-packages (workroom): New package

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

diff --git a/elpa-packages b/elpa-packages
index 92b6e13..aa81005 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -690,6 +690,9 @@
 
  (with-simulated-input :url 
"https://github.com/DarwinAwardWinner/with-simulated-input";)
 
+ (workroom              :url "https://codeberg.org/akib/emacs-workroom";
+  :doc "workroom.texi")
+
  (ws-butler            :url "https://github.com/lewang/ws-butler";
   :readme "README.md"
   :ignored-files ("COPYING" "tests" "Makefile" ".travis.yml"))
-- 
2.37.1

From 11988e41f678783d250211847363adc70025fb70 Mon Sep 17 00:00:00 2001
From: Akib Azmain Turja <akib@disroot.org>
Date: Mon, 28 Nov 2022 00:27:55 +0600
Subject: [PATCH 12/12] * elpa-packages (eat): New package

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

diff --git a/elpa-packages b/elpa-packages
index aa81005..36d5f25 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -117,6 +117,9 @@
  (drupal-mode          :url "https://github.com/arnested/drupal-mode.git";
   :ignored-files (".travis.yml" "COPYING" "Cask"))
 
+ (eat                   :url "https://codeberg.org/akib/emacs-eat";
+  :doc "eat.texi")
+
  (edit-indirect                :url "https://github.com/Fanael/edit-indirect";)
 
  (editorconfig         :url 
"https://github.com/editorconfig/editorconfig-emacs";
-- 
2.37.1

-- 
Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5
Fediverse: akib@hostux.social
Codeberg: akib
emailselfdefense.fsf.org | "Nothing can be secure without encryption."

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]