From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ingo Lohmar Newsgroups: gmane.emacs.devel Subject: include new package wconf.el in GNU ELPA Date: Thu, 30 Jul 2015 17:31:26 +0200 Message-ID: <877fph8xwx.fsf@acer.localhost.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1438270299 1329 80.91.229.3 (30 Jul 2015 15:31:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2015 15:31:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 30 17:31:38 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZKpo2-00061x-26 for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2015 17:31:38 +0200 Original-Received: from localhost ([::1]:40553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKpo1-0003wb-DO for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2015 11:31:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKpnx-0003uD-2n for emacs-devel@gnu.org; Thu, 30 Jul 2015 11:31:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKpnt-0004iy-R6 for emacs-devel@gnu.org; Thu, 30 Jul 2015 11:31:33 -0400 Original-Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:34864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKpnt-0004hz-LB for emacs-devel@gnu.org; Thu, 30 Jul 2015 11:31:29 -0400 Original-Received: by wibxm9 with SMTP id xm9so249928732wib.0 for ; Thu, 30 Jul 2015 08:31:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:user-agent:date:message-id:mime-version :content-type; bh=tXMFlNeWuCMACxfGWt3hyEVNEmeA2NV4hyZmLWqc++k=; b=bvgcA0hK5cZ4+u7vuZciupWQeLU3RrcH+qGaV4tI9EDwepNhwRLeuzlLGTnipfRyEm vRBjkt/uAT8GEpo34322AIgnAcZaNyItM9B8cHCJbzskWwLpx68v1tgyHsppvWtFa1Ez WtKS0sf5u6Xnb7BFIvqvM8zGzcGz1EU78LqvE23cOjbykhX+IWc4jR7VNI7CTNBCmURn 3/2/7D9NGwvBbJ8BD8z1/2i6EtzTzM0Qqw7HMSvqJGzjKUoVtr9YXzwGFBFwBOXlMGM9 hhF4GNEKC9QplacUDl+Hy4apZKaKOQU6YZvpxYsiC5mqzPSBxJA5IESuGmeGJrB0EiXz JdKg== X-Received: by 10.180.21.136 with SMTP id v8mr7579069wie.77.1438270288306; Thu, 30 Jul 2015 08:31:28 -0700 (PDT) Original-Received: from localhost (xdsl-87-79-228-120.netcologne.de. [87.79.228.120]) by smtp.gmail.com with ESMTPSA id bm5sm3588914wib.17.2015.07.30.08.31.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jul 2015 08:31:27 -0700 (PDT) User-Agent: Notmuch/0.19+110~gb2cc2a6 (http://notmuchmail.org) Emacs/25.0.50.1 (x86_64-unknown-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188192 Archived-At: Hi everybody, I've been using my small single-purpose package wconf.el https://github.com/ilohmar/wconf for a while now and I am very happy with it. The code is all mine and I have signed the FSF papers. Now I would like to put it into an elpa for visibility --- is it ok if I upload it into the GNU elpa (I have commit rights)? The package does nothing but offer a simple mechanism to switch between different window configurations of a single frame, and to persist them across sessions. If you happen to know/have used workgroups.el, you have a good idea of what I mean, I also try to summarize it in the github README. This package has inspired the basic setup, but it did a whole lot more that I have no interest in, it had some quirks, and it did not use the window config facilities of a recent GNU Emacs. Best, Ingo