From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26744 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: Strange display problem Date: 12 Nov 1999 16:51:51 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87g0ybwzw2.fsf@worldonline.dk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163896 21040 80.91.224.250 (21 Oct 2002 01:31:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:31:36 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA03642 for ; Fri, 12 Nov 1999 10:53:03 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB25605; Fri, 12 Nov 1999 09:52:32 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 12 Nov 1999 09:52:45 -0600 (CST) 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 JAA25467 for ; Fri, 12 Nov 1999 09:52:35 -0600 (CST) Original-Received: from frege.math.ethz.ch (daemon@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA03637 for ; Fri, 12 Nov 1999 10:52:04 -0500 (EST) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id QAA29042 for ; Fri, 12 Nov 1999 16:52:01 +0100 (MET) Original-Received: from bolzano(129.132.146.140) via SMTP by frege, id smtpdAAAa0075e; Fri Nov 12 16:51:52 1999 Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id QAA01676; Fri, 12 Nov 1999 16:51:51 +0100 Original-To: ding@gnus.org In-Reply-To: "Rene H. Larsen"'s message of "Fri, 12 Nov 1999 14:27:32 GMT" Original-Lines: 23 User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) XEmacs/21.1 (Acadia) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26744 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26744 N.B. I don't think this really a Gnus problem. What platform are you using? "Rene H. Larsen" writes: > Near the bottom of the mail, you'll find a line saying: > > Kundeservice xxxx/tolu Those x's are character nr 160 (nobreakspace in latin-1). Does your XEmacs also have problem if you do (loop repeat 4 do (insert (char-to-string 160))) in a scratch buffer? If so, does the problem go away if you do? (aset (specifier-instance current-display-table) 160 "") If so what font do you use? Does changing the font help. Jan