From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23498 Path: main.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug: End of line in summary buffer Date: Wed, 23 Jun 1999 20:43:36 GMT Organization: Carnegie Mellon University : KANTOO Project Sender: owner-ding@hpc.uh.edu Message-ID: References: <877lou3ouj.fsf@medievalist.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161219 2310 80.91.224.250 (21 Oct 2002 00:46:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:46:59 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA16453 for ; Wed, 23 Jun 1999 16:48:14 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB20100; Wed, 23 Jun 1999 15:44:12 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 23 Jun 1999 15:44:55 -0500 (CDT) 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 PAA03701 for ; Wed, 23 Jun 1999 15:44:44 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id QAA16223 for ; Wed, 23 Jun 1999 16:43:45 -0400 (EDT) Original-Received: (qmail 16447 invoked by uid 509); 23 Jun 1999 20:43:41 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Mail-Copies-To: never Original-Lines: 24 User-Agent: Gnus/5.070088 (Pterodactyl Gnus v0.88) Emacs/20.3.10 Original-NNTP-Posting-Host: 128.2.110.42 Original-X-Complaints-To: news@sunsite.auc.dk Original-X-Trace: sunsite.auc.dk 930170616 128.2.110.42 (Wed, 23 Jun 1999 22:43:36 MET DST) Original-NNTP-Posting-Date: Wed, 23 Jun 1999 22:43:36 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23498 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23498 zaks@prioris.im.pw.edu.pl (Slawek Zak) writes: > Going to the end of line in summary mode with C-e, when subject > exceeds right margin doesn't work properly, the cursor stops on the > right margin when there are three dots marking begining of thread at > the end. When message is single, C-e goes to the end of subject as > expected. gnus-summary-line-format is "%U%R %3V%z %3L: %I%[%-16,16n%] > %d %3t %(%s%) \n" This isn't a bug in gnus, it is a feature of emacs. You have to use `C-x <' if you want to scroll the window left. Alternatively, you can add the following to your .emacs to have things work intuitively: ;;; auto-show (require 'auto-show) Actually, these answers are correct for Emacs. I see you use Xemacs. I don't know whether this will work there. -- Michael Duggan (md5i@cs.cmu.edu)