On 2008/06/08, at 3:11, Texaner wrote: > > Hi, > > this of course works for me too although it is not an 'everything-in- > a- > box' solution anymore. >
Some elisp packages are not "ready-to-use" by default (see the list; http://homepage.mac.com/zenitani/emacs-e.html ); slime is just one of them. In my opinion, the user needs (slime-setup) etc., because the official document says so. > I also realised that you excluded w3m resp. the net-install option for > w3m. Is that correct? > Correct. If you really need w3m, you can try the following URL in the net-install menu. However, please remember that I no longer take care of it. http://macwiki.sourceforge.jp/emacs/netinstall/emacs-w3m.tgz Seiji > Thanks. > > Texaner > > On Jun 2, 4:51 am, Seiji Zenitani <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I followed the instruction in the official >> site.http://common-lisp.net/project/slime/ >> >> (setq inferior-lisp-program "/opt/local/bin/sbcl") >> ;; (add-to-list 'load-path "the path of your slime directory") >> (require 'slime) >> (slime-setup) >> >> Then, M-x slime works for me. >> >> Seiji >> >> On 2008/06/01, at 7:03, Texaner wrote: >> >> >> >>> Hello, >> >>> first I tried the beta version: Same result as with the current >>> version. >>> Btw: Nice improvements in toolbar and startup-screen. >> >>> To be absolutely sure, I reduced my .emacs-file to zero content >>> (except for the path to SBCL): Same result as before. >> >>> Alternatives A.,B.,C.?: I am not sure whether this is applicable for >>> me. I just use the built-in Slime-version of the respective >>> carbonemacs-package (via: (require 'slime) and (slime)). >> >>> In the version before the current version of carbonemacs, the Slime- >>> package is dated as follows: "; SLIME 2006-04-20". >>> I am not sure which version is included in current version resp. >>> beta- >>> version of carbonemacs because Slime does not start (as in described >>> in previous postings). >> >>> Thanks >> >>> Texaner >> >>> On Jun 1, 2:49 am, Seiji Zenitani <[EMAIL PROTECTED]> wrote: >>>> Hi, >> >>>> Let me make sure: >>>> You tried the following three combinations. >>>> At present, the problem happens only in C, right? >> >>>> A. (1) emacs; previous version + (2) slime in the previous version >>>> B. (1) emacs; current version + (2) slime in the previous version >>>> C. (1) emacs; current version + (2) slime in the current version >> >>>> Did you also try the beta?http://homepage.mac.com/zenitani/emacs-e.html >> >>>> Seiji >> >>>> On 2008/05/28, at 5:52, Texaner wrote: >> >>>>> Hi, >> >>>>> yes, your previous version worked fine for me. >> >>>>> I also reduced my .emacs-startup-file in several steps to, as far >>>>> as I >>>>> can see it, a very basic startup-file. But with the same effect. >> >>>>> Texaner >> >>>>> On May 26, 10:55 pm, Seiji Zenitani <[EMAIL PROTECTED]> wrote: >>>>>> Hi, >> >>>>>> On 2008/05/24, at 17:46, Texaner wrote: >> >>>>>>> Dear Seiji, dear other carbonemacsers, >> >>>>>>> it is me again with problems to start Slime. >> >>>>>>> When I use the latest version (Spring 2008), startup of Slime >>>>>>> hangs >>>>>>> and is not processed till the end. >> >>>>>>> Here is an snippet of the bottom of my *Messages*-buffer while >>>>>>> carbonemacs tries to start Slime: >> >>>>>>> ... >>>>>>> Cleaning up the recentf list...done (0 removed) >>>>>>> Loading icomplete...done >>>>>>> Loading regexp-opt...done >>>>>>> Loading easy-mmode...done >>>>>>> Turning ON Icicle mode...done >>>>>>> Loading cl-seq...done >>>>>>> Loading cl-macs...done >>>>>>> Loading outline...done >>>>>>> Loading imenu...done >>>>>>> Polling "/var/folders/lt/ltbeVsFQEXaVoI1xDANDrk+++TI/-Tmp-/ >>>>>>> slime. >>>>>>> 145".. (Abort with `M-x slime-abort-connection'.) >>>>>>> Loading eldoc...done >>>>>>> Loading checkdoc...done >>>>>>> For information about GNU Emacs and the GNU system, type C-h C- >>>>>>> a. >>>>>>> Polling "/var/folders/lt/ltbeVsFQEXaVoI1xDANDrk+++TI/-Tmp-/ >>>>>>> slime. >>>>>>> 145".. (Abort with `M-x slime-abort-connection'.) [3224 times] >> >>>>>>> The last line is permanently shown in the minibuffer. >> >>>>>>> As I did not change anything in my .emacs-file I assume the >>>>>>> problem >>>>>>> may be caused by a change to the latest version of Carbonemacs. >> >>>>>> If you use slime in the previous version >>>>>> (/Applications/Emacs.app/Contents/Resources/site-lisp/slime), >>>>>> does it work for you? >> >>>>>> Did you try with minimum .emacs setting? >> >>>>>> Seiji >> >>>>>>> Has anybody an idea how I can get Slime to start? >> >>>>>>> Regards and thanks >> >>>>>>> Texaner > > --~--~---------~--~----~------------~-------~--~----~ Carbon Emacs User Group http://groups.google.com/group/carbon-emacs?hl=en -~----------~----~----~----~------~----~------~--~---
