From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniel Semyonov Newsgroups: gmane.emacs.devel Subject: Moving my package from NonGNU to GNU and renaming it Date: Thu, 22 Jun 2023 14:10:44 +0300 Message-ID: <87bkh7kb0r.fsf@dsemy.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25400"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 22 13:14:15 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qCIGV-0006Pp-Ix for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Jun 2023 13:14:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qCIFh-0007RA-E8; Thu, 22 Jun 2023 07:13:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qCIFf-0007PO-H7 for emacs-devel@gnu.org; Thu, 22 Jun 2023 07:13:23 -0400 Original-Received: from dsemy.com ([46.23.89.208]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qCIFd-0007qR-LC for emacs-devel@gnu.org; Thu, 22 Jun 2023 07:13:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=dkim; bh=zhXkaMDC/+n+p EefGjD9sMO0L60mPp3GnkOOQGmhDHQ=; h=date:subject:to:from; d=dsemy.com; b=opT1PuE2iQjyx6rlFDsHqy60H0PvOcup9Vj+RGuIYPlPeYifsJKIWsp04Je1yv2kUEt+ COb6UnJUWZ1SJoGc0aQ3Aa/ah6vNiJU0lA8zSsXos9sxhDl+24/zyNT5ceKh8+F+CHhFor ZvHY7Q3OJqHonwHILRJcLOHEGPFjeue+r24w95hoiwQ6wFOFCGiyG/EkNXeLvRZYXEHvRb k4+13yF7lnP0tvZRsAmzeXAUpyKtoJmLLcWXENGNBiaiX7LSu+KyAC+1aScInZc65p8NYf 1CQihmzxQTpjo01r5kuYnRMdVjsPmdIdqrC5ieHsw73z86rR+Mwd5+9mIrZVszpg== Original-Received: from coldharbour.home.arpa (bzq-109-64-87-185.red.bezeqint.net [109.64.87.185]) by dsemy.com (OpenSMTPD) with ESMTPSA id 816c2127 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 22 Jun 2023 13:12:55 +0200 (CEST) Original-Received: from localhost (coldharbour.home.arpa [local]) by coldharbour.home.arpa (OpenSMTPD) with ESMTPA id 53a75125 for ; Thu, 22 Jun 2023 11:10:44 +0000 (UTC) Received-SPF: pass client-ip=46.23.89.208; envelope-from=daniel@dsemy.com; helo=dsemy.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:307129 Archived-At: 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