From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [rgm@gnu.org: Re: cp-supported-codepages] Date: Thu, 21 Feb 2008 17:16:27 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1203581936 26315 80.91.229.12 (21 Feb 2008 08:18:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 08:18:56 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 09:19:21 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JS6eF-0007ti-QA for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 09:19:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS6dk-0007vg-NT for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 03:18:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JS6cE-000787-DM for emacs-devel@gnu.org; Thu, 21 Feb 2008 03:17:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JS6cC-00077e-Jy for emacs-devel@gnu.org; Thu, 21 Feb 2008 03:17:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS6cC-00077b-DG for emacs-devel@gnu.org; Thu, 21 Feb 2008 03:17:12 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JS6c4-0006Nm-MU; Thu, 21 Feb 2008 03:17:04 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JS6c3-0007Mw-An; Thu, 21 Feb 2008 03:17:03 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m1L8GWaT018646; Thu, 21 Feb 2008 17:16:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m1L8GUes020835; Thu, 21 Feb 2008 17:16:30 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m1L8GRub018318; Thu, 21 Feb 2008 17:16:27 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JS6bT-0004Pk-Gf; Thu, 21 Feb 2008 17:16:27 +0900 In-reply-to: (message from Richard Stallman on Wed, 20 Feb 2008 18:07:28 -0500) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by mx20.gnu.org: Solaris 8 (1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:89788 Archived-At: In article , Richard Stallman writes: > You don't need them anymore because coding systems created by these > functions are supported from the start now. > The important change is that these coding systems are supported. > So please write it like this: > The XYZ coding systems are now supported automatically. > The functions cp-...-codepage, which you had to use in Emacs 22 > to enable support for these coding systems, have been deleted. Ok, I changed that section as this: ** The cpXXX coding systems are now supported automatically. The functions cp-...-codepage, which you had to use in Emacs 22 to enable support for these coding systems, have been deleted. --- Kenichi Handa handa@ni.aist.go.jp