[slime-cvs] CVS slime
mkoeppe
mkoeppe at common-lisp.net
Wed Aug 29 01:08:43 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv10768
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
--- /project/slime/cvsroot/slime/ChangeLog 2007/08/28 22:26:25 1.1185
+++ /project/slime/cvsroot/slime/ChangeLog 2007/08/29 01:08:39 1.1186
@@ -1,11 +1,14 @@
2007-08-28 Matthias Koeppe <mkoeppe at mail.math.uni-magdeburg.de>
+ Fix user input type-ahead again (this change from 2007-08-25 got
+ lost). Testcase: Type (dotimes (i 5) (format t "Number ~A~%"
+ i) (sleep 1)) and then type ahead while the command is executing
+ and output arrives.
+
* slime.el (slime-repl-insert-prompt): Don't go to point-max but
- to slime-repl-input-start-mark if there is one. This fixes user
- input type-ahead again (this change from 2007-08-25 got lost).
- Testcase: Type (dotimes (i 5) (format t "Number ~A~%" i) (sleep
- 1)) and then type ahead while the command is executing and output
- arrives.
+ to slime-repl-input-start-mark if there is one.
+ (slime-repl-write-string): Insert a :repl-result before the
+ prompt, not at point-max. Update markers properly.
2007-08-29 Helmut Eller <heller at common-lisp.net>
More information about the slime-cvs
mailing list