From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master db828f6: Don't rely on defaults in decoding UTF-8 encoded Lisp files Date: Sun, 27 Sep 2015 12:04:45 +0200 Message-ID: <87r3lkp48y.fsf@fencepost.gnu.org> References: <20150921165211.20434.28114@vcs.savannah.gnu.org> <83fv27mt7r.fsf@gnu.org> <83wpvfix7i.fsf@gnu.org> <83fv23hr0z.fsf@gnu.org> <5605CB6B.4000102@cs.ucla.edu> <83twqhhf0g.fsf@gnu.org> <5606AC48.7090801@cs.ucla.edu> <83zj09fbzp.fsf@gnu.org> <5606C140.6090309@cs.ucla.edu> <878u7trwlb.fsf@fencepost.gnu.org> <5606E995.2000102@cs.ucla.edu> <83si61ezxd.fsf@gnu.org> <560700E1.4010403@cs.ucla.edu> <83pp14fhj5.fsf@gnu.org> <5607A758.4020205@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443348319 26995 80.91.229.3 (27 Sep 2015 10:05:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Sep 2015 10:05:19 +0000 (UTC) Cc: Eli Zaretskii , Paul Eggert , monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 27 12:05:13 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zg8pP-0002cn-Qu for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2015 12:05:07 +0200 Original-Received: from localhost ([::1]:56775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zg8pK-0007xp-G6 for ged-emacs-devel@m.gmane.org; Sun, 27 Sep 2015 06:05:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zg8p7-0007xV-E2 for emacs-devel@gnu.org; Sun, 27 Sep 2015 06:04:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zg8p6-0004uz-Gg for emacs-devel@gnu.org; Sun, 27 Sep 2015 06:04:49 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zg8p5-0004ui-0V; Sun, 27 Sep 2015 06:04:47 -0400 Original-Received: from localhost ([127.0.0.1]:41628 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.82) (envelope-from ) id 1Zg8p3-0001Ve-V4; Sun, 27 Sep 2015 06:04:46 -0400 Original-Received: by lola (Postfix, from userid 1000) id 453F2DF4A9; Sun, 27 Sep 2015 12:04:45 +0200 (CEST) In-Reply-To: (Andreas Schwab's message of "Sun, 27 Sep 2015 11:56:23 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190402 Archived-At: Andreas Schwab writes: > Paul Eggert writes: > >> Yes, and those files are a pain to look at with Emacs now, since it >> typically misguesses their encodings. Presumably Emacs should be looking >> at .po files' charset= decorations. > > It does already if you use the po-mode distributed with gettext. gettext being the standard GNU i18n mechanism, wouldn't it make sense to keep the latest version distributed with Emacs rather than requiring users to manually install them? -- David Kastrup