From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: Geiser manual lookups broken with Guile Date: Fri, 18 Jan 2019 22:37:54 -0500 Message-ID: <87va2lnwq5.fsf@gmail.com> References: <87sgxrqhfi.fsf@ambrevar.xyz> <87munzf5q7.fsf@elephly.net> <1e4f100a-f8b5-08ad-9ed5-b8f68456b787@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkhSJ-0002yN-K2 for help-guix@gnu.org; Fri, 18 Jan 2019 22:38:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkhSI-0000ie-Ga for help-guix@gnu.org; Fri, 18 Jan 2019 22:37:59 -0500 Received: from mail-qt1-x836.google.com ([2607:f8b0:4864:20::836]:42784) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gkhSI-0000hy-Ch for help-guix@gnu.org; Fri, 18 Jan 2019 22:37:58 -0500 Received: by mail-qt1-x836.google.com with SMTP id d19so17487373qtq.9 for ; Fri, 18 Jan 2019 19:37:58 -0800 (PST) In-Reply-To: <1e4f100a-f8b5-08ad-9ed5-b8f68456b787@riseup.net> (swedebugia's message of "Fri, 18 Jan 2019 11:14:49 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: swedebugia Cc: help-guix@gnu.org swedebugia writes: > On 2019-01-17 20:23, Ricardo Wurmus wrote: >> >> Pierre Neidhardt writes: >> >>> I've been annoyed by this issue ever since I started using Guile and >>> today I finally found time to get to the root of it: >>> >>> https://gitlab.com/jaor/geiser/issues/252 >>> >>> Since there are a lot of Guile+Geiser users in this community, I'm >>> wondering if you people experience the same issue. >> >> If no documentation is shown at all and a Guile REPL is connected to >> your Emacs buffer, then you need to load some modules in the REPL >> session first. > > A ha! Now it works better. > I typed in this:=20 > ",use(guix)" > and now it shows me docstrings from guix. =F0=9F=98=80 > > Would it be possible to do this automatically? I usually use C-c C-a, which is bound to (geiser-mode-switch-to-repl-and-enter). It starts a Guile REPL if it wasn't already, and enters the module corresponding to that of the buffer you are visiting. HTH! Maxim