From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15734 Path: main.gmane.org!not-for-mail From: Nelson Jose dos Santos Ferreira Newsgroups: gmane.emacs.gnus.general Subject: Re: Article read not being marked as such Date: 25 Jul 1998 15:15:10 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <2xpveunhjl.fsf@ccae-sv.inesc.pt> References: <2xra05d4h2.fsf@ccae-sv.inesc.pt> 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 1035154719 23730 80.91.224.250 (20 Oct 2002 22:58:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:58:39 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id HAA03336 for ; Sat, 25 Jul 1998 07:22:56 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id KAA27640 for ; Sat, 25 Jul 1998 10:19:00 -0400 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 IAS23162; Sat, 25 Jul 1998 08:49:41 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 Jul 1998 09:16:06 -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 JAA03616 for ; Sat, 25 Jul 1998 09:15:38 -0500 (CDT) Original-Received: from inesc.inesc.pt (inesc.inesc.pt [146.193.0.1]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id KAA13050 for ; Sat, 25 Jul 1998 10:15:37 -0400 (EDT) Original-Received: from ccae-sv.inesc.pt by inesc.inesc.pt with SMTP; id AA10705 (/); Sat, 25 Jul 1998 15:15:34 +0100 Original-Received: by ccae-sv.inesc.pt (8.8.8/SMTP) id AA06846; Sat, 25 Jul 98 15:15:12 BST Original-To: ding@gnus.org X-Attribution: njsf X-Face: <15=A]w]g0mvFaG-vjRMUsG*$bO;6a2z2eUKU~+SN@oy//G<5JW~rdxEz!#R%[d{<}?EMS& ~PSXV,?H-Se'b}xP3F<^A!mZ%}Q37+9]YVSzd>2#.fn3?/S\&uX@A),24gkeE3[FYrfVJ2!PVtl(3_ l?/)o+vm7+T$~qn In-Reply-To: Lars Magne Ingebrigtsen's message of "01 Jul 1998 17:34:12 +0200" Original-Lines: 88 X-Mailer: Gnus v5.6.25/XEmacs 20.4 - "Emerald" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15734 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15734 On 01 Jul 1998 17:34:12 +0200, Lars Magne Ingebrigtsen (aka "Lars"), regarding 'Re: Article read not being marked as such', said: Lars> Nelson Jose dos Santos Ferreira writes: >> I upgraded from 5.6.3 to 5.6.22 and since then I've been noting that >> on Groups where the article to be read is on a thread and his parent >> is a ticked article, the article does not get marked as read, dispite >> is being displayed. >> If I select the ticked article and advance to the "unread" article all >> goes well. Lars> Hm. It sounds like the positions of the articles is messed up. Does Lars> `(gnus-summary-goto-subject 674)' (or whatever the article number is) Lars> go to the right summary line? [...] Resuming this issue which is not solved in 5.6.25 ... If I go one line up and then press 'n' all goes well, as does gnus-summary-goto-article and pressing 'p'. Selecting with the mouse also exhibits the faulty behaviour. My threading/scoring/summary options are: (setq gnus-fetch-old-headers 'some) (setq gnus-build-sparse-threads 'more) (setq gnus-summary-make-false-root 'adopt) (setq gnus-summary-ignore-duplicates t) (setq gnus-thread-indent-level 2) (setq gnus-thread-hide-subtree t) (setq gnus-thread-ignore-subject t) (setq gnus-summary-thread-gathering-function 'gnus-gather-threads-by-subject) (setq gnus-summary-gather-subject-limit 'fuzzy) (setq gnus-use-trees nil) (setq gnus-suppress-duplicates t) (setq gnus-thread-sort-functions '(gnus-thread-sort-by-number gnus-thread-sort-by-author gnus-thread-sort-by-subject gnus-thread-sort-by-date gnus-thread-sort-by-score gnus-thread-sort-by-total-score)) (setq gnus-score-find-score-files-function '(gnus-score-find-bnews gnus-score-find-hierarchical bbdb/gnus-score)) I've made no modifications to any hooks relevant to this issue (just message, group and article display). Any ideas to trace this ? Am I the only one with this problem ? I also had other questions, which still are open: Nelson> On another note: Sometimes I open a group and get as Nelson> displayed article one in the midle of a thread, dispite Nelson> his parent(s) are also unread. I suspect it ignores the Nelson> threading info on selecting the first displayed article Nelson> and instead goes by "backend" order. Feel free to shout Nelson> RTFM with appropriate section if applicable.... :) I think this is because of: (setq gnus-auto-select-first 'best) which chooses the article with the biggest score on the first thread. Is there any way to have the following functionality: 'best-thread - The first article in the thread with the better scoring (the sum of the scores of its' articles) 'thread-of-best - The first article of thread where the best article is. Best regards, Nelson --- Nelson Jose dos Santos Ferreira | . . . | INESC/PT-Servicos Systems Integrator | |. / / . | Lisbon,PORTUGAL mailto:Nelson.Ferreira@inesc.pt |.||\| | / | Phone:+351 (1) 3100050 | .|<:/ \. | Fax :+351 (1) 3100008