cl-cookbook-contrib Mailing List for The Common Lisp Cookbook (Page 5)
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: Bill C. <bil...@us...> - 2003-11-01 19:42:57
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Sat Nov 1 11:42:56 PST 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv10911 Added Files: s10.lisp Log Message: Sample for "Using Emacs as a Lisp IDE" page. |
From: Bill C. <bil...@us...> - 2003-11-01 19:42:50
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Sat Nov 1 11:42:49 PST 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv10887 Added Files: s1.lisp Log Message: Sample for "Using Emacs as a Lisp IDE" page. |
From: Bill C. <bil...@us...> - 2003-11-01 19:42:25
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Sat Nov 1 11:42:24 PST 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv10840 Modified Files: CHANGELOG Log Message: Added "Using Emacs as a Lisp IDE" material. |
From: Bill C. <bil...@us...> - 2003-11-01 19:40:51
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Sat Nov 1 11:40:50 PST 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv10654 Modified Files: emacs-ide.html Log Message: Added material from ILC2003 presentation. |
From: Rudi S. <ru...@co...> - 2003-10-24 10:37:12
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mittwoch, Oktober 22, 2003, at 01:00 Uhr, Edi Weitz wrote: > On Wed, 22 Oct 2003 11:20:19 +0100 (BST), Nick Levine > <nd...@ra...> wrote: > >> d) I have an overnight cron which goes "cvs update cl-cookbook" - do >> I have to modify that now to make sure my local copy of the clos >> tutorial is kept up-to-date? The file cl-cookbook/CVS/entries >> doesn't appear to know about the tutorial so I guess the answer is >> "yes". But how? > > That's a mystery to me, too. If I 'cvs update' in my old checked-out > version I don't get your new 'clos-tutorial' folder. I have to check > out the whole stuff anew. Maybe someone who knows more about CVS wants > to explain this? > cvs update -dP (No, I'm not a CVS expert either :) Rudi -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (Darwin) iD8DBQE/lnDx765FppppCGcRApJBAKC3hu2iGIHTksYwNZW3KAUNUVCweQCdGDmt ZtrLoscHKeACZuiyh4HdrFU= =dRMd -----END PGP SIGNATURE----- |
From: Nick L. <nd...@ra...> - 2003-10-23 08:29:35
|
cvs update -dP Ah. Once I'd deleted my local copy of clos-tutorial, that worked. Thanks. (No, I'm not a CVS expert either :) More than I am, that's for sure. - nick |
From: Edi W. <ed...@ag...> - 2003-10-22 11:38:41
|
Hi Nick! On Wed, 22 Oct 2003 11:20:19 +0100 (BST), Nick Levine <nd...@ra...> wrote: > Perhaps you could tell me where I went wrong. I'm not a CVS expert either, so read this with a grain of salt. > I first tried: > > /user/ndl/lisp/cookbook $ cvs -z3 -d:ext:nic...@cv...:/cvsroot/cl-cookbook add cl-cookbook/clos-tutorial/*.* cl-cookbook/clos-tutorial/images/* > > but that didn't work at all. So I read TFM and it suggested "cvs import", so I went: > > /user/ndl/lisp/cookbook $ cvs -z3 -d:ext:nic...@cv...:/cvsroot/cl-cookbook import cl-cookbook/clos-tutorial foo clos-tutorial > > but that duplicated the whole system, creating cl-cookbook/cl-cookbook You should have (from within a checked-out version of the cookbook) added your new subdirectory and then just cvs add clos-tutorial cd clos-tutorial cvs add *.* cvs add images cd images cvs add *.* cvs commit (There's no need to provide the -z3 -d options with each command once you're in the correct directory.) > (which I notice is still partially there - see > http://cvs.sourceforge.net/viewcvs.py/cl-cookbook/cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/). Yes, that's one of the many shortcomings of CVS - you can remove files, but you can't remove directories. See <http://groups.google.com/groups?selm=fa.ku4je3v.1ai6a0a%40ifi.uio.no> I think Kaz Kylheku's "Meta-CVS" (written in Common Lisp) can do that - I've never tried it, though. > b) how did you undo the mess I created? I checked out the whole thing, moved the files were they belong, did the stuff described above, then removed the files that didn't belong there and finally cvs delete cl-cookbook from within the 'clos-tutorial' subfolder. > c) how can you see what you've got without waiting for 24 hours (ie > how do you _test_ what's about to go live on the public website)? I don't test... :) A cron job on one of my servers runs the following Expect script every 24 hours. If I want to see a change immediately I start it manually. Everyone with developer access should be able to do the same thing, I guess (replacing "nhabedi" with your SF account, of course). ------------------------------- snip --------------------------------- #!/usr/bin/expect set prompt "(%|>|:|\#|\\$) $" spawn bash send "export PS1='\\u@\\h:\\w > '\r" expect -re $prompt send "cd /home/edi/cl-cookbook/\r" expect -re $prompt send "cvs update\r" expect -re $prompt set timeout 30 send "scp /home/edi/cl-cookbook/* nh...@cl...:/home/groups/c/cl/cl-cookbook/htdocs/\r" expect -re $prompt send "scp /home/edi/cl-cookbook/clos-tutorial/*.* nh...@cl...:/home/groups/c/cl/cl-cookbook/htdocs/clos-tutorial/\r" expect -re $prompt send "scp /home/edi/cl-cookbook/clos-tutorial/images/*.* nh...@cl...:/home/groups/c/cl/cl-cookbook/htdocs/clos-tutorial/images/\r" expect -re $prompt send "scp /home/edi/cl-cookbook/.emacs nh...@cl...:/home/groups/c/cl/cl-cookbook/htdocs/\r" expect -re $prompt send "exit\r" ------------------------------- snip --------------------------------- This is an ugly hack. I have to update the script if someone adds a new directory. But luckily this only happens once per year... :) > d) I have an overnight cron which goes "cvs update cl-cookbook" - do > I have to modify that now to make sure my local copy of the clos > tutorial is kept up-to-date? The file cl-cookbook/CVS/entries > doesn't appear to know about the tutorial so I guess the answer is > "yes". But how? That's a mystery to me, too. If I 'cvs update' in my old checked-out version I don't get your new 'clos-tutorial' folder. I have to check out the whole stuff anew. Maybe someone who knows more about CVS wants to explain this? > Sorry to be so ignorant. No problem. I'm as ignorant as you... :) Cheers, Edi. |
From: Nick L. <nd...@ra...> - 2003-10-22 10:48:55
|
Edi, Thanks for that. Perhaps you could tell me where I went wrong. I first tried: /user/ndl/lisp/cookbook $ cvs -z3 -d:ext:nic...@cv...:/cvsroot/cl-cookbook add cl-cookbook/clos-tutorial/*.* cl-cookbook/clos-tutorial/images/* but that didn't work at all. So I read TFM and it suggested "cvs import", so I went: /user/ndl/lisp/cookbook $ cvs -z3 -d:ext:nic...@cv...:/cvsroot/cl-cookbook import cl-cookbook/clos-tutorial foo clos-tutorial but that duplicated the whole system, creating cl-cookbook/cl-cookbook (which I notice is still partially there - see http://cvs.sourceforge.net/viewcvs.py/cl-cookbook/cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/). So, questions. a) what should I have done? b) how did you undo the mess I created? c) how can you see what you've got without waiting for 24 hours (ie how do you _test_ what's about to go live on the public website)? d) I have an overnight cron which goes "cvs update cl-cookbook" - do I have to modify that now to make sure my local copy of the clos tutorial is kept up-to-date? The file cl-cookbook/CVS/entries doesn't appear to know about the tutorial so I guess the answer is "yes". But how? Sorry to be so ignorant. - nick |
uid=76419(nhabedi) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Oct 21 10:30:57 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images In directory sc8-pr-cvs1:/tmp/cvs-serv8575/cl-cookbook/clos-tutorial/images Removed Files: fig-1.gif fig-2.gif fig-3.gif fig-4.gif fig-5.gif fig-6.gif Log Message: cleanup |
From: Edi W. <nh...@us...> - 2003-10-21 23:15:50
|
uid=76419(nhabedi) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Oct 21 10:30:57 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial In directory sc8-pr-cvs1:/tmp/cvs-serv8575/cl-cookbook/clos-tutorial Removed Files: examples.lisp index.html present.lisp valid-xhtml10.png Log Message: cleanup |
uid=76419(nhabedi) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Oct 21 10:30:57 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook/clos-tutorial/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv8575/cl-cookbook Removed Files: .emacs AppendixA.jpg AppendixB.jpg AppendixC.jpg CHANGELOG dates_and_times.html emacs-ide.html ffi.html files.html functions.html hashes.html index.html io.html license.html macros.html misc.html os.html packages.html pattern_matching.html process.html sockets.html strings.html systems.html win32.html windows.html Log Message: cleanup |
From: Edi W. <nh...@us...> - 2003-10-21 19:43:20
|
uid=76419(nhabedi) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Oct 21 10:30:56 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook/clos-tutorial In directory sc8-pr-cvs1:/tmp/cvs-serv8575 Added Files: examples.lisp index.html present.lisp valid-xhtml10.png Log Message: cleanup |
From: Edi W. <ed...@ag...> - 2003-10-21 19:10:54
|
On Tue, 21 Oct 2003 15:04:31 +0100 (BST), Nick Levine <nd...@ra...> wrote: > Ahh foo. > > I tried to add (import?) a bunch of files, comprising a CLOS > tutorial. I did a trial checkout and got the following, which is > definitely wrong. > > Maybe someone could help untangle this? Gads, I do hate CVS. Just fixed it, thanks for the tutorial! Edi. |
From: Edi W. <nh...@us...> - 2003-10-21 19:01:08
|
uid=76419(nhabedi) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Oct 21 10:26:07 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook/clos-tutorial/images In directory sc8-pr-cvs1:/tmp/cvs-serv7744/images Log Message: Directory /cvsroot/cl-cookbook/cl-cookbook/clos-tutorial/images added to the repository |
From: Nick L. <nd...@ra...> - 2003-10-21 18:14:31
|
[resend - first attempt, 2 hours ago, never got back to me] Ahh foo. I tried to add (import?) a bunch of files, comprising a CLOS tutorial. I did a trial checkout and got the following, which is definitely wrong. Maybe someone could help untangle this? Gads, I do hate CVS. Sorry to have messed this up. The man page lead me astray... - nick /p4/user/ndl/lisp/cookbook $ mkdir foo /p4/user/ndl/lisp/cookbook $ cd foo /p4/user/ndl/lisp/cookbook/foo $ cvs -z3 -d:ext:nic...@cv...urc eforge.net:/cvsroot/cl-cookbook co cl-cookbook nic...@cv...'s password: cvs server: Updating cl-cookbook U cl-cookbook/.emacs U cl-cookbook/AppendixA.jpg U cl-cookbook/AppendixB.jpg U cl-cookbook/AppendixC.jpg U cl-cookbook/CHANGELOG U cl-cookbook/dates_and_times.html U cl-cookbook/emacs-ide.html U cl-cookbook/ffi.html U cl-cookbook/files.html U cl-cookbook/functions.html U cl-cookbook/hashes.html U cl-cookbook/index.html U cl-cookbook/io.html U cl-cookbook/license.html U cl-cookbook/macros.html U cl-cookbook/misc.html U cl-cookbook/os.html U cl-cookbook/packages.html U cl-cookbook/pattern_matching.html U cl-cookbook/process.html U cl-cookbook/sockets.html U cl-cookbook/strings.html U cl-cookbook/systems.html U cl-cookbook/win32.html U cl-cookbook/windows.html cvs server: Updating cl-cookbook/clos-tutorial cvs server: Updating cl-cookbook/clos-tutorial/cl-cookbook U cl-cookbook/clos-tutorial/cl-cookbook/.emacs U cl-cookbook/clos-tutorial/cl-cookbook/AppendixA.jpg U cl-cookbook/clos-tutorial/cl-cookbook/AppendixB.jpg U cl-cookbook/clos-tutorial/cl-cookbook/AppendixC.jpg U cl-cookbook/clos-tutorial/cl-cookbook/CHANGELOG U cl-cookbook/clos-tutorial/cl-cookbook/dates_and_times.html U cl-cookbook/clos-tutorial/cl-cookbook/emacs-ide.html U cl-cookbook/clos-tutorial/cl-cookbook/ffi.html U cl-cookbook/clos-tutorial/cl-cookbook/files.html U cl-cookbook/clos-tutorial/cl-cookbook/functions.html U cl-cookbook/clos-tutorial/cl-cookbook/hashes.html U cl-cookbook/clos-tutorial/cl-cookbook/index.html U cl-cookbook/clos-tutorial/cl-cookbook/io.html U cl-cookbook/clos-tutorial/cl-cookbook/license.html U cl-cookbook/clos-tutorial/cl-cookbook/macros.html U cl-cookbook/clos-tutorial/cl-cookbook/misc.html U cl-cookbook/clos-tutorial/cl-cookbook/os.html U cl-cookbook/clos-tutorial/cl-cookbook/packages.html U cl-cookbook/clos-tutorial/cl-cookbook/pattern_matching.html U cl-cookbook/clos-tutorial/cl-cookbook/process.html U cl-cookbook/clos-tutorial/cl-cookbook/sockets.html U cl-cookbook/clos-tutorial/cl-cookbook/strings.html U cl-cookbook/clos-tutorial/cl-cookbook/systems.html U cl-cookbook/clos-tutorial/cl-cookbook/win32.html U cl-cookbook/clos-tutorial/cl-cookbook/windows.html cvs server: Updating cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/examples.lisp U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/index.html U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/present.lisp U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/valid-xhtml10.png cvs server: Updating cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-1.gif U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-2.gif U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-3.gif U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-4.gif U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-5.gif U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-6.gif /p4/user/ndl/lisp/cookbook/foo $ |
From: Edi W. <nh...@us...> - 2003-10-21 18:04:46
|
uid=76419(nhabedi) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Oct 21 10:32:53 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook/clos-tutorial/images In directory sc8-pr-cvs1:/tmp/cvs-serv9006 Added Files: fig-1.gif fig-2.gif fig-3.gif fig-4.gif fig-5.gif fig-6.gif Log Message: more cleanup |
From: Nick L. <nd...@ra...> - 2003-10-21 16:43:36
|
Ahh foo. I tried to add (import?) a bunch of files, comprising a CLOS tutorial. I did a trial checkout and got the following, which is definitely wrong. Maybe someone could help untangle this? Gads, I do hate CVS. Sorry to have messed this up. The man page lead me astray... - nick /p4/user/ndl/lisp/cookbook $ mkdir foo /p4/user/ndl/lisp/cookbook $ cd foo /p4/user/ndl/lisp/cookbook/foo $ cvs -z3 -d:ext:nic...@cv...urc eforge.net:/cvsroot/cl-cookbook co cl-cookbook nic...@cv...'s password: cvs server: Updating cl-cookbook U cl-cookbook/.emacs U cl-cookbook/AppendixA.jpg U cl-cookbook/AppendixB.jpg U cl-cookbook/AppendixC.jpg U cl-cookbook/CHANGELOG U cl-cookbook/dates_and_times.html U cl-cookbook/emacs-ide.html U cl-cookbook/ffi.html U cl-cookbook/files.html U cl-cookbook/functions.html U cl-cookbook/hashes.html U cl-cookbook/index.html U cl-cookbook/io.html U cl-cookbook/license.html U cl-cookbook/macros.html U cl-cookbook/misc.html U cl-cookbook/os.html U cl-cookbook/packages.html U cl-cookbook/pattern_matching.html U cl-cookbook/process.html U cl-cookbook/sockets.html U cl-cookbook/strings.html U cl-cookbook/systems.html U cl-cookbook/win32.html U cl-cookbook/windows.html cvs server: Updating cl-cookbook/clos-tutorial cvs server: Updating cl-cookbook/clos-tutorial/cl-cookbook U cl-cookbook/clos-tutorial/cl-cookbook/.emacs U cl-cookbook/clos-tutorial/cl-cookbook/AppendixA.jpg U cl-cookbook/clos-tutorial/cl-cookbook/AppendixB.jpg U cl-cookbook/clos-tutorial/cl-cookbook/AppendixC.jpg U cl-cookbook/clos-tutorial/cl-cookbook/CHANGELOG U cl-cookbook/clos-tutorial/cl-cookbook/dates_and_times.html U cl-cookbook/clos-tutorial/cl-cookbook/emacs-ide.html U cl-cookbook/clos-tutorial/cl-cookbook/ffi.html U cl-cookbook/clos-tutorial/cl-cookbook/files.html U cl-cookbook/clos-tutorial/cl-cookbook/functions.html U cl-cookbook/clos-tutorial/cl-cookbook/hashes.html U cl-cookbook/clos-tutorial/cl-cookbook/index.html U cl-cookbook/clos-tutorial/cl-cookbook/io.html U cl-cookbook/clos-tutorial/cl-cookbook/license.html U cl-cookbook/clos-tutorial/cl-cookbook/macros.html U cl-cookbook/clos-tutorial/cl-cookbook/misc.html U cl-cookbook/clos-tutorial/cl-cookbook/os.html U cl-cookbook/clos-tutorial/cl-cookbook/packages.html U cl-cookbook/clos-tutorial/cl-cookbook/pattern_matching.html U cl-cookbook/clos-tutorial/cl-cookbook/process.html U cl-cookbook/clos-tutorial/cl-cookbook/sockets.html U cl-cookbook/clos-tutorial/cl-cookbook/strings.html U cl-cookbook/clos-tutorial/cl-cookbook/systems.html U cl-cookbook/clos-tutorial/cl-cookbook/win32.html U cl-cookbook/clos-tutorial/cl-cookbook/windows.html cvs server: Updating cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/examples.lisp U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/index.html U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/present.lisp U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/valid-xhtml10.png cvs server: Updating cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-1.gif U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-2.gif U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-3.gif U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-4.gif U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-5.gif U cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-6.gif /p4/user/ndl/lisp/cookbook/foo $ |
From: Nick L. <nic...@us...> - 2003-10-21 13:56:30
|
uid=80851(nicklevine) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Oct 21 06:53:34 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv28167/cl-cookbook Modified Files: CHANGELOG index.html Log Message: Adding link to CLOS tutorial |
From: Nick L. <nic...@us...> - 2003-10-21 13:50:53
|
uid=80851(nicklevine) gid=100(users) groups=100(users),47815(cl-cookbook) Tue Oct 21 06:49:27 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook/clos-tutorial In directory sc8-pr-cvs1:/tmp/cvs-serv27250 Log Message: Adding CLOS tutorial Status: Vendor Tag: foo Release Tags: clos-tutorial N cl-cookbook/clos-tutorial/cl-cookbook/.emacs N cl-cookbook/clos-tutorial/cl-cookbook/AppendixA.jpg N cl-cookbook/clos-tutorial/cl-cookbook/AppendixB.jpg N cl-cookbook/clos-tutorial/cl-cookbook/AppendixC.jpg N cl-cookbook/clos-tutorial/cl-cookbook/CHANGELOG N cl-cookbook/clos-tutorial/cl-cookbook/dates_and_times.html N cl-cookbook/clos-tutorial/cl-cookbook/emacs-ide.html N cl-cookbook/clos-tutorial/cl-cookbook/ffi.html N cl-cookbook/clos-tutorial/cl-cookbook/files.html N cl-cookbook/clos-tutorial/cl-cookbook/functions.html N cl-cookbook/clos-tutorial/cl-cookbook/hashes.html N cl-cookbook/clos-tutorial/cl-cookbook/index.html N cl-cookbook/clos-tutorial/cl-cookbook/io.html N cl-cookbook/clos-tutorial/cl-cookbook/license.html N cl-cookbook/clos-tutorial/cl-cookbook/macros.html N cl-cookbook/clos-tutorial/cl-cookbook/misc.html N cl-cookbook/clos-tutorial/cl-cookbook/os.html N cl-cookbook/clos-tutorial/cl-cookbook/packages.html N cl-cookbook/clos-tutorial/cl-cookbook/pattern_matching.html N cl-cookbook/clos-tutorial/cl-cookbook/process.html N cl-cookbook/clos-tutorial/cl-cookbook/sockets.html N cl-cookbook/clos-tutorial/cl-cookbook/strings.html N cl-cookbook/clos-tutorial/cl-cookbook/systems.html N cl-cookbook/clos-tutorial/cl-cookbook/win32.html N cl-cookbook/clos-tutorial/cl-cookbook/windows.html N cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/examples.lisp N cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/index.html N cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/present.lisp N cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/valid-xhtml10.png N cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-1.gif N cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-2.gif N cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-3.gif N cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-4.gif N cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-5.gif N cl-cookbook/clos-tutorial/cl-cookbook/clos-tutorial/images/fig-6.gif No conflicts created by this import |
From: Bill C. <bil...@us...> - 2003-10-09 14:26:23
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Thu Oct 9 07:26:21 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv30716 Modified Files: CHANGELOG Log Message: Mods to support re-indentation of top-level sexps. |
From: Bill C. <bil...@us...> - 2003-10-09 14:26:16
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Thu Oct 9 07:26:15 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv30697 Modified Files: .emacs Log Message: Mods to support re-indentation of top-level sexps. |
From: Bill C. <bil...@us...> - 2003-10-04 17:32:53
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Sat Oct 4 10:32:52 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv18921 Added Files: emacs-ide.html Log Message: Using Emacs as a Lisp IDE - temporary place-holder. |
From: Bill C. <bil...@us...> - 2003-10-04 17:29:26
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Sat Oct 4 10:29:25 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv18290 Modified Files: index.html Log Message: Added "Using Emacs as a Lisp IDE" place-holder page. |
From: Bill C. <bil...@us...> - 2003-10-04 17:29:00
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Sat Oct 4 10:28:59 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv18099 Modified Files: CHANGELOG Log Message: Added "Using Emacs as a Lisp IDE" place-holder page. |
From: Bill C. <bil...@us...> - 2003-10-03 21:33:37
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Fri Oct 3 14:33:11 PDT 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv10005 Modified Files: windows.html Log Message: Minor update. |