From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57092 Path: main.gmane.org!not-for-mail From: David S Goldberg Newsgroups: gmane.emacs.gnus.general Subject: Re: cursor jumps to first ':' Date: Wed, 21 Apr 2004 11:16:24 -0400 Organization: I Yam What I Yam Sender: ding-owner@lists.math.uh.edu Message-ID: References: <86n0554hti.fsf@oumu.localdomain> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082560625 25924 80.91.224.253 (21 Apr 2004 15:17:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2004 15:17:05 +0000 (UTC) Original-X-From: ding-owner+M5632@lists.math.uh.edu Wed Apr 21 17:16:57 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGJT7-0008US-00 for ; Wed, 21 Apr 2004 17:16:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BGJSy-0004z8-00; Wed, 21 Apr 2004 10:16:48 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BGJSt-0004z3-00 for ding@lists.math.uh.edu; Wed, 21 Apr 2004 10:16:43 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BGJSs-0006by-6f for ding@lists.math.uh.edu; Wed, 21 Apr 2004 10:16:42 -0500 Original-Received: from smtp-mclean.mitre.org (smtp-mclean-x.mitre.org [192.80.55.71]) by justine.libertine.org (Postfix) with ESMTP id 5770D3A0076 for ; Wed, 21 Apr 2004 10:16:41 -0500 (CDT) Original-Received: from smtp-mclean.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-mclean.mitre.org (8.11.6/8.11.6) with ESMTP id i3LFGcL32165 for ; Wed, 21 Apr 2004 11:16:38 -0400 Original-Received: from MAILHUB2 (mailhub2.mitre.org [129.83.221.18]) by smtp-mclean.mitre.org (8.11.6/8.11.6) with ESMTP id i3LFGaY32125 for ; Wed, 21 Apr 2004 11:16:36 -0400 Original-Received: from blackbird.mitre.org (129.83.3.57) by mailhub2.mitre.org with SMTP id 2459341; Wed, 21 Apr 2004 11:16:25 -0400 Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-Reply-To: <86n0554hti.fsf@oumu.localdomain> (Adam Duck's message of "Wed, 21 Apr 2004 14:49:13 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Portable Code, cygwin32) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57092 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57092 That's the default place for the cursor to go. You can fix it by munging your summary line format. `gnus-summary-line-format' is a variable declared in Lisp. -- loaded from "gnus" Value: "%O%U%R(%t)%B%[(#%N,%ud,%LL)%*%ub%-20,20f%] %(%s%)\n" Documentation: *The format specification of the lines in the summary buffer. [...] %* If present, indicates desired cursor position (instead of after first colon). [...] -- Dave Goldberg david.goldberg6@verizon.net