From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] doc: Fix 'geiser-guile-load-path' example. Date: Wed, 18 Nov 2015 22:36:22 +0100 Message-ID: <87bnarhtwp.fsf@gnu.org> References: <87k2pkl8a6.fsf@gmail.com> <87y4dztb1g.fsf@gnu.org> <87egfp1282.fsf@gmail.com> <877flg7g92.fsf@gnu.org> <874mgksfqi.fsf@gmail.com> <87a8qcs3sf.fsf@gnu.org> <87h9kji5h4.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]:52553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzAOy-0000zf-Mi for guix-devel@gnu.org; Wed, 18 Nov 2015 16:36:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzAOv-0002kx-FS for guix-devel@gnu.org; Wed, 18 Nov 2015 16:36:28 -0500 In-Reply-To: <87h9kji5h4.fsf@gmail.com> (Alex Kost's message of "Wed, 18 Nov 2015 20:26:31 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Ludovic Court=C3=A8s (2015-11-18 00:40 +0300) wrote: [...] >> I have: >> >> (require 'geiser-install) >> (require 'geiser) > > You don't need (require 'geiser) as (require 'geiser-install) loads it > anyway (look at "M-x find-library geiser-install"). > > But after this, 'geiser-guile-load-path' shouldn't be available, as it > is placed in "geiser-guile.el" which is not loaded by "geiser.el". So > if (featurep 'geiser-guile) gives you `t' right after Emacs start, then > there is something else (I would say =E2=80=9Csomething evil=E2=80=9D :-)= ) in your > config that loads the whole Geiser functionality. Weird, I don=E2=80=99t see anything obvious. Nevertheless, I=E2=80=99ve ch= anged my .emacs to use =E2=80=98with-eval-after-load=E2=80=99. Thanks for educating me! :-) Ludo=E2=80=99.