From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51492 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Better integration of the new Gnus FAQ in Oort Date: Tue, 15 Apr 2003 15:57:20 -0400 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: <4nel43a5zz.fsf@lockgroove.bwh.harvard.edu> References: <4nfzopkoq5.fsf@lockgroove.bwh.harvard.edu> <4nsmskrhu4.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1050436649 20837 80.91.224.249 (15 Apr 2003 19:57:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2003 19:57:29 +0000 (UTC) Original-X-From: ding-owner+M36@lists.math.uh.edu Tue Apr 15 21:57:22 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 195WYU-0005PU-00 for ; Tue, 15 Apr 2003 21:57:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 195WZ4-0002VZ-00; Tue, 15 Apr 2003 14:57:58 -0500 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=root) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 195WZ0-0002VA-00 for ding@lists.math.uh.edu; Tue, 15 Apr 2003 14:57:54 -0500 Original-Received: from clifford.bwh.harvard.edu (clifford.bwh.harvard.edu [134.174.9.41]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA25877 for ; Tue, 15 Apr 2003 14:59:00 -0500 (CDT) Original-Received: from lockgroove.bwh.harvard.edu (lockgroove [134.174.9.133]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id h3FJvKI01251 for ; Tue, 15 Apr 2003 15:57:20 -0400 (EDT) Original-Received: (from tzz@localhost) by lockgroove.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h3FJvK906379; Tue, 15 Apr 2003 15:57:20 -0400 (EDT) Original-To: ding@hpc.uh.edu X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: ding@hpc.uh.edu In-Reply-To: (Reiner Steib's message of "Mon, 14 Apr 2003 23:11:45 +0200") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51492 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51492 On Mon, 14 Apr 2003, 4.uce.03.r.s@nurfuerspam.de wrote: > On Mon, Apr 14 2003, Ted Zlatanov wrote: > >> Are we jumping to an article number or to a message subject? > > I guess it doesn't matter too much. Since the article number in the > doc group (10) isn't changing, you could use it. This should do it then: (with-temp-buffer (gnus-request-article-this-buffer 10 "nndoc+gnus-help:gnus-help")) Then in the temp-buffer form you can do whatever you want with the FAQ body. Hmm, I wonder if there's a gnus-request-article-peek? gnus-request-article-this-buffer and friends seem to affect the article marks, which we don't want in this case. Ted