From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34627 Path: main.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-group-suspend forgets "readedness" of newly read articles Date: 07 Feb 2001 20:17:25 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <87u266t1lm.fsf@julian.uwo.ca> References: <87snlq1lds.fsf@home.com> <87hf261icl.fsf@home.com> <873ddq1eay.fsf@home.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170519 31382 80.91.224.250 (21 Oct 2002 03:21:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:21:59 +0000 (UTC) Cc: Ding Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 07BE9D049D for ; Wed, 7 Feb 2001 20:20:00 -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.3/8.9.3) with ESMTP id TAC21456; Wed, 7 Feb 2001 19:19:51 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 07 Feb 2001 19:19:02 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id TAA16465 for ; Wed, 7 Feb 2001 19:18:43 -0600 (CST) Original-Received: from pony.its.uwo.ca (pony.its.uwo.ca [129.100.2.63]) by mailhost.sclp.com (Postfix) with ESMTP id 614B6D049D for ; Wed, 7 Feb 2001 20:19:12 -0500 (EST) Original-Received: from scratchy (jdc.math.uwo.ca [129.100.75.19]) by pony.its.uwo.ca (8.10.0/8.10.0) with ESMTP id f181HnJ20199; Wed, 7 Feb 2001 20:17:50 -0500 (EST) Original-Received: from jdc by scratchy with local (Exim 3.22 #1 (Debian)) id 14QfiJ-0002A6-00; Wed, 07 Feb 2001 20:17:35 -0500 Original-To: Dmitry Yaitskov In-Reply-To: <873ddq1eay.fsf@home.com> (Dmitry Yaitskov's message of "07 Feb 2001 14:30:29 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.97 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 23 Xref: main.gmane.org gmane.emacs.gnus.general:34627 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34627 Dmitry Yaitskov writes: > Karl Kleinpaste writes: > > > Dmitry Yaitskov writes: > > > There may be a technical reason for what's happening but it is > > > still bad UI. > > > > I guess I'd have to ask what you were doing back in *Group*, and > > outside an "unresolved" (unaccounted-for?) *Summary*, in the first > > place so that the question can even arise. > > Sorry, but that's BS. I am not sure what you mean by Gnus' "intended > UI mechanism". Multi-window, multi-process GUI systems were invented > to allow the user to switch from one activity/window/etc. to another > without concern for the "intended UI mechanism" I agree with Dmitry here. The behavior of gnus-group-exit (bound to `q' in the *Group* buffer) suggests that Gnus knows how to handle active summary buffers. Why doesn't gnus-group-suspend call gnus-offer-save-summaries like gnus-group-exit does? Dan