From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26555 Path: main.gmane.org!not-for-mail From: Rajappa Iyer Newsgroups: gmane.emacs.gnus.general Subject: Re: [0.97] `T #' oddness and `T ?' suggestion Date: 09 Nov 1999 21:57:14 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <199911100257.VAA74580@kamikaze.mindspring.com> References: <87oge8js7c.fsf@senstation.vvf.fi> Reply-To: rajappa@mindspring.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163741 19977 80.91.224.250 (21 Oct 2002 01:29:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:29:01 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA26802 for ; Tue, 9 Nov 1999 21:50:01 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id UAB02121; Tue, 9 Nov 1999 20:49:58 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Nov 1999 20:49:58 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id UAA09517 for ; Tue, 9 Nov 1999 20:49:48 -0600 (CST) Original-Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA26793 for ; Tue, 9 Nov 1999 21:49:12 -0500 (EST) Original-Received: from kamikaze.mindspring.com (user-2ive6ec.dialup.mindspring.com [165.247.25.204]) by smtp7.atl.mindspring.net (8.8.5/8.8.5) with ESMTP id VAA29423 for ; Tue, 9 Nov 1999 21:49:11 -0500 (EST) Original-Received: (from rsi@localhost) by kamikaze.mindspring.com (8.9.3/8.9.3) id VAA74580; Tue, 9 Nov 1999 21:57:14 -0500 (EST) (envelope-from rsi) Original-To: ding@gnus.org Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26555 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26555 Lars Magne Ingebrigtsen writes: > Hannu Koivisto writes: > > > Has anyone else experienced that `T #' marks articles as it should > > but then throws cursor to a more or less random location? > > Yup. Fix in Pterodactyl Gnus v0.98.1. In pick mode, this is still a problem. The attached patch fixes it: Index: gnus-salt.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/gnus-salt.el,v retrieving revision 5.7 diff -u -r5.7 gnus-salt.el --- gnus-salt.el 1999/03/04 01:38:20 5.7 +++ gnus-salt.el 1999/11/10 02:39:32 @@ -189,7 +189,10 @@ (when arg (gnus-pick-goto-article arg)) (if gnus-thread-hide-subtree - (gnus-uu-mark-thread) + (progn + (save-excursion + (gnus-uu-mark-thread)) + (forward-line 1)) (gnus-summary-mark-as-processable 1))) (defun gnus-pick-unmark-article-or-thread (&optional arg) @@ -200,7 +203,8 @@ (when arg (gnus-pick-goto-article arg)) (if gnus-thread-hide-subtree - (gnus-uu-unmark-thread) + (save-excursion + (gnus-uu-unmark-thread)) (gnus-summary-unmark-as-processable 1))) (defun gnus-pick-mouse-pick (e) -- a.k.a. Rajappa Iyer. New York, New York. We're too busy mopping the floor to turn off the faucet.