From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#21574: po-mode mishandles ASCII files Date: Mon, 28 Sep 2015 09:43:55 +0300 Message-ID: <83r3ljdowk.fsf@gnu.org> References: <56084B12.90307@cs.ucla.edu> <5608A3F3.1030904@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1443422679 11160 80.91.229.3 (28 Sep 2015 06:44:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Sep 2015 06:44:39 +0000 (UTC) Cc: 21574@debbugs.gnu.org To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 28 08:44:24 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1ZgSAh-0002hg-SF for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 Sep 2015 08:44:24 +0200 Original-Received: from localhost ([::1]:60874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgSAh-00034v-3e for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 Sep 2015 02:44:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgSAQ-0002oE-IK for bug-gnu-emacs@gnu.org; Mon, 28 Sep 2015 02:44:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgSAN-0002yS-CN for bug-gnu-emacs@gnu.org; Mon, 28 Sep 2015 02:44:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:57151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgSAN-0002yL-9M for bug-gnu-emacs@gnu.org; Mon, 28 Sep 2015 02:44:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZgSAN-00075y-4v for bug-gnu-emacs@gnu.org; Mon, 28 Sep 2015 02:44:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 28 Sep 2015 06:44:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21574 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21574-submit@debbugs.gnu.org id=B21574.144342262927238 (code B ref 21574); Mon, 28 Sep 2015 06:44:03 +0000 Original-Received: (at 21574) by debbugs.gnu.org; 28 Sep 2015 06:43:49 +0000 Original-Received: from localhost ([127.0.0.1]:46121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZgSA8-00075G-Mo for submit@debbugs.gnu.org; Mon, 28 Sep 2015 02:43:48 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:49133) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZgSA6-000757-P0 for 21574@debbugs.gnu.org; Mon, 28 Sep 2015 02:43:48 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NVD00I00JWU6P00@a-mtaout20.012.net.il> for 21574@debbugs.gnu.org; Mon, 28 Sep 2015 09:43:45 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVD00HGPK0WZ780@a-mtaout20.012.net.il>; Mon, 28 Sep 2015 09:43:45 +0300 (IDT) In-reply-to: <5608A3F3.1030904@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:106987 Archived-At: > From: Paul Eggert > Date: Sun, 27 Sep 2015 19:20:35 -0700 > Cc: 21574@debbugs.gnu.org > > Glenn Morris wrote: > > Or not. > > Are you talking about po.el or po-mode.el? > > .po files open in fundamental-mode for me. > > Sorry, I meant whatever happens when you visit a .po file without doing anything > special. I thought Emacs dumped you into po-mode In the old discussion I mentioned yesterday, we decided that the full po-mode was too large and not really necessary to include in core, so we only included the part that helps decoding the file's contents correctly. Perhaps we should revisit that old decision and include the full po-mode now.