unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Damien Mattei <damien.mattei@gmail.com>
To: guile-user <guile-user@gnu.org>
Subject: Re: use module does not works in .guile
Date: Sun, 2 May 2021 22:32:55 +0200	[thread overview]
Message-ID: <CADEOadeuz=3zQZ+DLvcVBQfEZE7MDOXQ0Ba8F+BdyHk-zeTM4w@mail.gmail.com> (raw)
In-Reply-To: <CADEOadfb+4k9FipFB7Xws1tiYsjm97n_t-vHphaJa+vkdTeLLQ@mail.gmail.com>

my edited .guile was not in $HOME, it works now....

On Sun, May 2, 2021 at 6:11 PM Damien Mattei <damien.mattei@gmail.com>
wrote:

> i comment it out because ,anyway ,it won't works!
>
> On Sun, May 2, 2021 at 3:03 PM Nala Ginrut <nalaginrut@gmail.com> wrote:
>
>> It's commented in your code somehow.
>>
>> On Sun, May 2, 2021, 19:33 Damien Mattei <damien.mattei@gmail.com> wrote:
>>
>>> i have this .guile:
>>>
>>> ;; Guile config file
>>>
>>>
>>>
>>> ;; history
>>> (use-modules (ice-9 readline)
>>>     ;; does not works:
>>>     ;; guile object oriented programming system
>>>     ;;(oop goops)
>>>     )
>>>
>>> (activate-readline)
>>>
>>>
>>> ;; curly infix as in srfi-105
>>> (read-enable 'curly-infix)
>>>
>>> ;; set current path in load path
>>> ;;(set! %load-path (reverse (cons "." (reverse %load-path))))
>>> ;; the above does not work
>>> ;; solution is to put this in shell:
>>> ;; export GUILE_LOAD_PATH="...:."
>>>
>>> but (oop goops) is not working in REPL i have to issue an :
>>>
>>> scheme@(guile-user)> (use-modules (oop goops))
>>>
>>


  reply	other threads:[~2021-05-02 20:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-02 11:32 use module does not works in .guile Damien Mattei
2021-05-02 13:03 ` Nala Ginrut
2021-05-02 16:11   ` Damien Mattei
2021-05-02 20:32     ` Damien Mattei [this message]
2021-05-02 14:01 ` Adriano Peluso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADEOadeuz=3zQZ+DLvcVBQfEZE7MDOXQ0Ba8F+BdyHk-zeTM4w@mail.gmail.com' \
    --to=damien.mattei@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).