From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 2/4] gnu: mu: Install emacs files in a proper place. Date: Tue, 10 May 2016 11:21:43 +0300 Message-ID: <8760um727c.fsf@gmail.com> References: <1462702911-18777-1-git-send-email-alezost@gmail.com> <1462702911-18777-3-git-send-email-alezost@gmail.com> <87mvnzould.fsf@gnu.org> 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]:45539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b02vL-0002XJ-Qk for guix-devel@gnu.org; Tue, 10 May 2016 04:21:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b02vJ-0008MA-KS for guix-devel@gnu.org; Tue, 10 May 2016 04:21:46 -0400 In-Reply-To: <87mvnzould.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 09 May 2016 22:16:30 +0200") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org 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/mu4= e", >> + ;; so our Emacs package can't find it. Setting "--with-lisp= dir" > > 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_PA= TH_LISPDIR in (info "(automake) Public Macros") --=20 Alex