[cl-cookbook-contrib] [ cl-cookbook-Feature Requests-978685 ] ILSIP Installation
Brought to you by:
jthing
From: SourceForge.net <no...@so...> - 2004-06-24 03:16:19
|
Feature Requests item #978685, was opened at 2004-06-23 20:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=978685&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ILSIP Installation Initial Comment: Hi, Two things as detailed below. Cheers, Doug dou...@ds... ps: I am new to this, so I hope I'm making some sense to you :) 1st Thing: I have installed Emacs, ILISP and CL. Everything look OK but i get a couple of errors when i start up ILISP in Emacs (by pressing F5). Here are all the messages. You can see the errors at the end. So, all the obvious questions - Should I be worried about these errors? What do I need to do to do to fix them? Why is ILISP initializing twice? (C:\bin\emacs-21.3\bin\emacs.exe) Loading regexp-opt...done Loading image...done Loading cl-macs...done Loading c:/home/.recentf...done Loading pc-select...done Loading delsel...done Loading paren...done Loading advice...done Reading directory c:/home/...done For information about the GNU Project and its goals, type C-h C-p. Loading ilcompat... Loading ilfsf21...done Loading ilcompat...done Loading comint-ipc...done Loading extra/hyperspec... Use C-u M-x make-directory RET RET to create directory and its parents Loading extra/hyperspec...done Loading extra/cltl2...done Loading ilisp-all.elc... Loading cl-seq...done Loading ilisp-all.elc...done Loading menu interface. 'ilisp-*enable-cl-easy-meny-p*' is t Loading ilisp-cl-easy-menu (source)...done Loading ild...done Loading ilisp-imenu...done Loading outline... Loading easy-mmode...done Loading outline...done Started initializing ILISP [2 times] Aborted commands error in process filter: file-name-hack: Symbol's function definition is void: replace-in-string error in process filter: Symbol's function definition is void: replace-in-string Set *clisp-hs*'s directory to c:/home/ 2nd thing: Is the following normal? Starting c:/bin/clisp-2.33.1/full/lisp.exe -B c:/bin/clisp- 2.33.1/full/ -M c:/bin/clisp-2.33.1/full/lispinit.mem -ansi - q ... ILISP V5.12.0 Use M-x ilisp-bug for problems and suggestions. ;; Loading file C:\home\_clisprc.lisp ... ;; Loaded file C:\home\_clisprc.lisp [1]> [2]> (defvar"at this point i can't enter a space and get - -> file-name-hack: Symbol's function definition is void: replace-in-string, and now having added this comment is can continue typing e.g." x 1) *** - DEFVAR: non-symbol "at this point i cant't enter a space and get --> file-name-hack: Symbol's function definition is void: replace-in-string, and now having added this comment is can continue " cannot be a variable (Obviously) Break 3 [8]> "if i go to a blank line things are ok" Break 3 [8]> (defvar x 1) X Break 3 [8]> x 1 Break 3 [8]> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=978685&group_id=46815 |