From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: Including URL library in Emacs Date: Tue, 30 Mar 2004 10:47:58 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080640203 28304 80.91.224.253 (30 Mar 2004 09:50:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Mar 2004 09:50:03 +0000 (UTC) Cc: sds@gnu.org, wmperry@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 30 11:49:59 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8Fsd-0001lE-00 for ; Tue, 30 Mar 2004 11:49:59 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8Fsd-0005tj-00 for ; Tue, 30 Mar 2004 11:49:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8FsY-0007er-H3 for emacs-devel@quimby.gnus.org; Tue, 30 Mar 2004 04:49:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B8FsN-0007dO-6t for emacs-devel@gnu.org; Tue, 30 Mar 2004 04:49:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8Frv-0007WZ-7c for emacs-devel@gnu.org; Tue, 30 Mar 2004 04:49:42 -0500 Original-Received: from [148.79.80.39] (helo=albion.dl.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8Fqs-00075c-Vs; Tue, 30 Mar 2004 04:48:11 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 1B8Fqh-0002Kz-00; Tue, 30 Mar 2004 10:47:59 +0100 Original-To: Stefan Monnier User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21085 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21085 Stefan Monnier writes: > I think the time has come: any objection to my asking savannah people to > move the RCS files under the url/lisp directory (in URL's repository) into > emacs/lisp/url (in Emacs's repository) ? I doubt you should move them. If nothing else, the `w3' project (?) depends on url. > If there's still an objection, how about just adding the latest versions to > Emacs's sources (i.e. not copy the history)? It doesn't seem to be conventional to maintain the CVS history when doing an import, but it's probably worthwhile if you can arrange it. Note that URL depends on Gnus, and rms vetoed such dependencies (sigh).