From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20204 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: question about documentation Date: 11 Jan 1999 16:17:22 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158538 16529 80.91.224.250 (21 Oct 2002 00:02:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:02:18 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA04689 for ; Mon, 11 Jan 1999 16:19:28 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB14941; Mon, 11 Jan 1999 15:19:00 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 11 Jan 1999 15:18:44 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id PAA03154 for ; Mon, 11 Jan 1999 15:18:32 -0600 (CST) Original-Received: from piinbh1.ms.com (firewall-user@piinbh1.ms.com [199.89.64.71]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA04656 for ; Mon, 11 Jan 1999 16:18:26 -0500 (EST) Original-Received: (from uucp@localhost) by piinbh1.ms.com (8.8.6/fw v1.22) id QAA13888 for ; Mon, 11 Jan 1999 16:18:09 -0500 (EST) Original-Received: from unknown(144.14.8.140) by piinbh1.ms.com via smap (4.1) id xma012807; Mon, 11 Jan 99 16:17:23 -0500 Original-Received: from sag3.morgan.com (sag3.morgan.com [144.14.8.198]) by sas1.morgan.com (8.8.5/hub v1.9) with ESMTP id QAA19811 for ; Mon, 11 Jan 1999 16:17:23 -0500 (EST) Original-Received: (from craffert@localhost) by sag3.morgan.com (8.8.5/client v1.15) id VAA25974; Mon, 11 Jan 1999 21:17:22 GMT Original-TO: GNUS Mailing List X-Face: D>:hrrB{l6#\wU;)0R:OHSTA@ayd.Oq?s@Rrc;[+z0m+<-U"$G-J6L)F2QY`qK~uPu!s1(6{\#uy!Ag/D)?'L[}xErXvxoPn8T_hKi{M]/(`BF{e}X7;hby`p\.E$rJ}Aff#BT,rdDIw\y X-Y-Zippy: Look! A ladder! Maybe it leads to heaven, or a sandwich! Original-Lines: 11 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:20204 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20204 The the beginning of the function `gnus-summary-select-article', there is the following comment and code (file gnus-sum.el, lines 3747-3749): ;; Make sure we are in the summary buffer to work around bbdb bug. (unless (eq major-mode 'gnus-summary-mode) (set-buffer gnus-summary-buffer)) What bug? -- Colin