vikram shetty | 10 Dec 08:06
Picon
Favicon

Lisp Error

Hi there
 
Os in use - Microsoft Windows XP
 
Lisp IDE-Ufasoft Common Lisp 3.2.7

I am executing a lisp file which contains a function
;;; Actions and Tests
(defun dopopactions (regs expr hold star)
  (apply
   (lambda ,(cons 'star (cons 'hold(car regs)))
      , <at> actions
      (list
        (list (quote ,(car regs))
          (list , <at> (car regs))) hold))
    (cons star (cons hold (cadr regs)))
    )
  )

Now I am getting an error as

Illegal lambda list element (CONS 'STAR(CONS 'HOLD(CAR REGS)))
***-Condition of type UNDEFINED-FUNCTION
 
How do u solve this problem.
Hope to! get an answer as soon as possible.
 
Is there any standard way of debugging Lisp Codes, user interface ,
all the details that are required while programming LISP in windows
 
NOTE: I am just an infant in this language .So please help me out.

Regards,
Vikram Shetty

Yahoo! India Matrimony: Find your partner now.
Watton, John D. | 5 Oct 21:38
Picon
Favicon

CLIM and Russian characters


I would like to display Russian (Cyrillic) characters in Allegro CLIM
interfaces. Is it possible? And has anyone done it? There is an example
of using Japanese characters in CLIM in the
japanese-graphics-editor.lisp demo code supplied by Franz. It works fine
on the Sun Unix Platform but does not work on MS Windows. I was
interested in first converting this demo to Russian and having it work
on Sun Unix and MS Windows. So far I have made no progress and in the
hopes that someone has used CLIM with Russian I am making a plea for
help.

Many thanks,

John Watton
Alcoa Technical Center

--
[To unsubscribe to this list send an email to "majdart <at> bbn.com"
with the following text in the BODY of the message "unsubscribe clim"]

Paolo Amoroso | 28 Jul 11:40
Picon
Favicon

Changing items list in list-pane/option-pane

Is there a standard CLIM way of changing the list of items in a
list-pane or option-pane after it has been created?  I mean after it
has given an initial value via the :items initarg.

Paolo
--

-- 
Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log
--
[To unsubscribe to this list send an email to "majdart <at> bbn.com"
with the following text in the BODY of the message "unsubscribe clim"]

Paolo Amoroso | 31 Dec 11:18
Picon
Favicon

New CLIM applications

Here are some new CLIM applications that have been made available
within the few past weeks (they all work with McCLIM):

  CLIM debugger
  http://www.daimi.au.dk/~metch/lisp/clim-debugger.lisp

  Climacs (a modern Common Lisp implementation of the Emacs text
  editor)
  http://common-lisp.net/project/climacs/

  Mel (email program)
  http://codeartist.org/mel/

  Springtail (a collection of applications including a digital photo
  collection manager and a Wikipedia client)
  http://www.zamazal.org/software/springtail/index.html

Paolo
--

-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
--
[To unsubscribe to this list send an email to "majdart <at> bbn.com"
with the following text in the BODY of the message "unsubscribe clim"]

Paolo Amoroso | 15 Sep 20:04
Picon
Favicon

Title pane: how does it look like?

How does a title pane look like?  Is it just part of the window
system's title bar of an application frame window?  Or maybe it's a
complete pane?  Is there any screen shot showing a CLIM application
with a title pane?

I ask because McCLIM, the CLIM implementation I use, doesn't support
title panes yet.

Paolo
--

-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
--
[To unsubscribe to this list send an email to "majdart <at> bbn.com"
with the following text in the BODY of the message "unsubscribe clim"]

Paolo Amoroso | 18 Aug 19:42
Picon
Favicon

Lisp weblog with CLIM content

I have started a new Lisp blog, which will often cover CLIM:

  Lisp Propulsion Laboratory log
  http://www.paoloamoroso.it/log

Paolo
--

-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
--
[To unsubscribe to this list send an email to "majdart <at> bbn.com"
with the following text in the BODY of the message "unsubscribe clim"]

Paolo Amoroso | 1 Aug 21:35
Picon
Favicon

Command with optional argument: is it possible?

Is it possible to define a command with an optional argument?

Paolo
--

-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
--
[To unsubscribe to this list send an email to "majdart <at> bbn.com"
with the following text in the BODY of the message "unsubscribe clim"]

Paolo Amoroso | 15 Jun 16:22
Picon
Favicon

CLIM frontend to RT regression tester

Andreas Fuchs has written a CLIM frontend to the RT regression testing
framework:

  http://boinkor.net/lisp/rt-clim.lisp

It works with McCLIM.

Paolo
--

-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
--
[To unsubscribe to this list send an email to "majdart <at> bbn.com"
with the following text in the BODY of the message "unsubscribe clim"]

vei mah | 12 May 00:52

clim:accept, clim:accepting-values inititial cursor position

In calls to CLIM accepting values and CLIM:accept, for example

(clim:accepting-values
               (window  :label "Quit?"
                        :own-window T :x-position 40 :y-position 20
                        :exit-boxes '((:exit "OK")))
               (clim:stream-set-cursor-position window 0 10)
               (setf item-to-set
                     (clim:accept 'string :stream window :prompt " 
Quit?"))
               (fresh-line window) (terpri window))

MCL 5/CLIM 2 automatically places the cursor in the box within the 
clim:accept window.
Additionally, MCL allows you to simply hit return rather than click 
"ok" after
you put your response in the dialog box.
Can this be done in CLIM 2 for Lispworks as well?

Vei
Paolo Amoroso | 7 May 20:12
Picon
Favicon

Dict client with CLIM GUI

Dave Pearson has written a dict (RFC2229) client with a CLIM GUI that
works with McCLIM:

  http://www.davep.org/lisp/#org-davep-cldict

Paolo
--

-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
--
[To unsubscribe to this list send an email to "majdart <at> bbn.com"
with the following text in the BODY of the message "unsubscribe clim"]

Paolo Amoroso | 2 May 10:54
Picon
Favicon

Adding gadgets to frames at run time

Is it possible to add gadgets at run time to a frame layout,
i.e. gadgets that are not yet known when the frame is defined?  Is
there any sample code?

Paolo
--

-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
--
[To unsubscribe to this list send an email to "majdart <at> bbn.com"
with the following text in the BODY of the message "unsubscribe clim"]


Gmane