unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Moving my package from NonGNU to GNU and renaming it
@ 2023-06-22 11:10 Daniel Semyonov
  2023-06-23 21:53 ` Daniel Semyonov
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Semyonov @ 2023-06-22 11:10 UTC (permalink / raw)
  To: emacs-devel

Hi,

For a while I had my package swsw on NonGNU ELPA, since when I initially
published it I haven't completed the copyright assignment process (which
is no longer the case).

Now that I can, I'd like to move it to GNU ELPA, and also use this
opportunity to rename the package from swsw to Window Commander
(window-commander, with prefix 'wincom-').
(I actually already pushed commits which rename the package and renamed
the repository; in hindsight I'm not sure if this caused any issues on
ELPA's side, sorry.  I haven't bumped the version yet).

Window Commander provides a minor mode which assigns IDs to windows in a
certain scope automatically, and allows displaying those IDs in various
ways.  Those IDs can then be used to quickly perform actions on the
corresponding windows.  There is a set of default actions and more
actions can be easily defined.

You can read the manual at https://dsemy.com/projects/swsw/manual for
more information (only slightly outdated).

BTW, is there any interest in adding something like this to Emacs?
There seem to be a lot of packages which implement basically this same
functionality in different flavors (ace-window, iwindow, winnum, my
package, at least one other which I can't find now).  Obviously I'm
biased, but I think having one of those in base Emacs would be nice.

Thanks,
Daniel



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

* Re: Moving my package from NonGNU to GNU and renaming it
  2023-06-22 11:10 Moving my package from NonGNU to GNU and renaming it Daniel Semyonov
@ 2023-06-23 21:53 ` Daniel Semyonov
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Semyonov @ 2023-06-23 21:53 UTC (permalink / raw)
  To: emacs-devel

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

>>>>> Daniel Semyonov writes:

    > Now that I can, I'd like to move it to GNU ELPA, and also use this
    > opportunity to rename the package from swsw to Window Commander
    > (window-commander, with prefix 'wincom-').

Attached patches for GNU and NonGNU ELPA.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: new package --]
[-- Type: text/x-patch, Size: 877 bytes --]

From 4ce42cd4365244181de157439e750cf434439ed2 Mon Sep 17 00:00:00 2001
From: Daniel Semyonov <daniel@dsemy.com>
Date: Sat, 24 Jun 2023 00:49:37 +0300
Subject: [PATCH] * elpa-packages (window-commander): New package

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

diff --git a/elpa-packages b/elpa-packages
index f298a0cb4e..57e97a7b38 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -752,6 +752,10 @@
  (webfeeder		:url "https://gitlab.com/ambrevar/emacs-webfeeder.git")
  (websocket		:url "https://github.com/ahyatt/emacs-websocket.git")
  (which-key           	:url "https://github.com/justbur/emacs-which-key")
+ (window-commander	:url "https://git.sr.ht/~dsemy/window-commander"
+  :readme ignore
+  :doc "wincom.texi"
+  :news "NEWS")
  (windower		:url "https://gitlab.com/ambrevar/emacs-windower")
  (windresize		:url nil)
  (wisi			:url nil
-- 
2.41.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: old package --]
[-- Type: text/x-patch, Size: 747 bytes --]

From 17e190c20fbc26a15baf96f250dbcfee2a95c1d8 Mon Sep 17 00:00:00 2001
From: Daniel Semyonov <daniel@dsemy.com>
Date: Sat, 24 Jun 2023 00:45:46 +0300
Subject: [PATCH] * elpa-packages (swsw): Remove

---
 elpa-packages | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index 124df72256..01a4578fdd 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -691,11 +691,6 @@
  (swift-mode		:url "https://github.com/swift-emacs/swift-mode"
   :ignored-files ("COPYING" "scripts" "test" "Eldev" "Makefile"))
 
- (swsw			:url "https://git.sr.ht/~dsemy/swsw"
-  :readme ignore
-  :doc "swsw.texi"
-  :news "NEWS")
-
  (symbol-overlay	:url "https://github.com/wolray/symbol-overlay"
   :ignored-files ("*.png"))
 
-- 
2.41.0


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

end of thread, other threads:[~2023-06-23 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22 11:10 Moving my package from NonGNU to GNU and renaming it Daniel Semyonov
2023-06-23 21:53 ` Daniel Semyonov

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).