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: URL Date: Sat, 25 Oct 2003 17:20:54 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200310121947.h9CJlhKH006102@oak.pohoyda.family> <874qy4vbg7.fsf@mail.jurta.org> <3F9471FB.4000609@yahoo.com> <87u163up4n.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067099058 19779 80.91.224.253 (25 Oct 2003 16:24:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2003 16:24:18 +0000 (UTC) Cc: Juri Linkov , wmperry@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Oct 25 18:24:15 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ADRD5-00044v-00 for ; Sat, 25 Oct 2003 18:24:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ADRD5-0007Ld-00 for ; Sat, 25 Oct 2003 18:24:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ADRAt-0000mA-Fz for emacs-devel@quimby.gnus.org; Sat, 25 Oct 2003 12:21:59 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ADRAZ-0000ll-D9 for emacs-devel@gnu.org; Sat, 25 Oct 2003 12:21:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ADRA1-0000dY-53 for emacs-devel@gnu.org; Sat, 25 Oct 2003 12:21:36 -0400 Original-Received: from [148.79.80.39] (helo=albion.dl.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ADR9u-0000a7-G2; Sat, 25 Oct 2003 12:20:59 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 1ADR9q-0006gF-00; Sat, 25 Oct 2003 17:20:54 +0100 Original-To: Stefan Monnier User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:17424 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17424 Stefan Monnier writes: > I want it linked, or moved (preferably moved). In either case, you can't do > it yourself, but as an admin of URL (IIRC) As far as I know, I just have much-neglected write access to its CVS. > It was about generating URLs of the form `mid://...' for bookmarking > Rmail messages. I don't think URL has support for that, and I think it would require support from user agents. They would need to define a stable function to be called to look up the message (assuming you can rely on `read-mail-command' to be what the user wants to use). Doesn't it make more sense to put it in browse-url for a mail agent's use?