From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18273 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.gnus.general Subject: Re: CT: text/plain; charset=us-ascii, CTE: 8bit Date: 28 Oct 1998 19:38:23 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87emrwctb1.fsf@duckman.mork.no> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156825 5270 80.91.224.250 (20 Oct 2002 23:33:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:33:45 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA01908 for ; Wed, 28 Oct 1998 14:40:13 -0500 (EST) 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 NAB24485; Wed, 28 Oct 1998 13:39:11 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 28 Oct 1998 13:39:03 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA08577 for ; Wed, 28 Oct 1998 13:38:45 -0600 (CST) Original-Received: from djlvig.dl.ac.uk (djlvig.dl.ac.uk [148.79.112.146]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA01890 for ; Wed, 28 Oct 1998 14:38:38 -0500 (EST) Original-Received: (from fx@localhost) by djlvig.dl.ac.uk (8.8.7/8.8.5) id TAA11136; Wed, 28 Oct 1998 19:38:23 GMT Original-To: ding@gnus.org X-Face: "_!nmR@11ZNuumt0oqG"Y3Hfy|;FGz)`"ul[G?ah6k-oNyDW?3/Nq3Qab$kUnUQ_d4};kPl R=}-Vqfo|S5mThi-kaBR=>%g5a3-OvnEhdHu{^APIaP:b}0m!$bDC>SX zz'r)e?`at?tpD*+~b+pf In-Reply-To: Hrvoje Niksic's message of "Tue, 27 Oct 1998 20:08:26 GMT" Original-Lines: 31 X-Mailer: Gnus v5.6.44/Emacs 20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18273 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18273 >>>>> "HN" == Hrvoje Niksic writes: HN> `read-coding-system' is the workhorse behind `(interactive "z")', HN> FWIW. But coding systems aren't charsets, of course. OTOH, how are you supposed to MIME multiple MULE charsets in a region anyway? Is the buffer's coding system (for write?) actually the relevant thing? BTW, has the doc for `coding-system-get' been noticed in this connexion? - Function: coding-system-get CODING-SYSTEM PROPERTY This function returns the specified property of the coding system CODING-SYSTEM. Most coding system properties exist for internal purposes, but one that you might find useful is `mime-charset'. That property's value is the name used in MIME for the character coding which this coding system can read and write. Examples: (coding-system-get 'iso-latin-1 'mime-charset) => iso-8859-1 (coding-system-get 'iso-2022-cn 'mime-charset) => iso-2022-cn (coding-system-get 'cyrillic-koi8 'mime-charset) => koi8-r The value of the `mime-charset' property is also defined as an alias for the coding system. -- MULE's Upping Lars's Exasperation?