From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Re: Geiser manual lookups broken with Guile Date: Fri, 18 Jan 2019 11:14:49 +0100 Message-ID: <1e4f100a-f8b5-08ad-9ed5-b8f68456b787@riseup.net> References: <87sgxrqhfi.fsf@ambrevar.xyz> <87munzf5q7.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkR45-0000p2-S4 for help-guix@gnu.org; Fri, 18 Jan 2019 05:07:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkR44-0004V0-V4 for help-guix@gnu.org; Fri, 18 Jan 2019 05:07:53 -0500 Received: from mx1.riseup.net ([198.252.153.129]:48260) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gkR44-0004PP-Nd for help-guix@gnu.org; Fri, 18 Jan 2019 05:07:52 -0500 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 405051A1118 for ; Fri, 18 Jan 2019 02:07:50 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id A82C71C34FD for ; Fri, 18 Jan 2019 02:07:49 -0800 (PST) In-Reply-To: <87munzf5q7.fsf@elephly.net> Content-Language: en-US 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: help-guix@gnu.org On 2019-01-17 20:23, Ricardo Wurmus wrote: >=20 > Pierre Neidhardt writes: >=20 >> 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. >=20 > 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: ",use(guix)" and now it shows me docstrings from guix. =F0=9F=98=80 Would it be possible to do this automatically? A separate chapter in the manual of geiser for setup with guile+guix=20 would be really nice. A few questions unanswered by the manual comes here: 1. If I edit a buffer a.scm and attach a repl with run-guile, can this=20 repl be attached also to a buffer b.scm or do I to run-guile a second tim= e? --=20 Cheers Swedebugia