From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15141 Path: main.gmane.org!not-for-mail From: Mike McEwan Newsgroups: gmane.emacs.gnus.general Subject: Re: No limit to cached '/ *' Date: 03 May 1998 03:16:34 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035154225 20386 80.91.224.250 (20 Oct 2002 22:50:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:50:25 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id TAA24562 for ; Sat, 2 May 1998 19:24:50 -0700 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id WAA07540 for ; Sat, 2 May 1998 22:36:15 -0400 Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id VAH11529; Sat, 2 May 1998 21:36:26 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 02 May 1998 21:34:41 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id VAA11515 for ; Sat, 2 May 1998 21:34:32 -0500 (CDT) Original-Received: (qmail 1319 invoked by uid 504); 3 May 1998 02:34:14 -0000 Original-Received: (qmail 1316 invoked from network); 3 May 1998 02:34:14 -0000 Original-Received: from post-12.mail.demon.net (HELO post.mail.demon.net) (194.217.242.41) by claymore.vcinet.com with SMTP; 3 May 1998 02:34:13 -0000 Original-Received: from (lotusland.demon.co.uk) [158.152.62.156] by post.mail.demon.net with smtp (Exim 1.82 #2) id 0yVobU-00021H-00; Sun, 3 May 1998 03:34:13 +0100 Original-Received: from mike by lotusland.demon.co.uk with local (Exim 1.92 #1) for ding@gnus.org id 0yVobS-000174-00; Sun, 3 May 1998 03:34:10 +0100 Original-To: ding@gnus.org In-Reply-To: Harry Putnam's message of "02 May 1998 17:10:49 -0700" X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Original-Lines: 21 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15141 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15141 Harry Putnam writes: > Wasn't there a time back down the road a bit when the command to limit > the view to cached articles worked? I believe you had to do a `/m RET' first. `C-h k / *' says: / * runs `gnus-summary-limit-include-cached' `gnus-summary-limit-include-cached' is an alias for `gnus-summary-insert-cached-articles', an interactive compiled Lisp function -- loaded from "gnus-cache.elc" (gnus-summary-limit-include-cached) Insert all the articles cached for this group into the current buffer. This would appear to be exactly what it does. -- Mike.