From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] emacs-build-system: Fix a file name of info directory. Date: Thu, 3 Sep 2015 10:09:54 -0400 Message-ID: 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]:51615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXVDD-0008D3-80 for guix-devel@gnu.org; Thu, 03 Sep 2015 10:09:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXVDA-0003Pp-2a for guix-devel@gnu.org; Thu, 03 Sep 2015 10:09:59 -0400 Received: from mail-yk0-f175.google.com ([209.85.160.175]:36068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXVD9-0003Ph-UH for guix-devel@gnu.org; Thu, 03 Sep 2015 10:09:55 -0400 Received: by ykcf206 with SMTP id f206so44134438ykc.3 for ; Thu, 03 Sep 2015 07:09:54 -0700 (PDT) In-Reply-To: <87613r7g9k.fsf@gmail.com> 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: Alex Kost Cc: guix-devel , Federico Beffa 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 package= , for example). > So "info" command (in console or emacs) can't find such manuals. I > think it should be changed. LGTM. - Dave