From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: list of coding systems Date: Mon, 12 Dec 2005 07:43:03 +0100 (CET) Message-ID: <20051212.074303.58447317.wl@gnu.org> References: <20051211.131238.02287822.wl@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134375304 21083 80.91.229.2 (12 Dec 2005 08:15:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Dec 2005 08:15:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 12 09:15:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Elioy-0000re-AA for ged-emacs-devel@m.gmane.org; Mon, 12 Dec 2005 09:14:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElipR-0002cO-Ka for ged-emacs-devel@m.gmane.org; Mon, 12 Dec 2005 03:14:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Elhu3-0006bD-JW for emacs-devel@gnu.org; Mon, 12 Dec 2005 02:15:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Elhtw-0006Yi-5x for emacs-devel@gnu.org; Mon, 12 Dec 2005 02:15:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Elhtt-0006YO-Em for emacs-devel@gnu.org; Mon, 12 Dec 2005 02:15:10 -0500 Original-Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ElhvZ-00011E-9x for emacs-devel@gnu.org; Mon, 12 Dec 2005 02:16:53 -0500 Original-Received: from [84.175.180.164] (helo=rigel.site) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1ElhtI0m63-0002uC; Mon, 12 Dec 2005 08:14:32 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by rigel.site (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id jBC6h4T5027975; Mon, 12 Dec 2005 07:43:04 +0100 Original-To: handa@m17n.org In-Reply-To: X-Mailer: Mew version 4.2.54 on Emacs 22.0.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2dc398bc694a1e60948148ba0a42c0da X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:47528 Archived-At: > > How can I generate a (human readable) list of coding system which > > shows *all* properties of the coding system? Is there a function in > > Emacs which can do that? > > No. I don't know exactly what you means by "human > readable", but how about this? > > (dolist (elt (coding-system-list t)) > (pp (cons elt (coding-system-plist elt)))) Thanks! No I can reliably list the bugs and problems. . Regarding the `windows-125x' tags, I was wrong -- I've indeed misread the code. Everything is just fine. . The following coding systems have MIME tags which don't exist: cp874 next iso-8859-11 . The following coding system doesn't have the proper MIME tag: vietnamese-viqr => VIQR . I wonder whether `japanese-iso-7bit-1978-irv' can get the `ISO-2022-JP' MIME tag. . It is perhaps useful to explicitly add `mime-charset nil' to cyrillic-alternativnyj in-is13194 Hmm, maybe it's even better to tag all codings without a MIME tag accordingly. Werner