unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Akib Azmain Turja <akib@disroot.org>
To: Philip Kaludercic <philipk@posteo.net>
Cc: Emacs Developer List <emacs-devel@gnu.org>
Subject: Re: [NonGNU ELPA] 12 new packages!
Date: Mon, 28 Nov 2022 00:40:57 +0600	[thread overview]
Message-ID: <87tu2kme9y.fsf_-_@disroot.org> (raw)
In-Reply-To: <874julpgi4.fsf@disroot.org> (Akib Azmain Turja's message of "Sun, 27 Nov 2022 03:12:19 +0600")


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

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!


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: Blow --]
[-- Type: text/x-patch, Size: 692 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.3: Camera --]
[-- Type: text/x-patch, Size: 767 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.4: Devhelp --]
[-- Type: text/x-patch, Size: 704 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.5: GC Buffers --]
[-- Type: text/x-patch, Size: 693 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.6: GNU Indent --]
[-- Type: text/x-patch, Size: 769 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.7: Hl Column --]
[-- Type: text/x-patch, Size: 720 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.8: IWindow --]
[-- Type: text/x-patch, Size: 684 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.9: Minibar --]
[-- Type: text/x-patch, Size: 686 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.10: testcover-mark-line --]
[-- Type: text/x-patch, Size: 737 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.11: Why This --]
[-- Type: text/x-patch, Size: 776 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.12: Workroom --]
[-- Type: text/x-patch, Size: 786 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.13: Eat --]
[-- Type: text/x-patch, Size: 797 bytes --]

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


[-- Attachment #1.14: Type: text/plain, Size: 196 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  parent reply	other threads:[~2022-11-27 18:40 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14  7:42 [NonGNU ELPA] 11 new packages! Akib Azmain Turja
2022-11-15 17:42 ` Akib Azmain Turja
2022-11-15 19:53 ` Filipp Gunbin
2022-11-16 12:22   ` Akib Azmain Turja
2022-11-16 16:53     ` Eli Zaretskii
2022-11-16 17:43       ` Akib Azmain Turja
2022-11-16 19:47         ` Eli Zaretskii
2022-11-17 14:27           ` Akib Azmain Turja
2022-11-17 18:41             ` Stefan Monnier
2022-11-17 18:51             ` Yuan Fu
2022-11-24 23:38               ` Richard Stallman
2022-11-17 18:56             ` Eli Zaretskii
2022-11-15 19:57 ` Philip Kaludercic
2022-11-16 12:25   ` Akib Azmain Turja
2022-11-16 16:07     ` Philip Kaludercic
2022-11-16 17:45       ` Akib Azmain Turja
2022-11-16 18:19         ` Philip Kaludercic
2022-11-17 14:28           ` Akib Azmain Turja
2022-11-21 18:32             ` Philip Kaludercic
2022-11-22 15:20               ` Akib Azmain Turja
2022-11-22 17:07                 ` Philip Kaludercic
2022-11-22 17:42                   ` Akib Azmain Turja
2022-11-25  8:29                     ` Akib Azmain Turja
2022-11-25 16:32                       ` Philip Kaludercic
2022-11-25 17:14                         ` Akib Azmain Turja
2022-11-22 21:16                 ` Stefan Monnier
2022-11-25  7:14             ` Philip Kaludercic
2022-11-25  7:22               ` Philip Kaludercic
2022-11-25 12:45                 ` Akib Azmain Turja
2022-11-25 13:07               ` Akib Azmain Turja
2022-11-25 17:16                 ` Akib Azmain Turja
2022-11-25 17:31                 ` Philip Kaludercic
2022-11-26  5:53                   ` Akib Azmain Turja
2022-11-26 20:12                     ` Stefan Monnier
2022-11-25 19:07             ` Philip Kaludercic
2022-11-26  7:49               ` Akib Azmain Turja
2022-11-27  8:11                 ` Philip Kaludercic
2022-11-27 19:22                   ` Akib Azmain Turja
2022-11-27 19:55                   ` Akib Azmain Turja
2022-11-27 20:30                     ` Philip Kaludercic
2022-11-26 18:44               ` Akib Azmain Turja
2022-11-26 20:07             ` Philip Kaludercic
2022-11-26 20:17               ` Philip Kaludercic
2022-11-26 21:12                 ` Akib Azmain Turja
2022-11-27 11:45                   ` Philip Kaludercic
2022-11-27 17:04                     ` Akib Azmain Turja
2022-11-27 20:26                       ` Philip Kaludercic
2022-11-28 19:07                       ` Akib Azmain Turja
2022-11-28 19:42                         ` Philip Kaludercic
2022-11-28 20:32                           ` Akib Azmain Turja
2022-11-28 20:57                         ` Stefan Monnier
2022-11-27 18:40                   ` Akib Azmain Turja [this message]
2022-11-27 20:36                     ` [NonGNU ELPA] 12 " Philip Kaludercic
2022-11-27 21:11                       ` Akib Azmain Turja
2022-11-27  6:40               ` [NonGNU ELPA] 11 " Akib Azmain Turja
2022-11-19 12:05     ` Richard Stallman
2022-11-19 12:17       ` Philip Kaludercic

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87tu2kme9y.fsf_-_@disroot.org \
    --to=akib@disroot.org \
    --cc=emacs-devel@gnu.org \
    --cc=philipk@posteo.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).