From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Reminder about feature freeze Date: Fri, 01 Jul 2011 12:46:37 -0400 Message-ID: References: <8762nqf0s8.fsf@stupidchicken.com> <87ei2axrnr.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309542535 20703 80.91.229.12 (1 Jul 2011 17:48:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Jul 2011 17:48:55 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 01 19:48:50 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qchph-000330-P6 for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2011 19:48:49 +0200 Original-Received: from localhost ([::1]:50054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qchpg-0003WL-D9 for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2011 13:48:48 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcgrZ-0003YU-Dk for emacs-devel@gnu.org; Fri, 01 Jul 2011 12:46:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcgrW-0001Ay-Ny for emacs-devel@gnu.org; Fri, 01 Jul 2011 12:46:41 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:32920 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcgrW-0001Am-E0 for emacs-devel@gnu.org; Fri, 01 Jul 2011 12:46:38 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAMv4DU5MCqDH/2dsb2JhbABSG6dHeIh5wBuGMgSeU4Qs X-IronPort-AV: E=Sophos;i="4.65,459,1304308800"; d="scan'208";a="118306508" Original-Received: from 76-10-160-199.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.199]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 01 Jul 2011 12:46:37 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 34B645912D; Fri, 1 Jul 2011 12:46:37 -0400 (EDT) In-Reply-To: <87ei2axrnr.fsf@gnu.org> (Bastien's message of "Fri, 01 Jul 2011 11:43:20 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:141390 Archived-At: > http://lumiere.ens.fr/~guerry/u/windresize.el > A set of function to dynamically resize windows. > I submitted this library long ago and thanks to Drew > and RMS, I updated it to make it simple enough. Let's add it to GNU ELPA. > http://lumiere.ens.fr/~guerry/u/register-list.el > A set of functions to display a list of registers and to > edit them -- this includes easy editing of rectangles. > Maybe a simple version of this functions could be merged > in register.el I guess adding it to register.el would be best, but given the time frame, maybe better install register-list.el in GNU ELPA for now and prepare a patch to register.el for 24.2. Stefan