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: Mon, 09 May 2016 22:16:30 +0200 Message-ID: <87mvnzould.fsf@gnu.org> References: <1462702911-18777-1-git-send-email-alezost@gmail.com> <1462702911-18777-3-git-send-email-alezost@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]:54369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azrbf-0008Bv-6o for guix-devel@gnu.org; Mon, 09 May 2016 16:16:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azrbZ-0004OO-Fu for guix-devel@gnu.org; Mon, 09 May 2016 16:16:43 -0400 In-Reply-To: <1462702911-18777-3-git-send-email-alezost@gmail.com> (Alex Kost's message of "Sun, 8 May 2016 13:21:49 +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: > * 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/mu4e= ", > + ;; so our Emacs package can't find it. Setting "--with-lispd= ir" Should be =E2=80=9C--lispdir=E2=80=9D, I think. Otherwise LGTM!