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: windows-XXXX and cpXXXX Date: Fri, 13 Jan 2006 09:58:42 +0900 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1137113947 28163 80.91.229.2 (13 Jan 2006 00:59:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Jan 2006 00:59:07 +0000 (UTC) Cc: angeli@iwi.uni-sb.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 13 01:59:05 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ExDHS-0002ZH-Dw for ged-emacs-devel@m.gmane.org; Fri, 13 Jan 2006 01:59:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExDJY-0007XC-BM for ged-emacs-devel@m.gmane.org; Thu, 12 Jan 2006 20:01:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ExDJK-0007Vp-J6 for emacs-devel@gnu.org; Thu, 12 Jan 2006 20:00:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ExDJK-0007V2-01 for emacs-devel@gnu.org; Thu, 12 Jan 2006 20:00:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExDJJ-0007Up-S7 for emacs-devel@gnu.org; Thu, 12 Jan 2006 20:00:57 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1ExDMB-0004iN-Vx; Thu, 12 Jan 2006 20:03:56 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k0D0wgsl010025; Fri, 13 Jan 2006 09:58:42 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k0D0wg9x020322; Fri, 13 Jan 2006 09:58:42 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1ExDH8-0007J7-00; Fri, 13 Jan 2006 09:58:42 +0900 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Thu, 12 Jan 2006 21:59:04 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:48978 Archived-At: In article , Eli Zaretskii writes: >> Hmmm, the current situation is more confusing than I have >> thought. Eli, to fix this confusion, it seems that there's >> no easy way other than making cp125X available by default. > What confusion is that? Even for non-DOS users, (coding-system-p 'cp1252) returns nil or t depending on his locale. > ALso, didn't you just said that cp125X are already available as > aliases? So what do you mean by ``making cp125X available''? code-pages.el, when loaded, defines cp125X as aliases of windows-125X. But, as windows-125X defined in code-pages.el have autoload cookies, they are always available to users regardless of their locale. What I mean by "making cp125X available by default" is that "making cp125X always available to users regardless of their locale". --- Kenichi Handa handa@m17n.org