From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Linking Url into Emacs/lisp Date: Wed, 30 Oct 2002 12:17:28 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200210291403.g9TE34Y15238@rum.cs.yale.edu> <86iszle1pd.fsf@hel.bp.aventail.com> <200210291456.g9TEumD16000@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036002374 5412 80.91.224.249 (30 Oct 2002 18:26:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 18:26:14 +0000 (UTC) Cc: wmperry@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186xXf-0001P4-00 for ; Wed, 30 Oct 2002 19:26:11 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186xcs-0001an-00 for ; Wed, 30 Oct 2002 19:31:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186xYH-0008Mr-00; Wed, 30 Oct 2002 13:26:49 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186wU6-0007OA-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 12:18:26 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186wU3-0007NQ-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 12:18:25 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186wTA-0006ug-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 12:17:28 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 186wTA-0002v6-00; Wed, 30 Oct 2002 12:17:28 -0500 Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-reply-to: <200210291456.g9TEumD16000@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8963 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8963 This is mostly orthogonal to how we get the URL files included. Or maybe not: would it be a problem for you to get rid of the Url module altogether and use the Emacs repository as *the* url repository ? This is the best way to do it. To have URL in two different places would only cause confusion. It would be much better for the only place to find URL to be in Emacs.