From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50869 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Trouble displaying 8bit postings properly Date: Tue, 18 Mar 2003 03:26:27 +0100 Organization: http://purl.org/harder/ Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047954527 12870 80.91.224.249 (18 Mar 2003 02:28:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2003 02:28:47 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Tue Mar 18 03:28:46 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 18v6qM-0003LN-00 for ; Tue, 18 Mar 2003 03:28:46 +0100 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 18v6px-000213-00; Mon, 17 Mar 2003 20:28:21 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 17 Mar 2003 20:29:23 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id UAA07870 for ; Mon, 17 Mar 2003 20:29:11 -0600 (CST) Original-Received: (qmail 37342 invoked by alias); 18 Mar 2003 02:28:02 -0000 Original-Received: (qmail 37337 invoked from network); 18 Mar 2003 02:28:02 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 18 Mar 2003 02:28:02 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18v6pg-0002KS-00 for ; Tue, 18 Mar 2003 03:28:04 +0100 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 19 Original-NNTP-Posting-Host: 0xc3f952b7.esnxr1.ras.tele.dk Original-X-Trace: quimby.gnus.org 1047954484 8951 195.249.82.183 (18 Mar 2003 02:28:04 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 18 Mar 2003 02:28:04 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > On Sun, Mar 16 2003, Jesper Harder wrote: > >> The real solution to 2. is to have Emacs know about Windows-1252, which >> it doesn't. I think it's supported in the Unicode branch, though. > > Windows-1252 is supported in CVS-HEAD of Emacs. > Just say (require 'code-pages). Thanks, I hadn't noticed that there's both the old 'codepages.el' and the new 'code-pages.el'. This will work, but you have to add Windows-1252 to the coding system priorities explicitly -- otherwise Emacs won't detect it. But be sure _not_ to add it to the front, else Gnus will send out windows-1252 crap just like Outlook Express. Hmm, maybe we should put in a check for this to avoid that embarrasment.