cl-cookbook-contrib Mailing List for The Common Lisp Cookbook (Page 3)
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: SourceForge.net <no...@so...> - 2004-09-05 15:05:33
|
Feature Requests item #1022591, was opened at 2004-09-05 08:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=1022591&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Modify HOWTO setup on Win->CygWin Initial Comment: The step-by-step HOWTO set up a Common Lisp IDE, centering on several modes of Emacs interaction, with multiple options for CL implementations on Windows (and Mac) is excellent. But I'm hoping to use Lisp and Emacs as my bridge away from Windows -- how about CygWin? What I would really like would be a similarly detailed and keystroke-specific and explicit HOWTO that might help foster my slow transition to Unix, via the discipline of first mastering Emacs and Common Lisp in their preferred POSIX environment. (Of course I should just bite the bullet and dive in with Debian, for its easily apt-getable CL packages, but with a 32 MB Pentium 100 MHz running Allegro Common Lisp and Emacs, I question whether any recent Linux could even run what I need. Bash is another matter, I know I need to learn that, too, and I'm happy to learn the shell while looking for a job to finance a hardware upgrade. I have another hand-me-down machine, with 64 MB RAM and a whopping 4 GB free, so I may be able to squeeze Libranet on it and have a newbie-friendly Debian install running icewm on 64 MB. That may be able to run Emacs and CLisp and perhaps CMUCL as well, with or without X. Point is: CygWin is still relevant for the hardware and financially challenged, not to mention those in MS shops, and, frankly, insecure but wannabe newbies, even in this day of Knoppix. And the Cygwin documentation is not what Windozed users need to make the break.) I've tried with CygWin -- setup.exe is easy enough -- and can run bash and Emacs and CLisp as well, but I simply can't understand getting X to work (and don't think I should have to work this hard to get a scrollbar) and I remain baffled on the numerous options for getting Emacs and various implementations of CL to talk to one another. This very uninteresting setup (to me -- I appreciate the fascination it may present to others) is all totally new and these installation snafus are frankly a shitty introduction to a language and programming environment that come highly touted by many people I respect. Perhaps someone might rewrite the following exemplary HOWTO for those who want to sample multiple open source CL implementations and Emacs modes (including SLIME) on CygWin, or probably not at all. http://cl-cookbook.sourceforge.net/windows.html#Mac%20OS%20X%20Setup%20Instructions Thank you. Yet another Lisp newbie. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=1022591&group_id=46815 |
From: Reini U. <ru...@x-...> - 2004-08-23 16:31:14
|
Nick Levine schrieb: > Trying to update my local copy of the cookbook, I've been seeing the > following over the last few days: > > cvs [update aborted]: unrecognized auth response from > cvs.sourceforge.net: M PserverBackend::PserverBackend() Connect > (Connection refused) > > Is it just me? They are updating their CVS servers, so while syncing to the new machines, plus a lot of cvs traffic, the old ones are terribly loaded, and a lot of connections get lost. just try again a few times. |
From: Nick L. <nd...@ra...> - 2004-08-16 08:50:18
|
Hi all. Trying to update my local copy of the cookbook, I've been seeing the following over the last few days: cvs [update aborted]: unrecognized auth response from cvs.sourceforge.net: M PserverBackend::PserverBackend() Connect (Connection refused) Is it just me? - nick |
From: Peter V. E. <pva...@de...> - 2004-07-19 21:41:57
|
On 2004-07-19, Nick Levine <nd...@ra...> wrote: > > > CVSROOT=:pserver:nic...@cv...:/cvsroot/cl-cookbook > ^^^^^^^^^^^^ > remove this > CVSROOT=:pserver:nic...@cv...:/cvsroot/cl-cookbook > should work. > > Thanks, indeed it does. (So, if used to be wrong, how come it ever > worked before?) My guess is that in the past they used to send the different projects to different servers based on the hostname. Now they must be doing something else. I did not find any documentation of this... (but I don't read every email I get anymore and I was not really looking too deeply) Groetjes, Peter -- It's logic Jim, but not as we know it. | pva...@de... "God, root, what is difference?" - Pitr| http://people.debian.org/~pvaneynd/ "God is more forgiving." - Dave Aronson| |
From: Nick L. <nd...@ra...> - 2004-07-19 08:12:43
|
["Followup-To:" header set to gmane.lisp.cookbook.] On 2004-07-13, Nick Levine <nd...@ra...> wrote: > It's not a cron environment issue, as I can reproduce the problem by > typing into a shell, thus: > > CVSROOT=:pserver:nic...@cv...:/cvsroot/cl-cookbook ^^^^^^^^^^^^ remove this CVSROOT=:pserver:nic...@cv...:/cvsroot/cl-cookbook should work. Thanks, indeed it does. (So, if used to be wrong, how come it ever worked before?) - nick |
From: Peter V. E. <pva...@de...> - 2004-07-16 20:51:01
|
["Followup-To:" header set to gmane.lisp.cookbook.] On 2004-07-13, Nick Levine <nd...@ra...> wrote: > It's not a cron environment issue, as I can reproduce the problem by > typing into a shell, thus: > > CVSROOT=:pserver:nic...@cv...:/cvsroot/cl-cookbook ^^^^^^^^^^^^ remove this CVSROOT=:pserver:nic...@cv...:/cvsroot/cl-cookbook should work. Groetjes, Peter -- It's logic Jim, but not as we know it. | pva...@de... "God, root, what is difference?" - Pitr| http://people.debian.org/~pvaneynd/ "God is more forgiving." - Dave Aronson| |
From: SourceForge.net <no...@so...> - 2004-07-13 11:41:00
|
Bugs item #990105, was opened at 2004-07-13 13:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=990105&group_id=46815 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Rolf Bänziger (elessar) Assigned to: Nobody/Anonymous (nobody) Summary: Wrong Link to emacs for win32 Initial Comment: Hi There is a wrong link to the win32 port of emacs in the online version of your cookbook in the file http://cl-cookbook.sourceforge.net/windows.html . Link can be found in the following part: http://cl-cookbook.sourceforge.net/windows.html#Installing Emacs Wrong Link is: ftp://ftp.gnu.org/gnu/windows/emacs/21.3/emacs-21.3-fullbin-i386.tar.gz Right Link is: http://ftp.gnu.org/pub/gnu/windows/emacs/emacs-21.3-fullbin-i386.tar.gz ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=990105&group_id=46815 |
From: Nick L. <nd...@ra...> - 2004-07-13 09:22:17
|
Hi, I have an overnight script to update my local copy of the cookbook. It started failing (a couple of months ago, but I've been too busy to do anything about it) and I haven't a clue why. Has anyone else had problems with CVS access to cl-cookbook? It's not a cron environment issue, as I can reproduce the problem by typing into a shell, thus: CVSROOT=:pserver:nic...@cv...:/cvsroot/cl-cookbook CVS_RSH=ssh HOME=/home/nick export CVSROOT export CVS_RSH export HOME cd /p4/user/ndl/lisp/cookbook /usr/bin/cvs -d:pserver:nic...@cv...:/cvsroot/cl-cookbook update => cvs [update aborted]: connect to cvs.cl-cookbook.sourceforge.net:2401 failed: Connection timed out - nick (who wonders why he has both set CVSROOT and specified the -d argument, but doubts whether that's the problem) |
From: SourceForge.net <no...@so...> - 2004-06-24 03:16:19
|
Feature Requests item #978685, was opened at 2004-06-23 20:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=978685&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ILSIP Installation Initial Comment: Hi, Two things as detailed below. Cheers, Doug dou...@ds... ps: I am new to this, so I hope I'm making some sense to you :) 1st Thing: I have installed Emacs, ILISP and CL. Everything look OK but i get a couple of errors when i start up ILISP in Emacs (by pressing F5). Here are all the messages. You can see the errors at the end. So, all the obvious questions - Should I be worried about these errors? What do I need to do to do to fix them? Why is ILISP initializing twice? (C:\bin\emacs-21.3\bin\emacs.exe) Loading regexp-opt...done Loading image...done Loading cl-macs...done Loading c:/home/.recentf...done Loading pc-select...done Loading delsel...done Loading paren...done Loading advice...done Reading directory c:/home/...done For information about the GNU Project and its goals, type C-h C-p. Loading ilcompat... Loading ilfsf21...done Loading ilcompat...done Loading comint-ipc...done Loading extra/hyperspec... Use C-u M-x make-directory RET RET to create directory and its parents Loading extra/hyperspec...done Loading extra/cltl2...done Loading ilisp-all.elc... Loading cl-seq...done Loading ilisp-all.elc...done Loading menu interface. 'ilisp-*enable-cl-easy-meny-p*' is t Loading ilisp-cl-easy-menu (source)...done Loading ild...done Loading ilisp-imenu...done Loading outline... Loading easy-mmode...done Loading outline...done Started initializing ILISP [2 times] Aborted commands error in process filter: file-name-hack: Symbol's function definition is void: replace-in-string error in process filter: Symbol's function definition is void: replace-in-string Set *clisp-hs*'s directory to c:/home/ 2nd thing: Is the following normal? Starting c:/bin/clisp-2.33.1/full/lisp.exe -B c:/bin/clisp- 2.33.1/full/ -M c:/bin/clisp-2.33.1/full/lispinit.mem -ansi - q ... ILISP V5.12.0 Use M-x ilisp-bug for problems and suggestions. ;; Loading file C:\home\_clisprc.lisp ... ;; Loaded file C:\home\_clisprc.lisp [1]> [2]> (defvar"at this point i can't enter a space and get - -> file-name-hack: Symbol's function definition is void: replace-in-string, and now having added this comment is can continue typing e.g." x 1) *** - DEFVAR: non-symbol "at this point i cant't enter a space and get --> file-name-hack: Symbol's function definition is void: replace-in-string, and now having added this comment is can continue " cannot be a variable (Obviously) Break 3 [8]> "if i go to a blank line things are ok" Break 3 [8]> (defvar x 1) X Break 3 [8]> x 1 Break 3 [8]> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=978685&group_id=46815 |
From: SourceForge.net <no...@so...> - 2004-05-16 21:38:45
|
Feature Requests item #954984, was opened at 2004-05-16 16:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=954984&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Chris Capel (pdf23ds) Assigned to: Nobody/Anonymous (nobody) Summary: String section addition Initial Comment: I'm just getting into lisp, and I was very surprised by the lack of a function in the ANSI standard for replacing subsections of vectors (strings) with other vectors. In C#, you can do something like mySqlQuery.Replace("'", "\'") to make it safe for inserting into a DB, and quoting like that is something you do in tons of places in web programming. So I think you should include a function for replacing things in vectors like this. I found this function on http://www.lisp-p.org/lht/, by Gene Michael Stover (it was called "string-replace-all-faster" there). (defun string-replace-all (source old new) "Replace all occurrences in 'source' of 'old' with 'new'." (do ((newlen (length new)) (i (search old source) (search old source :start2 (+ i newlen)))) ((null i) source) (setq source (concatenate 'string (subseq source 0 i) new (subseq source (+ i newlen)))))) I haven't gotten his permission for anything, I just found it. I modified the doc string a bit, and I changed the order and name of the arguments, and the name of the function. Maybe there's a library of basic string functions somewhere you could link to on the string page. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=954984&group_id=46815 |
From: SourceForge.net <no...@so...> - 2004-04-24 01:39:48
|
Feature Requests item #941095, was opened at 2004-04-23 18:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=941095&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: add select() function to sockets section Initial Comment: Please add a note of the Lisp equivalent of the C select() function to the Sockets Section. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447475&aid=941095&group_id=46815 |
From: SourceForge.net <no...@so...> - 2003-12-08 05:06:47
|
Bugs item #848235, was opened at 2003-11-24 05:04 Message generated for change (Comment added) made by bill_clementson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=848235&group_id=46815 Category: None Group: None Status: Closed Resolution: None Priority: 5 Submitted By: d2003xx (d2003xx) Assigned to: Bill Clementson (bill_clementson) Summary: XEmacs/ilisp on windows, setup problem Initial Comment: (sorry if I post to wrong place) [XEmacs v21.4.14, ilisp v5.12.0, windows-xp] 1.Corman Lisp needs a hack to avoid hanging in ilisp: Open the file "C:\Program Files\Corman....\init.lisp", then remove or comment out this line (#3): (setf (current-directory) *cormanlisp-directory*) 2.The path problem, "\" is trimmed when ilisp sends commands containing filenames to clisp and cormanlisp. ex: "c:\lisp\a.lisp" becomes "c:lispa.lisp" in clisp/cormanlisp intepreter. Solution: add followings in ~/.xemacs/init.el (defun my-ilisp-file-name-hack (file-name) "Strip ange-ftp and cygwin pathnames prefixes for the native local lisp, AND CHANGE \ to /" (cond ((string-match "/.*?@.*:" file-name) (substring file-name (match-end 0))) ((not (eq system-type 'cygwin32)) file-name) ; verified on XEmacs ;; assume cygwin clisp on cygwin (X)Emacs ((eq ilisp-dialect 'clisp-hs) file-name) ;; => w32 path for non-cygwin lisps only. ((string-equal "/cygdrive/" (subseq file-name 0 10)) (concat (subseq file-name 10 11) ":" (subseq file-name 11))) (t file-name)) (while (string-match "\\" file-name) (setq file-name (replace-match "/" t nil file-name))) file-name) (defun my-ilisp-load-setup () (fset 'file-name-hack 'my-ilisp-file-name-hack)) (add-hook 'ilisp-load-hook 'my-ilisp-load-setup) ---------------------------------------------------------------------- >Comment By: Bill Clementson (bill_clementson) Date: 2003-12-07 22:06 Message: Logged In: YES user_id=463744 Modified windows.html and .emacs to incorporate support for Corman Lisp v2.5. No changes have been made for xemacs as only Gnu Emacs is supported at this stage. ---------------------------------------------------------------------- Comment By: Bill Clementson (bill_clementson) Date: 2003-12-07 22:06 Message: Logged In: YES user_id=463744 Modified windows.html and .emacs to incorporate support for Corman Lisp v2.5. No changes have been made for xemacs as only Gnu Emacs is supported at this stage. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=848235&group_id=46815 |
From: SourceForge.net <no...@so...> - 2003-12-08 05:06:36
|
Bugs item #848235, was opened at 2003-11-24 05:04 Message generated for change (Comment added) made by bill_clementson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=848235&group_id=46815 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: d2003xx (d2003xx) Assigned to: Bill Clementson (bill_clementson) Summary: XEmacs/ilisp on windows, setup problem Initial Comment: (sorry if I post to wrong place) [XEmacs v21.4.14, ilisp v5.12.0, windows-xp] 1.Corman Lisp needs a hack to avoid hanging in ilisp: Open the file "C:\Program Files\Corman....\init.lisp", then remove or comment out this line (#3): (setf (current-directory) *cormanlisp-directory*) 2.The path problem, "\" is trimmed when ilisp sends commands containing filenames to clisp and cormanlisp. ex: "c:\lisp\a.lisp" becomes "c:lispa.lisp" in clisp/cormanlisp intepreter. Solution: add followings in ~/.xemacs/init.el (defun my-ilisp-file-name-hack (file-name) "Strip ange-ftp and cygwin pathnames prefixes for the native local lisp, AND CHANGE \ to /" (cond ((string-match "/.*?@.*:" file-name) (substring file-name (match-end 0))) ((not (eq system-type 'cygwin32)) file-name) ; verified on XEmacs ;; assume cygwin clisp on cygwin (X)Emacs ((eq ilisp-dialect 'clisp-hs) file-name) ;; => w32 path for non-cygwin lisps only. ((string-equal "/cygdrive/" (subseq file-name 0 10)) (concat (subseq file-name 10 11) ":" (subseq file-name 11))) (t file-name)) (while (string-match "\\" file-name) (setq file-name (replace-match "/" t nil file-name))) file-name) (defun my-ilisp-load-setup () (fset 'file-name-hack 'my-ilisp-file-name-hack)) (add-hook 'ilisp-load-hook 'my-ilisp-load-setup) ---------------------------------------------------------------------- >Comment By: Bill Clementson (bill_clementson) Date: 2003-12-07 22:06 Message: Logged In: YES user_id=463744 Modified windows.html and .emacs to incorporate support for Corman Lisp v2.5. No changes have been made for xemacs as only Gnu Emacs is supported at this stage. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=848235&group_id=46815 |
From: Bill C. <bil...@us...> - 2003-12-08 05:05:09
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Sun Dec 7 21:05:09 PST 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv30295 Modified Files: .emacs Log Message: Updated to support Corman Lisp v2.5. |
From: Bill C. <bil...@us...> - 2003-12-08 05:03:35
|
uid=76536(bill_clementson) gid=100(users) groups=100(users),4957(ilisp),47815(cl-cookbook) Sun Dec 7 21:03:35 PST 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv30123 Modified Files: windows.html CHANGELOG Log Message: Added support for Corman Lisp v2.5. |
From: SourceForge.net <no...@so...> - 2003-12-08 04:45:40
|
Support Requests item #612276, was opened at 2002-09-20 13:55 Message generated for change (Comment added) made by bill_clementson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447473&aid=612276&group_id=46815 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Bill Clementson (bill_clementson) 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... ---------------------------------------------------------------------- >Comment By: Bill Clementson (bill_clementson) Date: 2003-12-07 21:45 Message: Logged In: YES user_id=463744 This is already fixed in cvs ilisp. The replace-in-string function is an xemacs funciton only and the replace that is being done in completer-file is not necessary in gnu emacs. ---------------------------------------------------------------------- Comment By: Jeff Caldwell (jdcal) Date: 2003-03-09 08:54 Message: Logged In: YES user_id=727455 Add to .emacs ; From ; http://www.mail-archive.com/jd...@su.../msg05272.html (if (not (fboundp 'replace-in-string)) ;;; copied from gnus-util (Oort) (defun replace-in-string (string regexp newtext &optional literal) (let ((start 0) tail) (while (string-match regexp string start) (setq tail (- (length string) (match-end 0))) (setq string (replace-match newtext nil literal string)) (setq start (1- (- (length string) tail))))) string)) The 1- in the final setq start puts start at the last character of the replacement string. Trying to sub a char with itself loops. I haven't run into trouble with (setq start (- (length string) tail)) but ymmv. I haven't done the grand tour considering everything that might happen with a sub'd regexp. I think the if-not-boundp is just there in case the original function pops up from somewhere. If your .emacs is settled and you're going to depend upon this version of replace-in-string, you probably can remove the if. Jeff Caldwell ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447473&aid=612276&group_id=46815 |
From: SourceForge.net <no...@so...> - 2003-12-07 20:21:31
|
Bugs item #854462, was opened at 2003-12-05 01:30 Message generated for change (Settings changed) made by nhabedi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=854462&group_id=46815 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Edi Weitz (nhabedi) Summary: dead link to tarball on the frontpage Initial Comment: The link to the CVS tar ball (http://cvs.sourceforge.net/cvstarballs/cl-cookbook-cvsroot.tar.gz) linked from the http://cl-cookbook.sourceforge.net/ does not work. Martin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=854462&group_id=46815 |
From: Edi W. <nh...@us...> - 2003-12-07 20:21:13
|
uid=76419(nhabedi) gid=100(users) groups=100(users),47815(cl-cookbook) Sun Dec 7 12:21:13 PST 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv13585 Modified Files: index.html Log Message: Fixed bug [ 854462 ] dead link to tarball on the frontpage |
From: SourceForge.net <no...@so...> - 2003-12-07 20:16:47
|
Support Requests item #612276, was opened at 2002-09-20 21:55 Message generated for change (Settings changed) made by nhabedi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447473&aid=612276&group_id=46815 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Bill Clementson (bill_clementson) 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... ---------------------------------------------------------------------- Comment By: Jeff Caldwell (jdcal) Date: 2003-03-09 16:54 Message: Logged In: YES user_id=727455 Add to .emacs ; From ; http://www.mail-archive.com/jd...@su.../msg05272.html (if (not (fboundp 'replace-in-string)) ;;; copied from gnus-util (Oort) (defun replace-in-string (string regexp newtext &optional literal) (let ((start 0) tail) (while (string-match regexp string start) (setq tail (- (length string) (match-end 0))) (setq string (replace-match newtext nil literal string)) (setq start (1- (- (length string) tail))))) string)) The 1- in the final setq start puts start at the last character of the replacement string. Trying to sub a char with itself loops. I haven't run into trouble with (setq start (- (length string) tail)) but ymmv. I haven't done the grand tour considering everything that might happen with a sub'd regexp. I think the if-not-boundp is just there in case the original function pops up from somewhere. If your .emacs is settled and you're going to depend upon this version of replace-in-string, you probably can remove the if. Jeff Caldwell ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447473&aid=612276&group_id=46815 |
From: SourceForge.net <no...@so...> - 2003-12-07 20:12:52
|
Bugs item #770385, was opened at 2003-07-13 06:16 Message generated for change (Settings changed) made by nhabedi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=770385&group_id=46815 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Frederic Jolliton (fredcods) >Assigned to: Edi Weitz (nhabedi) Summary: internal-time-units-per-second not a function Initial Comment: In the page dates_and_times.html, the example show internal-time-units-per-second as an function, but is in fact an integer. Thus I think the example should be: * internal-time-units-per-second instead of: * (internal-time-units-per-second) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=770385&group_id=46815 |
From: Edi W. <nh...@us...> - 2003-12-07 20:12:01
|
uid=76419(nhabedi) gid=100(users) groups=100(users),47815(cl-cookbook) Sun Dec 7 12:12:01 PST 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv12110 Modified Files: dates_and_times.html Log Message: Fixed bug [ 770385 ] internal-time-units-per-second not a function |
From: SourceForge.net <no...@so...> - 2003-12-07 20:10:21
|
Bugs item #848235, was opened at 2003-11-24 13:04 Message generated for change (Settings changed) made by nhabedi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=848235&group_id=46815 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: d2003xx (d2003xx) >Assigned to: Bill Clementson (bill_clementson) Summary: XEmacs/ilisp on windows, setup problem Initial Comment: (sorry if I post to wrong place) [XEmacs v21.4.14, ilisp v5.12.0, windows-xp] 1.Corman Lisp needs a hack to avoid hanging in ilisp: Open the file "C:\Program Files\Corman....\init.lisp", then remove or comment out this line (#3): (setf (current-directory) *cormanlisp-directory*) 2.The path problem, "\" is trimmed when ilisp sends commands containing filenames to clisp and cormanlisp. ex: "c:\lisp\a.lisp" becomes "c:lispa.lisp" in clisp/cormanlisp intepreter. Solution: add followings in ~/.xemacs/init.el (defun my-ilisp-file-name-hack (file-name) "Strip ange-ftp and cygwin pathnames prefixes for the native local lisp, AND CHANGE \ to /" (cond ((string-match "/.*?@.*:" file-name) (substring file-name (match-end 0))) ((not (eq system-type 'cygwin32)) file-name) ; verified on XEmacs ;; assume cygwin clisp on cygwin (X)Emacs ((eq ilisp-dialect 'clisp-hs) file-name) ;; => w32 path for non-cygwin lisps only. ((string-equal "/cygdrive/" (subseq file-name 0 10)) (concat (subseq file-name 10 11) ":" (subseq file-name 11))) (t file-name)) (while (string-match "\\" file-name) (setq file-name (replace-match "/" t nil file-name))) file-name) (defun my-ilisp-load-setup () (fset 'file-name-hack 'my-ilisp-file-name-hack)) (add-hook 'ilisp-load-hook 'my-ilisp-load-setup) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=848235&group_id=46815 |
From: Edi W. <nh...@us...> - 2003-12-07 19:40:23
|
uid=76419(nhabedi) gid=100(users) groups=100(users),47815(cl-cookbook) Sun Dec 7 11:40:22 PST 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv6874 Modified Files: io.html Log Message: forgot <code> tags... |
From: Edi W. <nh...@us...> - 2003-12-07 19:37:18
|
uid=76419(nhabedi) gid=100(users) groups=100(users),47815(cl-cookbook) Sun Dec 7 11:37:17 PST 2003 Update of /cvsroot/cl-cookbook/cl-cookbook In directory sc8-pr-cvs1:/tmp/cvs-serv5898 Modified Files: CHANGELOG dates_and_times.html files.html functions.html hashes.html index.html io.html macros.html os.html packages.html pattern_matching.html process.html strings.html systems.html windows.html Log Message: "Fast Bulk I/O" entry Updated links to CLHS |
From: SourceForge.net <no...@so...> - 2003-12-05 00:30:11
|
Bugs item #854462, was opened at 2003-12-04 16:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=854462&group_id=46815 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: dead link to tarball on the frontpage Initial Comment: The link to the CVS tar ball (http://cvs.sourceforge.net/cvstarballs/cl-cookbook-cvsroot.tar.gz) linked from the http://cl-cookbook.sourceforge.net/ does not work. Martin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=854462&group_id=46815 |