From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stjepan Horvat Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: Re: [ANN] An enhanced REPL for Guilers Date: Fri, 3 May 2013 21:21:25 +0200 Message-ID: References: <1367310430.25105.30.camel@Renee-desktop.suse> <1367375822.25105.84.camel@Renee-desktop.suse> <1367480915.25618.12.camel@Renee-desktop.suse> <1367487958.25618.15.camel@Renee-desktop.suse> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0160ca3ed6dfec04dbd541f5 X-Trace: ger.gmane.org 1367608911 21267 80.91.229.3 (3 May 2013 19:21:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 May 2013 19:21:51 +0000 (UTC) Cc: "guile-user@gnu.org" , guile-devel To: Nala Ginrut Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 03 21:21:50 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UYLYE-0003KN-86 for guile-devel@m.gmane.org; Fri, 03 May 2013 21:21:50 +0200 Original-Received: from localhost ([::1]:34252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYLYD-0000Et-R2 for guile-devel@m.gmane.org; Fri, 03 May 2013 15:21:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYLY7-000086-5o for guile-devel@gnu.org; Fri, 03 May 2013 15:21:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYLY1-0000V8-47 for guile-devel@gnu.org; Fri, 03 May 2013 15:21:42 -0400 Original-Received: from mail-ee0-f41.google.com ([74.125.83.41]:55088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYLXr-0000Sm-7a; Fri, 03 May 2013 15:21:27 -0400 Original-Received: by mail-ee0-f41.google.com with SMTP id c50so942945eek.0 for ; Fri, 03 May 2013 12:21:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=goXhG2dl5MVaS3aC030HIye38Y+W3Hpkg+I5hBBjsqE=; b=xt8Tm+XnZEo2pu6l7oxc4VnbAFNhS9F7pT3ZVdssL46Xtfo3fBFZCM+Pn/dCuaKASF PMlxIy3W7RmsRbliEDmJl5zc9Z02VNdIn27lBUL4K4hvmffFIH1RQFRkEQAjg0xVCaK4 M6aX7zapp2U/ipHDKxM5j3Ohx0nFL9ZINnevDr5qp09o+itK3qw2B5rDTS6DgD87TSVb 5kEplvBQRS2V0th/ORo6XLMAOnMjXYD+kFnyjSKffd3kw1HuGN1xAXs7MwyacGdDiIRg cRRdbzCAVnG3ay8HKM+/gpdZYZFwAXlOagtguPt3K6uVr8vhHpv3Bjbtpcx+BJvTiYYQ 9Dnw== X-Received: by 10.15.21.9 with SMTP id c9mr5753996eeu.7.1367608885950; Fri, 03 May 2013 12:21:25 -0700 (PDT) Original-Received: by 10.14.140.5 with HTTP; Fri, 3 May 2013 12:21:25 -0700 (PDT) In-Reply-To: <1367487958.25618.15.camel@Renee-desktop.suse> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 74.125.83.41 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16346 gmane.lisp.guile.user:10292 Archived-At: --089e0160ca3ed6dfec04dbd541f5 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable what i found out: guile -c '(display %load-path)' ~ (/usr/share/guile/site /usr/share/guile/1.8 /usr/share/guile) and your files are in ls /usr/share/guile/site colorized.scm shell.scm src.scm On Thu, May 2, 2013 at 11:45 AM, Nala Ginrut wrote: > On Thu, 2013-05-02 at 11:31 +0200, Stjepan Horvat wrote: > > I didn't use su aldow i am using a root user as default..so i also > > start guile using root user.. > > > Could you checkout if the path `guile -c (display (car %load-path))' > have nala directory? > > > On Thu, May 2, 2013 at 9:48 AM, Nala Ginrut > > wrote: > > On Thu, 2013-05-02 at 08:44 +0200, Stjepan Horvat wrote: > > > Hi..i installed it on archlinux and when i write into guile > > prompt i > > > get: > > > > > guile> (use-modules (nala shell)) > > > Backtrace: > > > In standard input: > > > 1: 0* (use-modules (nala shell)) > > > 1: 1 (eval-case (# # *unspecified*) (else #)) > > > 1: 2 (begin (process-use-modules (list (list #))) > > *unspecified*) > > > In unknown file: > > > ?: 3* [process-use-modules (((nala shell)))] > > > > > > > > > : In procedure process-use-modules in > > expression > > > (process-use-modules (list #)): > > > : no code for module (nala shell) > > > ABORT: (misc-error) > > > > > > > Maybe there's no need to do 'make install' with su, just type > > 'make > > install'. Would you try it out? > > > > > > > > > > > > > > -- > > Nesmotren govori kao da ma=E8em probada, a jezik je mudrih iscjeljenje. > > Izreke 12:18 > > > > > --=20 *Nesmotren govori kao da ma=E8em probada, a jezik je mudrih iscjeljenje. Izreke 12:18* --089e0160ca3ed6dfec04dbd541f5 Content-Type: text/html; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable
what i found out:

guile -c '(display %load-path)' =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0~
(/usr/share/guile/site /usr/shar= e/guile/1.8 /usr/share/guile)
and your files are in
<= div>
ls /usr/share/guil= e/site
colorized.scm =A0shell.scm =A0sr= c.scm

On Thu, May 2, 2013 at 11:= 45 AM, Nala Ginrut <nalaginrut@gmail.com> wrote:
On Thu, 2013-05-02 at 11:3= 1 +0200, Stjepan Horvat wrote:
> I didn't use su aldow i am using a root user as default..so i also=
> start guile using root user..
>
Could you checkout if the path `guile -c (display (car %load-path))&#= 39;
have nala directory?

> On Thu, May 2, 2013 at 9:48 AM, Nala Ginrut <nalaginrut@gmail.com>
> wrote:
> =A0 =A0 =A0 =A0 On Thu, 2013-05-02 at 08:44 +0200, Stjepan Horvat wrot= e:
> =A0 =A0 =A0 =A0 > Hi..i installed it on archlinux and when i write = into guile
> =A0 =A0 =A0 =A0 prompt i
> =A0 =A0 =A0 =A0 > get:
>
> =A0 =A0 =A0 =A0 > guile> (use-modules (nala shell))
> =A0 =A0 =A0 =A0 > Backtrace:
> =A0 =A0 =A0 =A0 > In standard input:
> =A0 =A0 =A0 =A0 > =A0 =A01: 0* (use-modules (nala shell))
> =A0 =A0 =A0 =A0 > =A0 =A01: 1 =A0(eval-case (# # *unspecified*) (el= se #))
> =A0 =A0 =A0 =A0 > =A0 =A01: 2 =A0(begin (process-use-modules (list = (list #)))
> =A0 =A0 =A0 =A0 *unspecified*)
> =A0 =A0 =A0 =A0 > In unknown file:
> =A0 =A0 =A0 =A0 > =A0 =A0?: 3* [process-use-modules (((nala shell))= )]
> =A0 =A0 =A0 =A0 >
> =A0 =A0 =A0 =A0 >
> =A0 =A0 =A0 =A0 > <unnamed port>: In procedure process-use-mo= dules in
> =A0 =A0 =A0 =A0 expression
> =A0 =A0 =A0 =A0 > (process-use-modules (list #)):
> =A0 =A0 =A0 =A0 > <unnamed port>: no code for module (nala sh= ell)
> =A0 =A0 =A0 =A0 > ABORT: (misc-error)
> =A0 =A0 =A0 =A0 >
>
> =A0 =A0 =A0 =A0 Maybe there's no need to do 'make install'= with su, just type
> =A0 =A0 =A0 =A0 'make
> =A0 =A0 =A0 =A0 install'. Would you try it out?
>
>
>
>
>
>
> --
> Nesmotren govori kao da ma=E8em probada, a jezik je mudrih iscjeljenje= .
> Izreke 12:18
>





--
= Nesmotren govori kao da ma=E8em probada, a jezik= je mudrih iscjeljenje. Izreke 12:18
--089e0160ca3ed6dfec04dbd541f5--