From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: "Jose A. Ortega Ruiz" Newsgroups: gmane.lisp.guile.user Subject: Re: Geiser vs. guile-mode? Date: Thu, 20 Feb 2020 22:50:05 +0000 Message-ID: <871rqoc1r6.fsf@gnus.jao.io> References: <87eevamlds.fsf@ambrevar.xyz> <897B58B1-A727-4224-938E-5F7D826DA963@korwin-zmijowski.fr> <87a75yl2zx.fsf@ambrevar.xyz> <87d0aqfqwg.fsf@ambrevar.xyz> <2EBAB5D5-D677-4F95-B253-41DFA9016009@korwin-zmijowski.fr> <03362389-6170-a57b-9cd1-380be34b5697@gmail.com> <17020c6ae18.bf06ef5b71547.6717873688020963681@zoho.com> <1705ab86de0.124b9a35210423.8624681576554917312@zoho.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="24094"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: guile-user@gnu.org Cancel-Lock: sha1:tV8veo3+rgpdOWjRxbenxanF1ao= Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri Feb 21 00:07:31 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j4uup-00069W-38 for guile-user@m.gmane-mx.org; Fri, 21 Feb 2020 00:07:31 +0100 Original-Received: from localhost ([::1]:50200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4uuo-0004UK-2m for guile-user@m.gmane-mx.org; Thu, 20 Feb 2020 18:07:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56441) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4uuf-0004UA-Do for guile-user@gnu.org; Thu, 20 Feb 2020 18:07:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4uub-0003Xr-AM for guile-user@gnu.org; Thu, 20 Feb 2020 18:07:21 -0500 Original-Received: from ciao.gmane.io ([159.69.161.202]:47608) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j4uub-0003Xb-4h for guile-user@gnu.org; Thu, 20 Feb 2020 18:07:17 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1j4uuZ-0005n8-Dc for guile-user@gnu.org; Fri, 21 Feb 2020 00:07:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Attribution: jao X-Clacks-Overhead: GNU Terry Pratchett X-URL: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 159.69.161.202 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16221 Archived-At: On Tue, Feb 18 2020, sirgazil wrote: > 2. Immediate availability of new symbols after importing a module. I'm not sure what you mean here by "importing a module". Loading or compiling a given module makes transitively availabe all the symbols in modules it imports, provided you're in the context of a module where they're visible. If you mean automatically loading a module when you open its file in emacs, that's just (add-hook 'geiser-mode-hook #'geiser-compile-current-buffer) But possibly you mean something else? Cheers, jao -- Spend the afternoon. You can't take it with you. -Annie Dillard, author (b. 1945)