From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32787 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Charset Windows-1252 Date: Thu, 05 Oct 2000 17:12:58 GMT Organization: http://purl.org/harder/ Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169009 21707 80.91.224.250 (21 Oct 2002 02:56:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:56:49 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id C83C6D051E for ; Thu, 5 Oct 2000 13:13:44 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAC00557; Thu, 5 Oct 2000 12:13:30 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 05 Oct 2000 12:12:53 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA21753 for ; Thu, 5 Oct 2000 12:12:42 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by mailhost.sclp.com (Postfix) with SMTP id 68A84D051E for ; Thu, 5 Oct 2000 13:13:06 -0400 (EDT) Original-Received: (qmail 23286 invoked by uid 509); 5 Oct 2000 17:12:59 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Original-Lines: 24 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Original-NNTP-Posting-Host: 212.54.78.88 Original-X-Trace: twister.sunsite.auc.dk 970765978 212.54.78.88 (Thu, 05 Oct 2000 19:12:58 MET DST) Original-NNTP-Posting-Date: Thu, 05 Oct 2000 19:12:58 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32787 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32787 Per Abrahamsen writes: > How do I declare Windows-1252 an alias for Latin 1? I have: (define-coding-system-alias 'windows-1252 'iso-8859-1) I don't know if it's the right way. > Or better, how do I make Gnus show bytes from "unknown" charsets as if > they were Latin 1 characters, instead of as \ooo? You can say: (standard-display-ascii ?\205 "...") ; ellipsis (standard-display-ascii ?\206 "+") ; dagger and so on. I learned this from gnu.emacs.sources just a few hours ago. There's a list at -- Jesper Harder Student: Master, does Emacs have the Buddha Nature? Master: Why not? It has damn near everything else!