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: Re: commit-msg hook Date: Sun, 12 Apr 2015 19:10:48 +0300 Message-ID: <838udxe393.fsf@gnu.org> References: <83y4m0tgac.fsf@gnu.org> <55288A2D.5030809@cs.ucla.edu> <83d23bruui.fsf@gnu.org> <83a8yff0pl.fsf@gnu.org> <5529406D.4040304@cs.ucla.edu> <83sic6ehzc.fsf@gnu.org> <55297F68.4080103@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1428855065 5561 80.91.229.3 (12 Apr 2015 16:11:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Apr 2015 16:11:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 12 18:10:55 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 1YhKTG-0002Aw-22 for ged-emacs-devel@m.gmane.org; Sun, 12 Apr 2015 18:10:54 +0200 Original-Received: from localhost ([::1]:45780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhKTE-0004ZX-Sp for ged-emacs-devel@m.gmane.org; Sun, 12 Apr 2015 12:10:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhKTB-0004ZR-Mh for emacs-devel@gnu.org; Sun, 12 Apr 2015 12:10:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhKT5-0005sq-P8 for emacs-devel@gnu.org; Sun, 12 Apr 2015 12:10:49 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:33749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhKT5-0005sh-Ga for emacs-devel@gnu.org; Sun, 12 Apr 2015 12:10:43 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NMP00I00BDRNV00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sun, 12 Apr 2015 19:10:42 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMP00I39BLTGQ70@a-mtaout22.012.net.il>; Sun, 12 Apr 2015 19:10:42 +0300 (IDT) In-reply-to: <55297F68.4080103@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:185346 Archived-At: > Date: Sat, 11 Apr 2015 13:09:12 -0700 > From: Paul Eggert > CC: emacs-devel@gnu.org > > Eli Zaretskii wrote: > > That hangs as well, and I found out why: Gawk waits for input. > > Ah, that could be due to an incompatibility with the MSYS shell; but the BEGIN > can't hurt, and I installed the attached patch to redirect from stdin as well. > Since this appears to be the real problem, I'd rather go back to the all-ASCII > script, for portability to pre-POSIX shells (probably doesn't matter nowadays, > but shouldn't hurt). Thanks, this version works for me. Once again, sorry for not detecting the real culprit sooner.