From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36888 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Getting the URL from a nnrss-Message Date: Thu, 12 Jul 2001 10:13:23 -0700 Sender: zsh@piglet.jia.vnet Message-ID: <2nn16ajcjw.fsf@piglet.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172398 10959 80.91.224.250 (21 Oct 2002 03:53:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:53:18 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 8208 invoked from network); 12 Jul 2001 17:16:00 -0000 Original-Received: from unknown (HELO zsh.2y.net) (131.241.79.242) by gnus.org with SMTP; 12 Jul 2001 17:16:00 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f6CHDNe24428; Thu, 12 Jul 2001 10:13:23 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 35 Xref: main.gmane.org gmane.emacs.gnus.general:36888 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36888 Christoph Conrad writes: > Hi, > > i am using nnrss with the latest Oort Gnus and GNU Emacs 21.0.103. > > My configuration: > > ,---- >| (require 'nnrss) >| >| (defun gnus-user-format-function-X (header) >| (let ((descr (assq nnrss-description-field >| (mail-header-extra header)))) >| (if descr (cdr descr) ""))) >| >| (add-to-list 'nnmail-extra-headers nnrss-description-field) > `---- > > For Freshmeat i have made an entry in the group parameters (G p in > Group buffer) > > ,---- >| ((gnus-summary-line-format "%U %-20,20s - %uX\n")) > `---- > > so that i see the subject with the description line. I want to achieve > that when i press in the summary buffer the webbrowser jumps to > the url within the message under the cursor. > > How to get the url out of the nnrss-Message? I've added nnrss-url-field for the url. ShengHuo