From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/4] gnu: mu: Install emacs files in a proper place. Date: Tue, 10 May 2016 15:23:54 +0200 Message-ID: <8760umhwr9.fsf@gnu.org> References: <1462702911-18777-1-git-send-email-alezost@gmail.com> <1462702911-18777-3-git-send-email-alezost@gmail.com> <87mvnzould.fsf@gnu.org> <8760um727c.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]:37064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b07dq-0005e1-PE for guix-devel@gnu.org; Tue, 10 May 2016 09:24:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b07dm-0004Ti-BU for guix-devel@gnu.org; Tue, 10 May 2016 09:24:01 -0400 In-Reply-To: <8760um727c.fsf@gmail.com> (Alex Kost's message of "Tue, 10 May 2016 11:21:43 +0300") 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" To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Ludovic Court=C3=A8s (2016-05-09 23:16 +0300) wrote: > >> Alex Kost skribis: >> >>> * gnu/packages/mail.scm (mu)[arguments]: Add 'patch-configure.ac' phase >>> to avoid adding "mu4e" sub-directory to 'lispdir' variable. >> >> [...] >> >>> + ;; By default, elisp code goes to "share/emacs/site-lisp/mu= 4e", >>> + ;; so our Emacs package can't find it. Setting "--with-lis= pdir" >> >> Should be =E2=80=9C--lispdir=E2=80=9D, I think. > > No, it is literally called =E2=80=9C--with-lispdir=E2=80=9D. Look at AM_= PATH_LISPDIR in > (info "(automake) Public Macros") Indeed, I stand corrected! :-) Ludo=E2=80=99.