From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: .git/hooks/commit-msg Date: Mon, 08 Dec 2014 12:53:14 +0100 Message-ID: <5485912A.6090700@swipnet.se> References: <57F3BCF0-60FD-416F-8F68-192A2A941821@swipnet.se> <5484FB75.4080501@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1418039709 29122 80.91.229.3 (8 Dec 2014 11:55:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Dec 2014 11:55:09 +0000 (UTC) To: Paul Eggert , "emacs-devel@gnu.org Development" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 08 12:55:02 2014 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 1Xxwu5-0004l7-AJ for ged-emacs-devel@m.gmane.org; Mon, 08 Dec 2014 12:55:01 +0100 Original-Received: from localhost ([::1]:33651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxwu4-0000wi-W0 for ged-emacs-devel@m.gmane.org; Mon, 08 Dec 2014 06:55:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxwsb-00079D-DW for emacs-devel@gnu.org; Mon, 08 Dec 2014 06:53:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxwsT-0006Hh-6K for emacs-devel@gnu.org; Mon, 08 Dec 2014 06:53:29 -0500 Original-Received: from mailfe05.swip.net ([212.247.154.129]:44412 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxwsS-0006Go-Sg for emacs-devel@gnu.org; Mon, 08 Dec 2014 06:53:21 -0500 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 550527020; Mon, 08 Dec 2014 12:53:18 +0100 Original-Received: from jdvpro.hq.ismobile.com (unknown [176.57.193.190]) (Authenticated sender: jhd) by hosdjarv.se (Postfix) with ESMTPSA id 4590E1A00EA; Mon, 8 Dec 2014 11:53:18 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: <5484FB75.4080501@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.129 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:179377 Archived-At: Paul Eggert skrev den 2014-12-08 02:14: > Jan D. wrote: >> It keeps complaining about control caracter, even if there are none.... >> Does it assume GNU awk? > > No, it assumes only POSIX awk. However, it turns out that FreeBSD awk > is buggy here; see FreeBSD bug#195792 . Ah, so thats it. I can confirm OSX has this bug. > > I worked around the FreeBSD bug by installing the attached patch to the > emacs-24 branch; this should be merged into the Emacs master in due > course. After applying the patch, you can run './autogen.sh' to > propagate the fix into your .git/hooks/commit-msg. Thanks. Jan D.