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#7169: cannot specify coding via dir-locals Date: Wed, 06 Oct 2010 22:49:34 +0200 Message-ID: <83wrpvnj1d.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1286399819 4931 80.91.229.12 (6 Oct 2010 21:16:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Oct 2010 21:16:59 +0000 (UTC) Cc: 7169@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 06 23:16:58 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P3bM7-00008P-4E for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Oct 2010 23:16:56 +0200 Original-Received: from localhost ([127.0.0.1]:54128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3bM4-0007d5-8t for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Oct 2010 17:16:52 -0400 Original-Received: from [140.186.70.92] (port=35364 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3bLw-0007cL-Fi for bug-gnu-emacs@gnu.org; Wed, 06 Oct 2010 17:16:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3bHA-0003fG-Vg for bug-gnu-emacs@gnu.org; Wed, 06 Oct 2010 17:11:49 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3bHA-0003fC-U1 for bug-gnu-emacs@gnu.org; Wed, 06 Oct 2010 17:11:48 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P3atC-0000PC-7J; Wed, 06 Oct 2010 16:47:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 06 Oct 2010 20:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7169 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7169-submit@debbugs.gnu.org id=B7169.12863979861551 (code B ref 7169); Wed, 06 Oct 2010 20:47:02 +0000 Original-Received: (at 7169) by debbugs.gnu.org; 6 Oct 2010 20:46:26 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P3asc-0000Oy-IO for submit@debbugs.gnu.org; Wed, 06 Oct 2010 16:46:26 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P3asZ-0000Os-CH for 7169@debbugs.gnu.org; Wed, 06 Oct 2010 16:46:24 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L9V00C00YXG7M00@a-mtaout20.012.net.il> for 7169@debbugs.gnu.org; Wed, 06 Oct 2010 22:49:24 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.148.82]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L9V00BZLZ6BVF40@a-mtaout20.012.net.il>; Wed, 06 Oct 2010 22:49:24 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 06 Oct 2010 16:47:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:40729 Archived-At: > From: Glenn Morris > Date: Wed, 06 Oct 2010 15:39:29 -0400 > Cc: > > Package: emacs > > I added: > > (coding . utf-8) > > to the change-log-mode section in the Emacs .dir-locals.el file, then did > > ./src/emacs -Q lisp/ChangeLog.1 > > The file was opened in undecided-unix. I was hoping to be able to > remove the "coding: utf-8" that many of the Emacs ChangeLog files > (but not that particular example) have. Independently of the potential bug, why is it a good idea to have such a setting in the Emacs tree? There are some files for which this will do the wrong thing.