From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17758 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Making group parameters visible to the article buffer too Date: 11 Oct 1998 23:16:30 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156401 2566 80.91.224.250 (20 Oct 2002 23:26:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:26:41 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA26754 for ; Sun, 11 Oct 1998 17:33:32 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id QAF25619; Sun, 11 Oct 1998 16:04:23 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 11 Oct 1998 16:33:22 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id QAA18954 for ; Sun, 11 Oct 1998 16:33:13 -0500 (CDT) Original-Received: from sparky.gnus.org (ppp067.uio.no [129.240.240.72]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA26733 for ; Sun, 11 Oct 1998 17:32:58 -0400 (EDT) Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id XAA00692; Sun, 11 Oct 1998 23:32:54 +0200 Mail-Copies-To: never X-Now-Reading: Paul Auster's _Smoke & Blue in the Face_ X-Now-Playing: Isotope 217's _The Unstable Molecule_: "Phonometrics" Original-To: ding@gnus.org In-Reply-To: Matt Simmons's message of "11 Oct 1998 12:57:55 -700" User-Agent: Gnus/5.070035 (Pterodactyl Gnus v0.35) Emacs/20.3 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > Cool. It would still be nice if I could get to the group parameters > from the article buffer. Compare: Yes, but cloning the local variables from the summary buffer into the article buffer... I don't know. Those kinds of things usually have repercussions. gnus-summary-buffer is buffer-local to the article buffers, so you can always do (save-excursion (set-buffer gnus-summary-buffer) ;; do that thang) from the article buffer. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen