... I agree, CLIM support would be great. I did some work on getting CLIM going a while back but stumbled into a couple of bugs in Corman Lisp which have since...
1129
lisp-cormanlisp@...
Jan 3, 2003 7:17 am
I don't understand logical pathnames very well, so I am not sure what I'm missing. For starters: (require :lp) (setf (physical-host-type "c") :win32) ; for...
1130
Chris Double
iamcdouble
Jan 3, 2003 11:12 am
Using default-initargs in CLOS seems to be broken. Here's a simple example: (defclass a () ((z :initform nil :initarg :z :accessor a-z))) (defclass b (a) ()...
1131
Chris Double
iamcdouble
Jan 3, 2003 1:23 pm
If I create a function where the body calls a CLOS accessor that has not been defined, then I later define the CLOS accessor, calling that function gives an...
1132
Chris Double
iamcdouble
Jan 3, 2003 3:22 pm
I've have added an implementation of acl-compat for Corman Lisp 2.0 to the PortableAllegroServe project. This implementation was sufficient to get...
1133
Chris Double
iamcdouble
Jan 3, 2003 3:31 pm
I've now committed changes to aserve to support Corman Lisp 2.0 to the Portable AllegroServe project. Running basic tests seems to confirm that most things...
1134
Ali Rad
aliar007
Jan 3, 2003 4:50 pm
Hi all, I want to use MessageBox in my project. Would you please tell me how? (MessageBox lpMsg lpCaption...) whats meanning of lp? (long pointer?) and How I...
1135
wfarnaby <wfarnaby...
wfarnaby
Jan 3, 2003 8:54 pm
Hello All: I've noticed a steady stream of bug reports, feature requests, etc., over time. Wouldn't it be a good idea for (presumably Roger) to set up BugZilla...
1136
lisp-cormanlisp@...
Jan 3, 2003 9:17 pm
I found my problem with regards to logical pathnames--I was using forward slashes instead of blackward slashes. Here is a patch that allows both forward and...
I've added support for Corman Lisp 2.0 to CL-SSL [1]. CL-SSL is part of Portable AllegroServe [2]. It provides SSL functionality with a common API across Lisp...
1139
Karsten
karstenpoeck
Jan 5, 2003 9:57 pm
Hello, why does (defpackage :foo12 (:use )(:import-from :common-lisp "CDR")) results in ;;; Warning: A symbol named CDR is already present in the package...
1140
JP Massar
jpmassar
Jan 7, 2003 9:34 pm
;; If you redefine a function being traced ;; it is no longer traced. (Which is arguably ;; reasonable according to the Hyperspec.) ;; But if you then untrace...
1141
hpwickern <hpwicke...
hpwickern
Jan 10, 2003 1:14 pm
As a side-effekt of a google search I noticed that this group is mirrored to another group-page: http://news.gmane.org/thread.php?group=gmane.lisp.corman Just...
1142
lisp-cormanlisp@...
Jan 15, 2003 5:16 am
I am still working on getting clocc loaded into corman. Attached is a set of simple-minded patches to get defsystem running, and the list of steps that I used...
1143
Chris Double
iamcdouble
Jan 15, 2003 10:31 am
... I got this when working with my Gray Steams ports and CCL 2.0. Are you using Gray Streams at all? If so, upgrade to that latest version at my site. There...
1144
vaijanath karve
vrkarve
Jan 26, 2003 6:43 am
how can i do database connectivity through autolisp? (external database like Oracle) ... __________________________________________________ Do you Yahoo!? ...
1145
Reini Urban
reiniurban
Jan 27, 2003 1:54 pm
sorry, wrong mailinglist. we are here at cormanlisp, not autolisp. try news:autodesk.autocad.customization ... -- Reini Urban ...
1146
ByronFast <byron@....
ByronFast
Feb 6, 2003 5:04 pm
I'm currently an Allegro user who would like to switch to Corman Lisp because of Franz's ridiculous licensing requirements, and have been watching Corman Lisp...
1147
Chris Double
iamcdouble
Feb 6, 2003 8:31 pm
... What are some of the features of AllegroStore? I've mostly used relational/SQL based databases so don't know much about what AllegroStore brings to the...
1148
Cena, Resty
restycena
Feb 6, 2003 8:37 pm
Chris, Would you have an Oracle interface that works for 9i? Thanks. rmc....
1149
Chris Double
doublecnz
Feb 6, 2003 9:22 pm
... I use the SQL-ODBC library which has worked on the databases I've needed. Those being Sybase SQL Server, Sybase SQL Anywhere and MS SQL Server. It should...
1150
Kenny Tilton
true_that_2000
Feb 6, 2003 9:35 pm
... 1. Expensive. :) 2. Awesome. "transparent" is a whisker strong, but to a degree it is fair to say AStore gives you transparent persistence of CLOS objects....
1151
Kenny Tilton
true_that_2000
Feb 6, 2003 10:10 pm
I should have mentioned: http://clsql.b9.com/ IIRC, Kevin Rosenberg (above link) mentioned he had done a poor man's CLOS persistence thing, might be...
1152
ByronFast <byron@....
ByronFast
Feb 7, 2003 6:43 am
As mentioned by other posts here, expensive and transparent would both apply to Allegrostore. What I like about it is that it is dead simple to get going, and...
1153
JP Massar
jpmassar
Feb 8, 2003 1:23 am
Has this been covered before? I don't recall it. Or am I going insane? Or is this really the case? (setq x '(a . b)) (A . B) (car x) A (cdr x) (. B) (setq x...
Did you pick up the very latest version with fixes? http://www.cormanlisp.com/CormanLisp/patches/2_0/ cheers ... -- kenny tilton clinisys, inc ...
1156
Friedrich Dominicus
fridomde
Feb 8, 2003 7:18 am
... Well there is one problem I can see. How could all that be available for free? You say Allego is too expensive, and that you like to change but what do you...
1157
JP Massar
jpmassar
Feb 8, 2003 9:08 am
... Yes, the read.lisp file in that directory solves the problem. The file contains two definitions of read-expression; the latter has the fix, at the very...