From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: extra characters displayed at ends of lines Date: Mon, 20 Sep 2004 21:32:56 +0100 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095712445 31727 80.91.229.6 (20 Sep 2004 20:34:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2004 20:34:05 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 20 22:33:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C9Ur8-00084A-00 for ; Mon, 20 Sep 2004 22:33:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9Ux2-00014H-EB for geb-bug-gnu-emacs@m.gmane.org; Mon, 20 Sep 2004 16:39:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9Uwj-0000tx-53 for bug-gnu-emacs@gnu.org; Mon, 20 Sep 2004 16:39:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9Uwh-0000tO-4x for bug-gnu-emacs@gnu.org; Mon, 20 Sep 2004 16:39:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9Uwh-0000tE-1Z for bug-gnu-emacs@gnu.org; Mon, 20 Sep 2004 16:39:35 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C9UqO-00075T-WD for bug-gnu-emacs@gnu.org; Mon, 20 Sep 2004 16:33:05 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id i8KKX3nF023142; Mon, 20 Sep 2004 21:33:03 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 874F6DDD47; Mon, 20 Sep 2004 21:33:03 +0100 (BST) Original-To: "Philippe Lorin" In-Reply-To: (Philippe Lorin's message of "Thu, 16 Sep 2004 14:46:39 +0000") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (windows-nt) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9048 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9048 "Philippe Lorin" writes: > In GNU Emacs 21.2.1 (i386-msvc-windows98.2222) > > How to make the bug happen: > > (set-default 'truncate-lines t) > (add-to-list 'default-frame-alist '(width . 122)) > C-x C-f what the file name is> > C-s . s i z e C-s C-s > Here is the bug. The display is incorrect. There are extra characters > beyond the actual ends of lines. To see what it should be like, just > type: > C-l I can't reproduce this on either 21.3 or current CVS. Could you try upgrading to 21.3 and see if that fixes it for you?