From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46111 Path: main.gmane.org!not-for-mail From: Scott A Crosby Newsgroups: gmane.emacs.gnus.general Subject: Wandering cursor in summary buffer. Date: 13 Aug 2002 12:17:55 -0500 Organization: Rice University Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029259152 1532 127.0.0.1 (13 Aug 2002 17:19:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2002 17:19:12 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17efK2-0000Oa-00 for ; Tue, 13 Aug 2002 19:19:11 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17efJD-0003bP-00; Tue, 13 Aug 2002 12:18:19 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 13 Aug 2002 12:18:48 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA09960 for ; Tue, 13 Aug 2002 12:18:37 -0500 (CDT) Original-Received: (qmail 5659 invoked by alias); 13 Aug 2002 17:18:02 -0000 Original-Received: (qmail 5654 invoked from network); 13 Aug 2002 17:18:01 -0000 Original-Received: from cs.rice.edu (128.42.1.30) by gnus.org with SMTP; 13 Aug 2002 17:18:01 -0000 Original-Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id BD1E04AA75 for ; Tue, 13 Aug 2002 12:17:56 -0500 (CDT) Original-Received: from bert.cs.rice.edu (bert.cs.rice.edu [128.42.3.146]) by cs.rice.edu (Postfix) with ESMTP id EC9294AA18 for ; Tue, 13 Aug 2002 12:17:55 -0500 (CDT) Original-Received: by bert.cs.rice.edu (Postfix, from userid 14314) id 8D7F33740FC; Tue, 13 Aug 2002 12:17:55 -0500 (CDT) Original-To: ding@gnus.org Original-Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) X-Virus-Scanned: by AMaViS snapshot-20020300 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46111 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46111 I noticed an annoying property of GNUS in the summary buffer.. When I do a 'd' to mark a message as read and the curser goes to the next line, it gets repositioned after the first ':' in the subject line (first character in the line if there's no ':' in the subject) As my subject lines are sometimes too long that they get truncated off the edge of the screen (summary buffer is made with 'wrap-long-lines' set to null), so this causes the whole window to scroll to the right, which is disconcerting. Is there any way I can disable this behavior, so that if I do a 'd', it goes down one line and stays in the same column? Thanks. Scott