From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24865 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Cannot use nnweb for dejanews Date: 27 Aug 1999 20:50:21 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <76so6qoi6j.fsf@tweed.ppllc.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162358 11078 80.91.224.250 (21 Oct 2002 01:05:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:05:58 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA10097 for ; Fri, 27 Aug 1999 15:00:02 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB22334; Fri, 27 Aug 1999 13:58:20 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 27 Aug 1999 13:58:53 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA11955 for ; Fri, 27 Aug 1999 13:58:01 -0500 (CDT) Original-Received: from quimbies.gnus.org (bang.netfonds.no [195.1.89.231]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA09954 for ; Fri, 27 Aug 1999 14:57:11 -0400 (EDT) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id UAA13208; Fri, 27 Aug 1999 20:59:42 +0200 Mail-Copies-To: never X-Now-Reading: Lois McMaster Bujold's _The Mirror Game_ X-Now-Playing: Joni Mitchell's _Turbulent Indigo_: "How Do You Stop" Original-To: ding@gnus.org In-Reply-To: Toby Speight's message of "15 Jul 1999 19:36:16 +0000" User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.2 (Sumida) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > (defun fetch-message-from-dejanews (message-id) > "Fetch MESSAGE-ID from DejaNews archive." > (interactive "sMessage-Id: ") > (w3-fetch (format "http://www.deja.com/msgid.xp?MID=%%3C%s%%3E&fmt=raw" > (url-hexify-string message-id))) > (let ((gnus-article-buffer w3-last-buffer) > (inhibit-read-only t)) > (gnus-article-highlight))) Coolio. Perhaps something like this could be added to nnweb to fetch articles by Message-ID, and then one could just set gnus-refer-article-method to the nnweb method? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen