cl-cookbook-contrib Mailing List for The Common Lisp Cookbook (Page 9)
Brought to you by:
jthing
You can subscribe to this list here.
2002 |
Jan
|
Feb
(1) |
Mar
(17) |
Apr
(27) |
May
(12) |
Jun
(14) |
Jul
(5) |
Aug
(14) |
Sep
(16) |
Oct
(14) |
Nov
(1) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
(1) |
Mar
(11) |
Apr
(3) |
May
(6) |
Jun
(3) |
Jul
(2) |
Aug
(3) |
Sep
(24) |
Oct
(27) |
Nov
(29) |
Dec
(14) |
2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
(5) |
Aug
(2) |
Sep
(1) |
Oct
(8) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
(4) |
Apr
(2) |
May
|
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
(2) |
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(7) |
Nov
(1) |
Dec
|
2007 |
Jan
(6) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2008 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: <no...@so...> - 2002-10-08 06:16:31
|
Feature Requests item #619966, was opened at 2002-10-07 15:07 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=619966&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Robert P. Goldman (rpgoldman) Assigned to: Nobody/Anonymous (nobody) Summary: Question/suggestion for hash-table page Initial Comment: I stumbled across this while looking for an answer to a poignant hash-table question. Namely, how does one make a hash-table whose entries are CLOS objects? The spec only requires that hash-tables accept eq, eql, equal, equalp as tests. Unfortunately, these are all equivalent to EQ when applied to CLOS objects. And none are generic functions. An answer to this question would sure be helpful! If I find a good one, I'll submit it. Cheers, R ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-10-07 23:16 Message: Logged In: NO I think you might be confusing CLOS objects with the ability to use GFs, so I want to ask: do you want a hash-table whose equality test is a GF, or a table which distinguishes CLOS objects by some means other than the four equality tests you (correctly) listed? If it's the first of these, then you're stuck. If it's the other you could write some code to extact the information you want out of a CLOS structure into - say - a list in such a form that equal would serve you. Hash-tables have to be restricted in this way, otherwise they'd be too inefficient to be usable. Maybe you shouldn't be using a hash-table? What are you trying to achieve? What would your equality test look like? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=619966&group_id=46815 |
From: <no...@so...> - 2002-10-07 22:07:24
|
Feature Requests item #619966, was opened at 2002-10-07 17:07 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=619966&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Robert P. Goldman (rpgoldman) Assigned to: Nobody/Anonymous (nobody) Summary: Question/suggestion for hash-table page Initial Comment: I stumbled across this while looking for an answer to a poignant hash-table question. Namely, how does one make a hash-table whose entries are CLOS objects? The spec only requires that hash-tables accept eq, eql, equal, equalp as tests. Unfortunately, these are all equivalent to EQ when applied to CLOS objects. And none are generic functions. An answer to this question would sure be helpful! If I find a good one, I'll submit it. Cheers, R ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=619966&group_id=46815 |
From: Bill C. <bil...@us...> - 2002-09-23 15:56:59
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Mon Sep 23 08:56:58 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv19674 Modified Files: windows.html Log Message: Updated windows.html and .emacs by Bill Clementson to support CLISP v2.30. |
From: Bill C. <bil...@us...> - 2002-09-23 15:56:37
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Mon Sep 23 08:56:36 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv19515 Modified Files: CHANGELOG Log Message: Updated windows.html and .emacs by Bill Clementson to support CLISP v2.30. |
From: Bill C. <bil...@us...> - 2002-09-23 15:56:24
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Mon Sep 23 08:56:23 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv19380 Modified Files: .emacs Log Message: Updated windows.html and .emacs by Bill Clementson to support CLISP v2.30. |
From: Bill C. <bil...@us...> - 2002-09-22 20:00:43
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Sun Sep 22 13:00:43 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv31092 Modified Files: CHANGELOG Log Message: Updated .emacs by Bill Clementson to add generic eval-last-sexp support on C-x C-e for elisp & inferior lisps. |
From: Bill C. <bil...@us...> - 2002-09-22 20:00:28
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Sun Sep 22 13:00:28 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv30942 Modified Files: .emacs Log Message: Updated .emacs by Bill Clementson to add generic eval-last-sexp support on C-x C-e for elisp & inferior lisps. |
From: <no...@so...> - 2002-09-20 20:46:04
|
Bugs item #592707, was opened at 2002-08-08 11:23 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=592707&group_id=46815 Category: Interface (example) Group: v1.0 (example) >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: editing .emacs Initial Comment: Having followed your instructions for setting up an IDE with Emacs on Windows (using only CLISP). I have commented out what i think needs to be done (but i'm new to this) and i am getting this error !! File error (("Cannot open load file" "ilisp") is it possible for someone to help me. many thanks David. ---------------------------------------------------------------------- Comment By: Bill Clementson (bill_clementson) Date: 2002-08-08 12:10 Message: Logged In: YES user_id=463744 Sounds like you commented out too much ;-) Try using the standard .emacs file but just don't byte-compile it (that way you'll avoid error messages related to the other lisp implementations you didn't install). If you still have problems, send me a copy of your .emacs file & a directory listing of your HOME directory & subdirectories and I'll try to find the problem for you. -- Bill Clementson bil...@ya... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=592707&group_id=46815 |
From: <no...@so...> - 2002-09-20 20:44:36
|
Bugs item #558600, was opened at 2002-05-21 03:41 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=558600&group_id=46815 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Reini Urban (rurban) Assigned to: Bill Clementson (bill_clementson) Summary: ilisp support for corman lisp Initial Comment: Corman Lisp support for ilisp 5.11 (release) works fine now. I didn't check it with ntemacs, only XEmacs (msvc and cygwin) Hint: Best is to load cl-ilisp.lisp, ilisp-pkg.lisp and cormanlisp.lisp into cormanlisp at first and save the image. (see make- ilisp-img.lisp) Copy makeilisp.bat and compile-ilisp.lisp to the corman directory, fix the ilisp path in compile-ilisp.lisp and run makeilisp.bat. I had to add some cygwin hacks for filename translation (similar to ange-ftp prefixes) for non-cygwin lisps and cygwin XEmacs or bash. ilisp-snd.el: (file-name-hack "/user@server:~/xx.lisp) => "~/xx.lisp" (file-name-hack "/cygdrive/r/xx.lisp") => "r:/xx.lisp" cl-ilisp.lisp: new ilisp-w32-fix-filenames ilisp-cl-easy-menu.el added a Debugger menu section for xemacs (easy-menu) ILISP Patches: http://xarch.tu- graz.ac.at/autocad/lisp/cormanlisp/ilisp-ccl-5.11.zip Required Cormanlisp patches: http://xarch.tu- graz.ac.at/autocad/lisp/cormanlisp/ccl-1.5-patches.zip -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=558600&group_id=46815 |
From: <no...@so...> - 2002-09-20 19:55:40
|
Bugs item #612276, was opened at 2002-09-20 12:55 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=612276&group_id=46815 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: replace-in-string not found Initial Comment: hello, in completer.el, the function completer-file calls the function replace-in-string. neither emacs nor i can find its definition. can you help? i'm running gnu emacs version 21.2.1 thanks, -geo geo...@ho... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=612276&group_id=46815 |
From: Drew M. <air...@us...> - 2002-09-16 12:53:52
|
uid=95480(airfoyle) gid=100(users) groups=100(users),47815(cl-cookbook) Mon Sep 16 05:53:50 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv23194/cl-cookbook Modified Files: index.html macros.html Log Message: -m |
From: <no...@so...> - 2002-09-14 22:43:25
|
Feature Requests item #609410, was opened at 2002-09-14 15:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=609410&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Please write about using a GUI toolkit Initial Comment: Hello -- The documentation on using something like CLIM is overwhelming. We need to simple tips on building GUIs, simple examples. Please choose a simple a Libre Software solution. Thank you. synthespian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=609410&group_id=46815 |
From: Drew M. <air...@us...> - 2002-09-13 16:20:22
|
uid=95480(airfoyle) gid=100(users) groups=100(users),47815(cl-cookbook) Fri Sep 13 09:20:20 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv4658/cl-cookbook Modified Files: index.html macros.html Log Message: Minor edits |
From: Drew M. <air...@us...> - 2002-09-08 17:18:32
|
uid=95480(airfoyle) gid=100(users) groups=100(users),47815(cl-cookbook) Sun Sep 8 10:18:32 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv12760/cl-cookbook Modified Files: index.html Log Message: Adding contents line for macros |
From: Drew M. <air...@us...> - 2002-09-08 17:15:11
|
uid=95480(airfoyle) gid=100(users) groups=100(users),47815(cl-cookbook) Sun Sep 8 10:15:08 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv12043/cl-cookbook Added Files: macros.html Log Message: Adding macros.html |
From: Bill C. <bil...@us...> - 2002-09-03 15:20:48
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Sep 3 08:20:45 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv21960 Modified Files: CHANGELOG Log Message: Adjusted location of environmental variable instructions. |
From: Bill C. <bil...@us...> - 2002-09-03 15:19:06
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Sep 3 08:19:05 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv21209 Modified Files: windows.html Log Message: Adjusted location of environmental variable instructions. |
From: <no...@so...> - 2002-09-01 04:48:48
|
Patches item #603047, was opened at 2002-09-01 00:48 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447474&aid=603047&group_id=46815 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthew Danish (emu) Assigned to: Nobody/Anonymous (nobody) Summary: References Initial Comment: For those that insist on call-by-reference: (defstruct (reference (:constructor make-reference (&optional value))) (value nil)) ;; usage: ;; (make-reference &optional value) ;; Create a reference object ;; (reference-value reference) ;; Dereference reference and obtain contained value ;; (setf (reference-value reference) value) ;; Set value contained by reference ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447474&aid=603047&group_id=46815 |
From: Bill C. <bil...@us...> - 2002-08-30 02:04:16
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Thu Aug 29 19:04:16 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv15606 Modified Files: windows.html Log Message: Don't show separate ACL listener window on startup |
From: Bill C. <bil...@us...> - 2002-08-30 02:03:56
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Thu Aug 29 19:03:56 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv15507 Modified Files: CHANGELOG Log Message: Don't show separate ACL listener window on startup |
From: Bill C. <bil...@us...> - 2002-08-30 02:03:44
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Thu Aug 29 19:03:43 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv15454 Modified Files: .emacs Log Message: Don't show separate ACL listener window on startup |
From: Bill C. <bil...@us...> - 2002-08-29 13:46:28
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Thu Aug 29 06:46:27 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv11606 Modified Files: CHANGELOG Log Message: Changes for ACL6.2 (use alisp.exe instead of allegro-ansi.exe due to heap size limitations in trial edition). Eliminate clisp-indent.el from setup to eliminate need to modify .emacs if clisp isn't installed. |
From: Bill C. <bil...@us...> - 2002-08-29 13:44:15
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Thu Aug 29 06:44:14 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv10844 Modified Files: windows.html Log Message: Changes for ACL6.2 (use alisp.exe instead of allegro-ansi.exe due to heap size limitations in trial edition). Eliminate clisp-indent.el from setup to eliminate need to modify .emacs if clisp isn't installed. |
From: Bill C. <bil...@us...> - 2002-08-29 13:44:00
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Thu Aug 29 06:44:00 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv10725 Modified Files: .emacs Log Message: Changes for ACL6.2 (use alisp.exe instead of allegro-ansi.exe due to heap size limitations in trial edition). Eliminate clisp-indent.el from setup to eliminate need to modify .emacs if clisp isn't installed. |
From: Bill C. <bil...@us...> - 2002-08-20 17:34:21
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Aug 20 10:34:18 PDT 2002 Update of /cvsroot/cl-cookbook/cl-cookbook In directory usw-pr-cvs1:/tmp/cvs-serv20698 Modified Files: CHANGELOG Log Message: Fixed change date for 2002-08-20 entry |