From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Using cl in rst.el and elsewhere Date: Sat, 02 Jun 2012 15:15:27 -0400 Message-ID: References: <30996.1335792548@eskebo.merten-home.homelinux.org> <7259.1336421206@theowa.merten-home.homelinux.org> <6563.1338323400@theowa.merten-home.homelinux.org> <5656.1338405342@theowa.merten-home.homelinux.org> <607.1338631547@eskebo.merten-home.homelinux.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1338664539 11948 80.91.229.3 (2 Jun 2012 19:15:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Jun 2012 19:15:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Merten Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 02 21:15:38 2012 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 1SatnR-0005q5-WE for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2012 21:15:34 +0200 Original-Received: from localhost ([::1]:43120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SatnR-0004Vu-N4 for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2012 15:15:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SatnP-0004Vp-Cm for emacs-devel@gnu.org; Sat, 02 Jun 2012 15:15:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SatnN-0005xV-L4 for emacs-devel@gnu.org; Sat, 02 Jun 2012 15:15:30 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:48979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SatnN-0005xP-II for emacs-devel@gnu.org; Sat, 02 Jun 2012 15:15:29 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SatnL-00012p-JO; Sat, 02 Jun 2012 15:15:27 -0400 X-Spook: nuclear Afghanistan bank MIT-LL fissionable Nazi X-Ran: -]=V?q|:31M[tqz:}&4l9{HUyi24_d?awXD^&rr*/5:GOS,,|0,}J_:,]hio=(ZKwyI6j2 X-Hue: yellow X-Attribution: GM In-Reply-To: <607.1338631547@eskebo.merten-home.homelinux.org> (Stefan Merten's message of "Sat, 02 Jun 2012 12:05:47 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 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:150740 Archived-At: Stefan Merten wrote: > I.e. is there a package containing the cl functions with a proper name > prefix like `cl-signum'? Various people have volunteered on this list (see the archives) to make such a thing, but so far no one has delivered. I imagine you want rst.el to be usable with older versions of Emacs, so presumably you wouldn't be able to use it even if someone did make one.