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: Build failure for Emacs master Date: Thu, 25 Feb 2016 18:43:42 +0200 Message-ID: <83io1cg2pt.fsf@gnu.org> References: <56CCD91E.6070507@alice.it> <83egc2ixji.fsf@gnu.org> <56CD798D.7060102@alice.it> <56CD8408.1000701@alice.it> <83wppuggb4.fsf@gnu.org> <56CE2CA7.5050906@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1456418725 16244 80.91.229.3 (25 Feb 2016 16:45:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Feb 2016 16:45:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 25 17:45:18 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 1aYz2T-0008Uw-Gu for ged-emacs-devel@m.gmane.org; Thu, 25 Feb 2016 17:45:17 +0100 Original-Received: from localhost ([::1]:44429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYz2S-0002uZ-Sl for ged-emacs-devel@m.gmane.org; Thu, 25 Feb 2016 11:45:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYz12-0000Hh-4N for emacs-devel@gnu.org; Thu, 25 Feb 2016 11:43:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYz0x-0001o7-84 for emacs-devel@gnu.org; Thu, 25 Feb 2016 11:43:48 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYz0x-0001o3-5e; Thu, 25 Feb 2016 11:43:43 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4955 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aYz0v-00046J-Ve; Thu, 25 Feb 2016 11:43:42 -0500 In-reply-to: <56CE2CA7.5050906@alice.it> (message from Angelo Graziosi on Wed, 24 Feb 2016 23:20:23 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:200665 Archived-At: > Cc: emacs-devel@gnu.org > From: Angelo Graziosi > Date: Wed, 24 Feb 2016 23:20:23 +0100 > > cat /tmp/mingw-w64-emacs-git/src/emacs/lisp/loaddefs.el > [...] > (autoload 'woman "woman" "\ > Browse UN*X man page for TOPIC (Without using external Man program). > The major browsing mode used is essentially the standard Man mode. > Choose the filename for the man page using completion, based on the > topic selected from the directories specified in `woman-manpath' and > `woman-path'. The directory expa > > A LOT OF "APPARENTLY" EMPTY SPACE > > > but when I visit it with Emacs, 'A LOT OF "APPARENTLY" EMPTY SPACE' is a > lot of "^@" characters. Yes, that's what happens in these cases. So the problem is still present, sigh. Unfortunately, it stopped happening on my system, so I cannot debug it. To solve this simply copy ldefs-boot.el over loaddefs.el, and rebuild.