From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: emacs-25-merge has been merged to master Date: Sun, 3 Jan 2016 11:13:13 +0100 Message-ID: <5688F439.9060000@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1451816020 32624 80.91.229.3 (3 Jan 2016 10:13:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Jan 2016 10:13:40 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 03 11:13:31 2016 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 1aFffG-0001jm-JE for ged-emacs-devel@m.gmane.org; Sun, 03 Jan 2016 11:13:30 +0100 Original-Received: from localhost ([::1]:41154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFffF-000598-NL for ged-emacs-devel@m.gmane.org; Sun, 03 Jan 2016 05:13:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFff4-000592-0f for emacs-devel@gnu.org; Sun, 03 Jan 2016 05:13:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFfez-0007tV-1Y for emacs-devel@gnu.org; Sun, 03 Jan 2016 05:13:17 -0500 Original-Received: from smtp203.alice.it ([82.57.200.99]:13597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFfey-0007tQ-RM for emacs-devel@gnu.org; Sun, 03 Jan 2016 05:13:12 -0500 Original-Received: from [192.168.1.102] (79.46.221.127) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5637337506B8985E for emacs-devel@gnu.org; Sun, 3 Jan 2016 11:13:10 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.99 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:197429 Archived-At: John Wiegley wrote: > Please let me know if you notice problems. For completeness, I notice the following issue (at least on OSX, NS build) Usually I do a NS build on OSX adding to 'configure' the option: --with-file-notification=gfile and it worked fine. Now, 'configure' fails with this message: configure: error: File notification 'gfile' requested but requirements not found The first 'master' commit which gives this is: Merge emacs-25 into master (using imerge) 9f2f14a0725211b13a744573344636b57b9c98b9 instead the previous commit: Fix typos in CC Mode manual e823c34072bf045800d91e12c7ddb61fa23c6e30 works as expected. Angelo