From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38608 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Question about gnus-summary-next-page Date: Tue, 04 Sep 2001 19:02:47 -0400 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174444 23411 80.91.224.250 (21 Oct 2002 04:27:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:27:24 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 25509 invoked from network); 4 Sep 2001 23:02:49 -0000 Original-Received: from pool-151-196-243-218.balt.east.verizon.net (HELO bombay.dyndns.org) (151.196.243.218) by gnus.org with SMTP; 4 Sep 2001 23:02:49 -0000 Original-Received: (from nevin@localhost) by bombay.dyndns.org (8.11.2/8.11.2) id f84N2l309257; Tue, 4 Sep 2001 19:02:47 -0400 X-Authentication-Warning: bombay.dyndns.org: nevin set sender to nevin@jhu.edu using -f Original-To: ding@gnus.org X-Face: H~?ZI_L2!bGIrH^iC0e8t85[S`lwpP_/-sOvkGnN[\)[S";}xM3[Ib!ljz-80yK9SIf9sz6/DcY?yKUq1=-&XdrLjA^wK1 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Original-Lines: 28 Xref: main.gmane.org gmane.emacs.gnus.general:38608 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38608 I have a question about gnus-summary-next-page, specifically the following snippet: ,---- | (let ((article (gnus-summary-article-number)) | (article-window (get-buffer-window gnus-article-buffer t)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | endp) | etc. `---- What is the expected return value of (get-buffer-window gnus-article-buffer t) ? If I have a visible *Article* buffer, it should be non-nil, right? [ I am trying to track down an annoyance that prevents me from using g-s-n-p when using Gnus in a remote tty gnuclient and I suspect that I've run across an XEmacs bug. I ran g-s-n-p using edebug and the above sexp evaluated to nil when I was experiencing my problem.] Thanks. -- Nevin