From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40645 Path: main.gmane.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.gnus.general Subject: gnus-goto-colon Date: Sat, 01 Dec 2001 15:17:06 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035176164 2049 80.91.224.250 (21 Oct 2002 04:56:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:56:04 +0000 (UTC) Return-Path: Original-Received: (qmail 16727 invoked from network); 1 Dec 2001 14:17:51 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 1 Dec 2001 14:17:51 -0000 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 16AAx4-0007EI-00; Sat, 01 Dec 2001 08:17:10 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 01 Dec 2001 08:16:56 -0600 (CST) 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 IAA16018 for ; Sat, 1 Dec 2001 08:16:46 -0600 (CST) Original-Received: (qmail 16716 invoked by alias); 1 Dec 2001 14:16:54 -0000 Original-Received: (qmail 16709 invoked from network); 1 Dec 2001 14:16:52 -0000 Original-Received: from p0301.as-l043.contactel.cz (HELO SnowWhite.SuSE.cz) (194.108.243.47) by gnus.org with SMTP; 1 Dec 2001 14:16:52 -0000 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id BFD20441BC; Sat, 1 Dec 2001 15:18:59 +0100 (CET) Original-To: GNUS mailing list Mail-Copies-To: never X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i386-suse-linux-gnu) Original-Lines: 26 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40645 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40645 Hi, in gnus.el we have: ;; Fix by Hallvard B Furuseth . ;; If you want the cursor to go somewhere else, set these two ;; functions in some startup hook to whatever you want. (defalias 'gnus-summary-position-point 'gnus-goto-colon) (defalias 'gnus-group-position-point 'gnus-goto-colon) It is the cause of my problems in groups where I have customised gnus-summary-line-format to include only the subjects and these subjects can be very long (~80 chars) and can contain colons. Now, when I'm reading by subjects, when moving to next article, the point jumps here and there (if the subject contains `:') and it is really distracting. I'd like to get rid of this in my .gnus: ; Workaround for Gnus inconvenience (defalias 'gnus-summary-position-point 'beginning-of-line) What was the reason for this change? -- Pavel Janík In the beginning was the word, and the word was content-type: text/plain. -- Kilian A. Foth in comp.emacs.xemacs