Re: Some questions concerning buffers
Nicolas Neuss <[email protected]> 23 May 2003 15:40:48 +0200
| Newsgroups | gmane.lisp.ilisp.general |
|---|---|
| Organization | IWR |
| Message-ID | <[email protected]> |
Rolf Wester <[email protected]> writes: > 2. When I define the function > > (defun test () > (loop for i from 0 to 99 do > (loop for j from 0 below 3000 do (* j i)) do > (print i) (force-output *standard-output*))) I had the same problem and do not quite understand the solution you give on c.l.l. involving ilisp-*use-fsf-compliant-keybindings*. Do you mean to use the "-and-go" versions of evaluation and compilation functions? This works, but what if I want to remain in my sourc code window? In this case, the setting of the fsf-keybindings does not matter for me. I have an ugly solution which is to define a keyboard macro consisting of (eval-and-go & jumping back). If nobody posts a better solution I'll probably turn this into a function and set it to some key. Nicolas. ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge