[ANN] An enhanced REPL for Guilers

2013-04-30 Thread Nala Ginrut
hi folks! I've started a brand new project named nala-repl: https://github.com/NalaGinrut/nala-repl It contains colorized-REPL and other cool things. Anything useful/cool feature could be added to nala-repl, patches and feature requests are welcome. Maybe I should put it on guildhall, but for now

Re: [ANN] An enhanced REPL for Guilers

2013-04-30 Thread Aleix Conchillo Flaqué
On Tue, Apr 30, 2013 at 1:27 AM, Nala Ginrut wrote: > hi folks! > I've started a brand new project named nala-repl: > https://github.com/NalaGinrut/nala-repl > > It contains colorized-REPL and other cool things. Anything useful/cool > feature could be added to nala-repl, patches and feature reques

Re: [ANN] An enhanced REPL for Guilers

2013-04-30 Thread Nala Ginrut
On Tue, 2013-04-30 at 14:58 -0700, Aleix Conchillo Flaqué wrote: > On Tue, Apr 30, 2013 at 1:27 AM, Nala Ginrut wrote: > > hi folks! > > I've started a brand new project named nala-repl: > > https://github.com/NalaGinrut/nala-repl > > > > It contains colorized-REPL and other cool things. Anything

Re: [ANN] An enhanced REPL for Guilers

2013-05-02 Thread Nala Ginrut
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 #)) >

Re: [ANN] An enhanced REPL for Guilers

2013-05-02 Thread Nala Ginrut
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

Re: [ANN] An enhanced REPL for Guilers

2013-05-02 Thread Stjepan Horvat
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 u

Re: [ANN] An enhanced REPL for Guilers

2013-05-02 Thread Stjepan Horvat
I didn't use su aldow i am using a root user as default..so i also start guile using root user.. 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: > > > g

Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Stjepan Horvat
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:

Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Mike Gran
> From: Stjepan Horvat >ls /usr/share/guile/site >colorized.scm  shell.scm  src.scm I guess they probably should have been put in /usr/share/guile/site/nala/ -Mike

Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Nala Ginrut
On Fri, 2013-05-03 at 13:17 -0700, Mike Gran wrote: > > From: Stjepan Horvat > > >ls /usr/share/guile/site > >colorized.scm shell.scm src.scm > > > I guess they probably should have been put in > /usr/share/guile/site/nala/ > > -Mike > Well, yes. And I feel strange that 'make install' shou

Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Daniel Hartwig
On 4 May 2013 10:01, Nala Ginrut wrote: > On Fri, 2013-05-03 at 13:17 -0700, Mike Gran wrote: >> > From: Stjepan Horvat >> >> >ls /usr/share/guile/site >> >colorized.scm shell.scm src.scm >> >> >> I guess they probably should have been put in >> /usr/share/guile/site/nala/ >> >> -Mike >> > > We

Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Nala Ginrut
On Sat, 2013-05-04 at 10:16 +0800, Daniel Hartwig wrote: > On 4 May 2013 10:01, Nala Ginrut wrote: > > On Fri, 2013-05-03 at 13:17 -0700, Mike Gran wrote: > >> > From: Stjepan Horvat > >> > >> >ls /usr/share/guile/site > >> >colorized.scm shell.scm src.scm > >> > >> > >> I guess they probably s

Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Daniel Hartwig
On 4 May 2013 12:20, Nala Ginrut wrote: > Oops, sorry for my bad English. I mean I thought it installed to > nala/shell.scm but the 'make install' seems not. Oops indeed :-) > Anyway, it works fine for me: > cut--- > nalaginrut@Renee-deskto