From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: PO files and Emacs Date: Fri, 15 Mar 2002 15:53:59 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <7458-Fri15Mar2002155358+0200-eliz@is.elta.co.il> References: <15502.1402.523363.275174@honolulu.ilog.fr> <5xsn75zssf.fsf@kfs2.cua.dk> <15502.14568.540497.141332@honolulu.ilog.fr> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016213008 3644 127.0.0.1 (15 Mar 2002 17:23:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 15 Mar 2002 17:23:28 +0000 (UTC) Cc: keichwa@gmx.net, rms@gnu.org, emacs-devel@gnu.org, schwab@suse.de Original-Received: from hermes.netfonds.no ([195.204.10.138]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16lvOq-0000PZ-01 for ; Fri, 15 Mar 2002 18:21:52 +0100 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by hermes.netfonds.no (8.10.1/8.9.3) with ESMTP id g2FE0UM10463 for ; Fri, 15 Mar 2002 15:00:30 +0100 (CET) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16lsJX-0002eV-00 for ; Fri, 15 Mar 2002 15:04:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16lsFj-0004VL-00; Fri, 15 Mar 2002 09:00:15 -0500 Original-Received: from balder.inter.net.il ([192.114.186.15]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16lsCo-00045V-00; Fri, 15 Mar 2002 08:57:14 -0500 Original-Received: from zaretsky (diup-216-200.inter.net.il [213.8.216.200]) by balder.inter.net.il (Mirapoint) with ESMTP id BGH93479; Fri, 15 Mar 2002 15:57:05 +0200 (IST) Original-To: haible@ilog.fr X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <15502.14568.540497.141332@honolulu.ilog.fr> (message from Bruno Haible on Tue, 12 Mar 2002 18:20:40 +0100 (CET)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:1935 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1935 > From: Bruno Haible > Date: Tue, 12 Mar 2002 18:20:40 +0100 (CET) > > ; Make the cpnnn codesets available. > (if (not (string-match "XEmacs\\|Lucid" emacs-version)) > (mapc #'codepage-setup (mapcar #'car (cp-supported-codepages)))) Is it really a good idea to load all the cpNNN tables whenever some PO file is visited? Isn't it better to load them only on demand? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel