From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51393 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: UTF-8 support has stopped working Date: Sun, 13 Apr 2003 22:34:09 +0200 Organization: Probably a good idea Sender: owner-ding@hpc.uh.edu Message-ID: <87k7dycf26.fsf@doohan.bang.priv.no> References: <873cknebfw.fsf@doohan.bang.priv.no> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1050266062 17223 80.91.224.249 (13 Apr 2003 20:34:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 13 Apr 2003 20:34:22 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Sun Apr 13 22:34:20 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 194oBA-0004Tc-00 for ; Sun, 13 Apr 2003 22:34:20 +0200 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 194oBH-0001iT-00; Sun, 13 Apr 2003 15:34:27 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 13 Apr 2003 15:35:33 -0500 (CDT) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [64.157.176.121]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA20043 for ; Sun, 13 Apr 2003 15:35:21 -0500 (CDT) Original-Received: (qmail 1056 invoked by alias); 13 Apr 2003 20:34:11 -0000 Original-Received: (qmail 1051 invoked from network); 13 Apr 2003 20:34:11 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 13 Apr 2003 20:34:11 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 194oBQ-0002vr-00 for ; Sun, 13 Apr 2003 22:34:36 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 46 Original-NNTP-Posting-Host: lj6t81.cm.chello.no Original-X-Trace: quimby.gnus.org 1050266076 11274 80.111.29.5 (13 Apr 2003 20:34:36 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 13 Apr 2003 20:34:36 GMT Mail-Copies-To: never User-Agent: Gnus/5.090018 (Oort Gnus v0.18) XEmacs/21.4 (Common Lisp, linux) Cancel-Lock: sha1:ZDV/dDLT2MoifzR0mK5D69yJ278= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:51393 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51393 >>>>> Steinar Bang : > Platform: Intel PII, > debian testing/unstable (sarge), > XEmacs 21.4 (patch 6) "Common Lisp" [Lucid] (i386-debian-linux, Mule) > Oort Gnus v0.18 (CVS update done today) > mule-ucs 0.84.99rc3 > I am no longer able to see correct characters in articles with: > Content-Type: text/plain; charset=utf-8 > I see UTF-8 characters rendered as ISO 8859-1 instead. [snip!] > I suspect that it happened after a recent debian apt-get update of > my system. I noticed that the mule-ucs package was updated. The > mule-ucs emacs lisp code seems to still be byte compiled for > XEmacs(*), because the library 40mule-ucs is loaded during startup. 40mule-ucs does not by itself load mule-ucs. This is the file /etc/emacs/site-start.d/40mule-ucs.el, which only sets load-path and stuff. According to /usr/share/doc/mule-ucs/changelog.Debian.gz, un-define is no longer always loaded (40mule-ucs used to take a long time, during Emacs and XEmacs start on my old machines). So I tried `M-x load-library RET un-define RET', but UTF-8 was still not decoded. locate found that there are two un-define.elc for XEmacs 21, on my debian system: /usr/share/xemacs21/mule-packages/lisp/mule-ucs/un-define.elc /usr/share/xemacs21/site-lisp/mule-ucs/un-define.elc The first one belongs to the xemacs21-mulesupport deb package. The second one doesn't belong to any package, but I'm guessing this is a file that's byte compiled from the /usr/share/emacs/site-lisp/mule-ucs/lisp/un-define.el file of the mule-ucs deb package. But I'm unable to find out which un-define.elc file that was loaded. The `M-x locate-library RET' command doesn't work for me on XEmacs 21, and never has. Thanx! - Steinar