From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/4] Update mu and autoload mu4e. Date: Tue, 10 May 2016 15:23:17 +0200 Message-ID: <87a8jyhwsa.fsf@gnu.org> References: <1462702911-18777-1-git-send-email-alezost@gmail.com> <87vb2noutl.fsf@gnu.org> <877ff2727n.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]:36786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b07dF-0004UD-7i for guix-devel@gnu.org; Tue, 10 May 2016 09:23:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b07dB-0004JD-Qt for guix-devel@gnu.org; Tue, 10 May 2016 09:23:25 -0400 In-Reply-To: <877ff2727n.fsf@gmail.com> (Alex Kost's message of "Tue, 10 May 2016 11:21:32 +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:11 +0300) wrote: > >> Alex Kost skribis: >> >>> Hello, does anyone use mu4e (emacs interface for 'mu')? If you do, may >>> I ask how? By adding "~/.guix-profile/share/emacs/site-lisp/mu4e" to >>> 'load-path' manually and requiring mu4e? >> >> I don=E2=80=99t use it, but=E2=80=A6 >> >>> Our Emacs doesn't look in sub-directories of "share/emacs/site-lisp" >>> (only in "guix.d" subdir), so mu4e is not found automatically... >>> I've just thought that it would probably be better to look at site-lisp >>> subdirs and not to use a special "guix.d" directory, but it's for a >>> separate thread. >> >> =E2=80=A6 I would just move =E2=80=98mu4e=E2=80=99 under =E2=80=98guix.d= =E2=80=99, no? > > Why? magit, geiser, paredit, emms, w3m, wget (and probably some others) > are all in 'site-lisp'. Do you think they also should be moved into > sub-directories? I don't mind but=E2=80=A6 Ah no, you=E2=80=99re right. Then at least =E2=80=9Cmv mu4e/*.el .=E2=80= =9D? The main problem seems to be this mu4e/ sub-directory. Ludo=E2=80=99.