From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: lisp/gnus/.dir-locals.el Date: Sat, 04 Sep 2010 10:52:16 +0300 Message-ID: <83aanyhrnz.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1283586639 13087 80.91.229.12 (4 Sep 2010 07:50:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 4 Sep 2010 07:50:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen , Katsumi Yamaoka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 04 09:50:37 2010 Return-path: Envelope-to: ged-emacs-devel@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 1OrnWH-0007Zr-8L for ged-emacs-devel@m.gmane.org; Sat, 04 Sep 2010 09:50:37 +0200 Original-Received: from localhost ([127.0.0.1]:34446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrnWG-00029x-TK for ged-emacs-devel@m.gmane.org; Sat, 04 Sep 2010 03:50:36 -0400 Original-Received: from [140.186.70.92] (port=60118 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrnW9-000293-3Q for emacs-devel@gnu.org; Sat, 04 Sep 2010 03:50:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrnW8-0006wq-2t for emacs-devel@gnu.org; Sat, 04 Sep 2010 03:50:28 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:39086) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrnW7-0006wf-RP for emacs-devel@gnu.org; Sat, 04 Sep 2010 03:50:28 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L8700900PPHXO00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 04 Sep 2010 10:50:14 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.202.93]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L87009IEPRPC250@a-mtaout22.012.net.il>; Sat, 04 Sep 2010 10:50:14 +0300 (IDT) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:129666 Archived-At: Addition of this file triggers the following warning message when compiling in the lisp subdirectory: In toplevel form: gnus/.dir-locals.el:1:1:Warning: `(emacs-lisp-mode (show-trailing-whitespace . t))' is a malformed function FWIW, I don't understand why this file was added in the first place. The commit message gives a reason, but I don't see how it justifies this file in this single directory; it sounds more like personal preferences, which should not be in the repository. In addition, the change is not mentioned in the ChangeLog. At the very least, the file should be marked as "no-byte-compile", or something else should be done to avoid this warning.