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:53:04 +0100 Message-ID: <5688FD90.1020206@alice.it> References: <5688F439.9060000@alice.it> <87r3hzkkqe.fsf@gmx.de> 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 1451818407 745 80.91.229.3 (3 Jan 2016 10:53:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Jan 2016 10:53:27 +0000 (UTC) Cc: Emacs developers To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 03 11:53:16 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 1aFgHk-0007wl-FX for ged-emacs-devel@m.gmane.org; Sun, 03 Jan 2016 11:53:16 +0100 Original-Received: from localhost ([::1]:41238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFgHg-0003Ad-Og for ged-emacs-devel@m.gmane.org; Sun, 03 Jan 2016 05:53:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFgHU-0003AL-LH for emacs-devel@gnu.org; Sun, 03 Jan 2016 05:53:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFgHR-0007QJ-Fv for emacs-devel@gnu.org; Sun, 03 Jan 2016 05:53:00 -0500 Original-Received: from smtp204.alice.it ([82.57.200.100]:8012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFgHR-0007Px-5D for emacs-devel@gnu.org; Sun, 03 Jan 2016 05:52:57 -0500 Original-Received: from [192.168.1.102] (79.46.221.127) by smtp204.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 561514BF08C94289; Sun, 3 Jan 2016 11:52:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 In-Reply-To: <87r3hzkkqe.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.100 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:197434 Archived-At: Thanks for clarification! Angelo Il 03/01/2016 11:42, Michael Albinus ha scritto: > Angelo Graziosi writes: > > Hi, > >> Usually I do a NS build on OSX adding to 'configure' the option: >> >> --with-file-notification=gfile >> >> and it worked fine. > > No, it didn't work. See Bug#20280. Therefore, gfile-based file > notification has been disabled for OS X. > >> Now, 'configure' fails with this message: >> >> configure: error: File notification 'gfile' requested but >> requirements not found > > Meanwhile, kqueue file notification has been added to the master > branch. You could call configure with --with-file-notification=kqueue. > However, this is the default, so you don't need to say anything about > file notification on OSX. > >> Angelo > > Best regards, Michael. >