This project is mirrored from https://gitee.com/mirrors/slime.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 19 Apr, 2005 3 commits
-
-
Helmut Eller authored
-
Helmut Eller authored
-
Helmut Eller authored
its meaning 0.8.21.
-
- 18 Apr, 2005 6 commits
-
-
Helmut Eller authored
-
Helmut Eller authored
loaddefs and inf-lisp is not loaded. (That's the case in XEmacs.)
-
Helmut Eller authored
-
Helmut Eller authored
-
Peter Seibel authored
-
Peter Seibel authored
-
- 14 Apr, 2005 2 commits
-
-
Helmut Eller authored
-
Helmut Eller authored
-
- 09 Apr, 2005 5 commits
-
-
Helmut Eller authored
-
Helmut Eller authored
macros with a `call-with' functions to avoid some code bloat. (call-with-connection, maybe-call-with-io-redirection) (call-with-buffer-syntax): New functions. (interactive-eval): Use from-string instead of read-from-string to avoid problems whit *read-suppress*.
-
Helmut Eller authored
-
Helmut Eller authored
-
Helmut Eller authored
connection (and don't reuse an existing buffer even if it has a matching name). (slime-buffer-visible-p, slime-ir1-expand): Delete unused functions. Mark some others as unused, but leave them there because they are potentially useful.
-
- 07 Apr, 2005 4 commits
-
-
Helmut Eller authored
-
Helmut Eller authored
-
Helmut Eller authored
-
Helmut Eller authored
-
- 05 Apr, 2005 2 commits
-
-
Marco Baringer authored
any old frame at the top.
-
Marco Baringer authored
-
- 04 Apr, 2005 2 commits
-
-
Helmut Eller authored
-
Helmut Eller authored
-
- 03 Apr, 2005 5 commits
-
-
Helmut Eller authored
-
Helmut Eller authored
-
Helmut Eller authored
-
Helmut Eller authored
-
Helmut Eller authored
behavior of a terminal. (slime-with-output-end-mark, slime-repl-return) (slime-repl-send-input, slime-display-output-buffer): Use it (slime-lisp-implementation-version, slime-machine-instance): New connection variables. (slime-set-connection-info): Initialize them. (find-coding-system, check-coding-system, process-coding-system): Dummy functions for non-mule-XEmacsen.
-
- 01 Apr, 2005 11 commits
-
-
Luke Gorrie authored
description.
-
Luke Gorrie authored
-
Helmut Eller authored
-
Helmut Eller authored
slime-buffer-connection and slime-current-thread when create a fresh buffer.
-
Helmut Eller authored
spawn-worker-thread. (wrap-sldb-vars): New function. When evaluating a form in a frame, Allegro uses the "old" dynamic context, i.e., dynamic variables like *sldb-level* and the like are reset to the values in those frames. But if *sldb-level* is reset to 0, Emacs doesn't notice when a (recursive) error occurs while evaluating the form in the old frame. wrap-sldb-vars saves the debugger related variables to avoid such confusion. (eval-string-in-frame, pprint-eval-string-in-frame): Use it.
-
Helmut Eller authored
with lexical variables in the frame. Wrap an explicit LET around the form to get the similar behavior as in the other Lisps. (inspect-for-emacs (structure-object)): Remove structure related methods. It's already covered by the general case with allegro-inspect. (common-seperated-spec): Deleted
-
Luke Gorrie authored
-
Luke Gorrie authored
Removed a lot of really ugly reader-conditionalized code, much of it for archaic lisps (#+cltl2, #+lcl3.0, #+mcl1.3.2, etc).
-
Luke Gorrie authored
-
Luke Gorrie authored
SBCL sometimes gives (NIL). (source-path-stream-position): Use it.
-
Luke Gorrie authored
-