help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ilisp Problem


From: Paulo J. Matos aka PDestroy
Subject: Re: Ilisp Problem
Date: 07 Dec 2001 20:13:14 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Hi,

Thx for the help.
Anyway, I don't think there is a difference with my approach to
add elements to a list and yours. Anyway, I tried your way and
some thing keeps happening.:(
I tried to go to Ilisp homepage but for some unknown reason the
server is down. :(

If any of you have any idea pls send it in. :)

Best regards,

Paulo

"F. Xavier Noria" <fxn@isoco.com> writes:

> Paulo J. Matos aka PDestroy wrote:
> 
>  > I'm having trouble getting ilisp to work, emacs issues an error
>  > each time I open a lisp source file.
>  > The error is:
>  > File mode specification error: (file-error "Cannot open load
>  > file" "ilisp")
>  >
>  > ilisp is in ~/emacslisp/ilisp
>  > This is what I have about ilisp in my .emacs:
>  > ;; ILisp Configuration
>  >
>  > (setq load-path (cons "~/emacslisp/ilisp" load-path))
>  > (load-file "~/emacslisp/ilisp/ilisp-all.elc")
> 
> I think `expand-file-name' is needed there:
> 
> (add-to-list 'load-path (expand-file-name "~/emacslisp/ilisp"))
> (load-file (expand-file-name "~/emacslisp/ilisp/ilisp-all.elc"))
> 
> I use `add-to-list' because is idempotent.
> 
> -- fxn
> 
> 
> 

-- 
Paulo J. Matos aka PDestroy : pocm(_at_)rnl.ist.utl.pt
Instituto Superior Tecnico - Lisbon    
Software & Computer Engineering - A.I.
 - > http://www.rnl.ist.utl.pt/~pocm 
 ---    
        Yes, God had a deadline...
                So, He wrote it all in Lisp!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]