Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: Slashdot?
Date: 16 Jan 2001 21:16:22 -0500	[thread overview]
Message-ID: <2ng0iizzwp.fsf@tiger.jia.vnet> (raw)
In-Reply-To: <87hf33r208.fsf@nwalsh.com>

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

Norman Walsh <ndw@nwalsh.com> writes:

> Have a made an obvious blunder? I suppose I should upgrade to v5.8.8 and
> try again...

This is the patch in the current CVS version. Maybe it helps.

ShengHuo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: nnslashdot.el-6.2.diff --]
[-- Type: text/x-patch, Size: 663 bytes --]

--- nnslashdot.el	Wed Aug 16 13:11:08 2000
+++ ../../gnus/lisp/nnslashdot.el	Fri Jan  5 01:06:13 2001
@@ -397,8 +397,8 @@
 		    (nnweb-decode-entities-string (match-string 1)))
 	      (re-search-forward "<url>\\([^<]+\\)</url>")
 	      (setq sid (match-string 1))
-	      (string-match "/\\([0-9/]+\\)\\(.shtml\\|$\\)" sid)
-	      (setq sid (concat "00/" (match-string 1 sid)))
+	      (string-match "sid=\\([0-9/]+\\)\\(.shtml\\|$\\)" sid)
+	      (setq sid (match-string 1 sid))
 	      (re-search-forward "<comments>\\([^<]+\\)</comments>")
 	      (setq articles (string-to-number (match-string 1)))
 	      (setq gname (concat description " (" sid ")"))

      parent reply	other threads:[~2001-01-17  2:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-13 13:54 Slashdot? Norman Walsh
2001-01-13 20:31 ` Slashdot? Anssi Saari
2001-01-17 10:24   ` Slashdot? Norman Walsh
2001-01-16 10:28 ` Slashdot? Norman Walsh
2001-01-17  9:35   ` Slashdot? Fabrice Gamberini
2001-01-17  2:16 ` ShengHuo ZHU [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2ng0iizzwp.fsf@tiger.jia.vnet \
    --to=zsh@cs.rochester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).