From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#18840: 24.4; nt/README.W32: obsolete snippet Date: Sun, 26 Oct 2014 18:04:31 +0200 Message-ID: <83lho24y28.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1414339531 15682 80.91.229.3 (26 Oct 2014 16:05:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2014 16:05:31 +0000 (UTC) Cc: 18840@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 26 17:05:21 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1XiQJk-0001mO-5l for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Oct 2014 17:05:20 +0100 Original-Received: from localhost ([::1]:57221 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiQJj-0005MV-ON for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Oct 2014 12:05:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiQJZ-0005MM-NH for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 12:05:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiQJS-00020x-6Z for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 12:05:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiQJS-0001yz-4J for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 12:05:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XiQJR-00069F-Oo for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 12:05:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 26 Oct 2014 16:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18840 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18840-submit@debbugs.gnu.org id=B18840.141433949323616 (code B ref 18840); Sun, 26 Oct 2014 16:05:01 +0000 Original-Received: (at 18840) by debbugs.gnu.org; 26 Oct 2014 16:04:53 +0000 Original-Received: from localhost ([127.0.0.1]:36117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XiQJJ-00068q-Dy for submit@debbugs.gnu.org; Sun, 26 Oct 2014 12:04:53 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:43795) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XiQJG-00068b-07 for 18840@debbugs.gnu.org; Sun, 26 Oct 2014 12:04:51 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NE200N0073LVH00@mtaout25.012.net.il> for 18840@debbugs.gnu.org; Sun, 26 Oct 2014 18:00:07 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NE200E0I747PI90@mtaout25.012.net.il>; Sun, 26 Oct 2014 18:00:07 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:95108 > Date: Sun, 26 Oct 2014 10:47:36 +0100 > From: Dani Moncayo > > This snipped from the file nt/README.W32: > ------------------------- > * Preliminaries > > Along with this file should be four subdirectories (bin, libexec, > share, and var). > ------------------------- > is obsolete, since now this file is placed under > 'share/emacs/VERSION/' on the binary distribution. > > So, it should be either reworded or removed. Actually, I think that file should be manually copied to the top-level directory, after "make install" finishes. Otherwise, the probability of it being discovered by users is probably close to zero. Thanks.