- 25 May, 2012 1 commit
-
-
Stas Boukarev authored
width of the current frame, minibuffer can be in a separate frame with a different width. Patch by Greg Pfeil (lp#1004252).
-
- 23 May, 2012 1 commit
-
-
Christophe Rhodes authored
-
- 21 May, 2012 1 commit
-
-
Helmut Eller authored
* slime.el (slime-apropos-symbol, slime-apropos-label): New faces. (slime-print-apropos): Use them. Reported by: Daimrod <daimrod@gmail.com>
-
- 12 May, 2012 1 commit
-
-
Helmut Eller authored
-
- 11 May, 2012 3 commits
-
-
Helmut Eller authored
i.e. with-recursive-lock instead of with-mutex. * slime.el (sbcl-world-lock): New test.
-
Helmut Eller authored
Grab the world-lock instead. (condition-timed-wait): Use the :timeout argument.
-
Helmut Eller authored
* swank-sbcl.lisp (call-with-io-timeout): Deleted.
-
- 07 May, 2012 1 commit
-
-
Helmut Eller authored
SBCL should now also pass it. * slime.el (slime-test-macroexpansion=): New function. ([test] macroexpand): Use it.
-
- 06 May, 2012 7 commits
-
-
Helmut Eller authored
The :timeout arg doesn't seem ready for production use.
-
Helmut Eller authored
argument of sb-thread:condition-wait if supported.
-
Helmut Eller authored
one.
-
Helmut Eller authored
argument of excl:string-to-octets to nil.
-
Helmut Eller authored
* swank-sbcl.lisp (with-definition-source): New macro.
-
Helmut Eller authored
-
Helmut Eller authored
-
- 04 May, 2012 2 commits
-
-
Stas Boukarev authored
show information about type specifiers.
-
Nikodemus Siivola authored
-
- 03 May, 2012 6 commits
-
-
Stas Boukarev authored
-
Stas Boukarev authored
-
Stas Boukarev authored
:buffer-and-file locations, prefer buffer if the buffer exists. * swank-sbcl.lisp (definition-source-for-emacs): Send :buffer-and-file when both are available. (quit-lisp): Use sb-ext:exit when it's present.
-
Stas Boukarev authored
-
Stas Boukarev authored
:buffer, because the buffer can be killed in the mean time and the silly "No buffer named x.lisp" would be displayed.
-
Stas Boukarev authored
removed with-buffer-syntax.
-
- 02 May, 2012 1 commit
-
-
Stas Boukarev authored
(*find-definitions-left-trim*): New variables. ",:." and "#:" default values. (find-definitions-for-emacs): Trim names with using the above variables when a symbol is not found.
-
- 01 May, 2012 1 commit
-
-
Stas Boukarev authored
way. Reported by Max Mikhanosha.
-
- 27 Apr, 2012 1 commit
-
-
Nikodemus Siivola authored
-
- 24 Apr, 2012 2 commits
-
-
Douglas Crosher authored
-
Douglas Crosher authored
-
- 23 Apr, 2012 1 commit
-
-
Christophe Rhodes authored
I could write about how this is necessary given the reprogrammability of the CL reader, but honestly this is motivated by trying to get arglist display in the minibuffer for R. I'll be glad if this is useful for (real) Lisp programmers too.
-
- 20 Apr, 2012 4 commits
-
-
Juan Jose Garcia Ripoll authored
In swank-ecl.lisp, import compute-applicable-methods-using-classes when its fboundp (ECL 12.5.1 will provide it).
-
Nikodemus Siivola authored
Occasionally auto-flush thread could deadlock with a thread doing compilation: T1: grabs world-lock T2: decides to flush, grabs stream lock T1: needs to do output (compiler note, etc), waits on the stream lock T2: needs the world-lock for a while (PCL dispatch machinery setup, etc) *boink* This is an SBCL issue, no mistake about it -- but sorting out the world-lock handling is going to take a while, and sticking a deadline around the FINISH-OUTPUT call avoids the issue. In this iteration the change is limited to swank-sbcl.lisp, making it hopefully non-intrusive enough to stay in.
-
Nikodemus Siivola authored
-
Helmut Eller authored
* swank-mit-scheme.scm (swank:operator-arglist): Remove trailing newlines.
-
- 13 Apr, 2012 4 commits
-
-
Juan Jose Garcia Ripoll authored
-
Nikodemus Siivola authored
Not even if they appear where a lambda-list is expected. Makes TENTATIVE-DEFUN logic more correct for things like (define-foo name :option1 bar :option2 quux) which previously indented as (define-foo name :option1 bar :option2 quux) .
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
- 11 Apr, 2012 2 commits
-
-
Helmut Eller authored
the Unicode string.
-
Helmut Eller authored
the Unicode string.
-
- 10 Apr, 2012 1 commit
-
-
Stas Boukarev authored
(and (featurep 'emacs) (>= emacs-major-version 23)).
-