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: [PATCH] A few cl-lib tests Date: Tue, 10 Mar 2015 20:39:39 -0400 Message-ID: References: <54E7C046.2050908@cumego.com> <54E91397.7080204@cumego.com> <47e0e9e5c846f4ab1292180026ff5c71@mail.iq.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1426034408 20339 80.91.229.3 (11 Mar 2015 00:40:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Mar 2015 00:40:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?Przemys=C5=82aw?= Wojnowski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 11 01:39:59 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 1YVUgo-0001Wf-Lb for ged-emacs-devel@m.gmane.org; Wed, 11 Mar 2015 01:39:58 +0100 Original-Received: from localhost ([::1]:52055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVUgn-0002nO-S1 for ged-emacs-devel@m.gmane.org; Tue, 10 Mar 2015 20:39:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVUga-0002n8-TN for emacs-devel@gnu.org; Tue, 10 Mar 2015 20:39:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVUgX-0004Wh-Gl for emacs-devel@gnu.org; Tue, 10 Mar 2015 20:39:44 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:63835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVUgX-0004WP-Co for emacs-devel@gnu.org; Tue, 10 Mar 2015 20:39:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqcLAPOG1lQYjOjM/2dsb2JhbABbgwaDX4VTwGsCgQ5DAQEBAQEBfIQNAQQBeQULCw0nEhQYMYg4CM4jAQEBBwIgj3gHhCoFnx2MGiKECiKCcwEBAQ X-IPAS-Result: AqcLAPOG1lQYjOjM/2dsb2JhbABbgwaDX4VTwGsCgQ5DAQEBAQEBfIQNAQQBeQULCw0nEhQYMYg4CM4jAQEBBwIgj3gHhCoFnx2MGiKECiKCcwEBAQ X-IronPort-AV: E=Sophos;i="5.09,536,1418101200"; d="scan'208";a="113236896" Original-Received: from unknown (HELO pastel.home) ([24.140.232.204]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 10 Mar 2015 20:39:39 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 46FEC10D7; Tue, 10 Mar 2015 20:39:39 -0400 (EDT) In-Reply-To: <47e0e9e5c846f4ab1292180026ff5c71@mail.iq.pl> (=?utf-8?Q?=22P?= =?utf-8?Q?rzemys=C5=82aw?= Wojnowski"'s message of "Tue, 10 Mar 2015 12:44:54 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.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:183773 Archived-At: > 1. Patches should be send here or added to debbugs? If to debbugs, then > patches which add only tests, should be reported as bugs too? Better send them to debbugs, tho here works as well. > 3. Is there any roadmap? Not really, nowadays. For Emacs-25, the only significant intentions are: - include some GNU ELPA packages. - include some kind of plugin system. Earlier, concurrency was included in the plan, but it seems unlikely that work will progress fast enough at this point. Maybe none of those two elements will actually make it to Emacs-25. > For example, are there any plans for nxml-mode? Nobody has worked on nxml for a while, so there are no special plans on this front AFAIK. I think it's orphaned, so if you're interested to take on its maintainership, the door is wide open. Stefan