From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Bug in filelock.c Date: Sat, 23 Feb 2013 23:30:26 -0800 Organization: UCLA Computer Science Department Message-ID: <5129C192.30003@cs.ucla.edu> References: <83zjyukfxe.fsf@gnu.org> <51291AFF.2000602@cs.ucla.edu> <51295DEC.1010808@cs.ucla.edu> <83r4k6jrvs.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1361691039 21630 80.91.229.3 (24 Feb 2013 07:30:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2013 07:30:39 +0000 (UTC) Cc: schwab@linux-m68k.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 08:31:00 2013 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 1U9W2y-0002Re-Jh for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2013 08:30:56 +0100 Original-Received: from localhost ([::1]:48940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9W2e-0004AX-2g for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2013 02:30:36 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9W2a-00049z-Qp for emacs-devel@gnu.org; Sun, 24 Feb 2013 02:30:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9W2Z-0007yG-I1 for emacs-devel@gnu.org; Sun, 24 Feb 2013 02:30:32 -0500 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:51672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9W2V-0007wP-TH; Sun, 24 Feb 2013 02:30:28 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 1CBB139E8108; Sat, 23 Feb 2013 23:30:27 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HiDauV5CBGRt; Sat, 23 Feb 2013 23:30:26 -0800 (PST) Original-Received: from [192.168.1.9] (pool-71-189-154-249.lsanca.fios.verizon.net [71.189.154.249]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id C2C5B39E8008; Sat, 23 Feb 2013 23:30:26 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 In-Reply-To: <83r4k6jrvs.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 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:157286 Archived-At: On 02/23/2013 07:46 PM, Eli Zaretskii wrote: > The "p != lockfile" test is still unneeded, though, right? > Should we make that change on the trunk? Yes, but I'd like to get a handle on whether the ".1" suffix is needed before fiddling with that.