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: Wed, 11 May 2016 18:00:37 +0200 Message-ID: <87a8jwtwii.fsf@gnu.org> References: <1462702911-18777-1-git-send-email-alezost@gmail.com> <87vb2noutl.fsf@gnu.org> <877ff2727n.fsf@gmail.com> <87a8jyhwsa.fsf@gnu.org> <87bn4cn83z.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]:58039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0WZ3-00048y-Fi for guix-devel@gnu.org; Wed, 11 May 2016 12:00:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0WYz-00077g-6Z for guix-devel@gnu.org; Wed, 11 May 2016 12:00:45 -0400 In-Reply-To: <87bn4cn83z.fsf@gmail.com> (Alex Kost's message of "Wed, 11 May 2016 14:32:00 +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-10 16:23 +0300) wrote: > >> 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, m= ay >>>>> 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-li= sp >>>>> 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? > > Sorry, what do you mean? My patch already puts elisp files in > "site-lisp" directory. Right, sorry. So everything is fine with patch #2 applied from my POV. :-) Thanks, Ludo=E2=80=99.