Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Qi + slime + emacs = love
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
jrwats  
View profile   Translate to Translated (View Original)
(1 user)  More options 8 Sep, 17:19
From: jrwats <jrw...@gmail.com>
Date: Tue, 8 Sep 2009 09:19:26 -0700 (PDT)
Local: Tues 8 Sep 2009 17:19
Subject: Qi + slime + emacs = love
I finally got slime + emacs working for Qi.  If you're not familiar
with slime it eases common lisp development a lot IMHO.

with SBCL running I ran the following:
(require 'swank)
(load "install.lsp")

now the Qi.core has swank loaded and ready to go.  In my ~/.emacs I
made:

(defun qi-init-cmd (port-filename coding-system)
  (format "%S\n\n"
          `(PROGN
            (FUNCALL (READ-FROM-STRING "SWANK:START-SERVER")
                     ,port-filename
                     :CODING-SYSTEM , (slime-coding-system-cl-name
coding-system)))))

(defun qi ()
  (interactive)
  ;; the below should be the path to your command (script) to start Qi
  (slime-start :program "/opt/QiII1.05/Lisp/Qi-Linux-SBCL"
               :init 'qi-init-cmd ))


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google