From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruno Haible Newsgroups: gmane.emacs.devel Subject: Re: $prefix/info -> $prefix/share/info Date: Wed, 20 Dec 2006 15:24:46 +0100 Message-ID: <200612201524.46863.bruno@clisp.org> References: <200612181447.57052.bruno@clisp.org> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166624991 21001 80.91.229.10 (20 Dec 2006 14:29:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Dec 2006 14:29:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 20 15:29:51 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gx2S5-0002nC-Oz for ged-emacs-devel@m.gmane.org; Wed, 20 Dec 2006 15:29:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gx2S5-0000xF-90 for ged-emacs-devel@m.gmane.org; Wed, 20 Dec 2006 09:29:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gx2R6-0000AK-UY for emacs-devel@gnu.org; Wed, 20 Dec 2006 09:28:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gx2R5-00008I-4o for emacs-devel@gnu.org; Wed, 20 Dec 2006 09:28:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gx2R3-00007W-Ii for emacs-devel@gnu.org; Wed, 20 Dec 2006 09:28:45 -0500 Original-Received: from [81.80.162.195] (helo=ftp.ilog.fr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gx2R0-00028D-Sw; Wed, 20 Dec 2006 09:28:43 -0500 Original-Received: from laposte.ilog.fr (cerbere-qfe0 [81.80.162.193]) by ftp.ilog.fr (8.13.1/8.13.1) with ESMTP id kBKESfRg022093; Wed, 20 Dec 2006 15:28:41 +0100 Original-Received: from marbore.ilog.biz (marbore.ilog.biz [172.17.2.61]) by laposte.ilog.fr (8.13.1/8.13.1) with ESMTP id kBKESapj024233; Wed, 20 Dec 2006 15:28:36 +0100 Original-Received: from honolulu.ilog.fr ([172.16.15.3]) by marbore.ilog.biz with Microsoft SMTPSVC(6.0.3790.1830); Wed, 20 Dec 2006 15:29:24 +0100 Original-Received: by honolulu.ilog.fr (Postfix, from userid 1001) id 09FE83F420; Wed, 20 Dec 2006 15:24:46 +0100 (CET) Original-To: Eli Zaretskii User-Agent: KMail/1.9.1 In-Reply-To: Content-Disposition: inline X-OriginalArrivalTime: 20 Dec 2006 14:29:25.0003 (UTC) FILETIME=[3F7EC5B0:01C72443] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64003 Archived-At: Eli Zaretskii wrote: > the last change (to w32-fns.el) is not a good idea, since > invocation-directory there is not /usr/local/bin. So GNU standards > are not applicable to the w32 case, and the patch to that file just > wastes disk space (by creating an unneeded directory) and lengthens > file names without any visible benefits. Well, if you think that Woe32 distributions of Emacs binaries should have a different directory structure than Unix distributions of Emacs binaries, and that users will like this, it's your choice. In this case, please ignore the proposed patch to lisp/w32-fns.el. Bruno