From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs-build-system: Fix a file name of info directory. Date: Fri, 04 Sep 2015 22:02:00 +0200 Message-ID: <87r3medkcn.fsf@gnu.org> References: <87613r7g9k.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXxBe-0006F3-UH for guix-devel@gnu.org; Fri, 04 Sep 2015 16:02:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXxBX-0001Dz-DS for guix-devel@gnu.org; Fri, 04 Sep 2015 16:02:14 -0400 In-Reply-To: (David Thompson's message of "Thu, 3 Sep 2015 10:09:54 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: "Thompson, David" Cc: guix-devel , Alex Kost , Federico Beffa "Thompson, David" skribis: > On Thu, Sep 3, 2015 at 10:02 AM, Alex Kost wrote: >> Currently emacs-build-system moves info files to "share/info/" >> directories (as can be seen with =E2=80=98emacs-flycheck=E2=80=99 packag= e, for example). >> So "info" command (in console or emacs) can't find such manuals. I >> think it should be changed. > > LGTM. +1 Ludo'.