From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: rcirc.el Date: Mon, 10 Oct 2005 19:47:30 -0400 Message-ID: References: <871x2u6ina.fsf@cut.bc.hsia.telus.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1128989889 22015 80.91.229.2 (11 Oct 2005 00:18:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 00:18:09 +0000 (UTC) Cc: emacs-devel@gnu.org, "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 11 02:18:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EP7oz-00083A-Io for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2005 02:16:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EP7oz-00026U-0Q for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 20:16:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EP7YR-0000AP-4k for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:59:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EP7Sb-0005Rq-C3 for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:53:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EP7Mh-0003VC-Gt for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:47:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EP7Mh-0004Mo-PB for emacs-devel@gnu.org; Mon, 10 Oct 2005 19:47:31 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EP7Mg-0003AB-PQ; Mon, 10 Oct 2005 19:47:30 -0400 Original-to: rcyeske@gmail.com In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:43843 Archived-At: But I guess you already did that, as the code will use make-network-process when available ... There is no point maintaining support for old Emacs versions in a file distributed with Emacs. So how about deleting the code that supports old versions--for simplicity's sake. > (require 'cl) Do you really require cl at runtime or just at compile time? It's not correct to use cl at run time in a package that is part of Emacs. See the Tips appendix of the latest Lisp manual sources.