- 21 Jul, 2006 4 commits
-
-
Troels Henriksen authored
when figuring out which operator to display the arglist for. This permits more intelligent display of arglists. For example (with "|" being point): (with-output-to-string (list |) ) Previously, Swine (and SLIME for that matter) would display the arglist for `list', despite the fact that point is really in the arguments for `with-output-to-string'. It it still not perfect, this, for example, confuses it: (with-input-from-string (with-output-to-string (list |)))
-
Troels Henriksen authored
buffers that were not the current buffer when the command loop started. A single undo operation still cannot undo for multiple buffers, however, so the user will have to manually invoke undo for each buffer.
-
Troels Henriksen authored
the original partial symbol.
-
Troels Henriksen authored
package. This fix is indicative of a larger problem.
-
- 20 Jul, 2006 1 commit
-
-
Troels Henriksen authored
-
- 11 Jul, 2006 2 commits
-
-
Troels Henriksen authored
-
Troels Henriksen authored
-
- 09 Jul, 2006 1 commit
-
-
Troels Henriksen authored
CLIMACS-COMMANDS package, added documentation strings to some package definitions to make it more clear what they (are supposed to) contain.
-
- 08 Jul, 2006 1 commit
-
-
Troels Henriksen authored
that are based on now-invalid assumptions. These will become part of a new set of tests once I have time.
-
- 07 Jul, 2006 3 commits
-
-
Troels Henriksen authored
editing.lisp (and CLIMACS EDITING) to base.lisp (and CLIMACS-BASE). * Reintroduced primitive, non-syntax-aware `previous-line' and `next-line' generic functions. * Moved `open-line' back to base.lisp and added a primitive `delete-line' function for deleting lines at a given mark. * Moved most of the character casing, tabyfying and indentation code back from editing.lisp to base.lisp. I'm still not sure it belongs there, but it will have to do for now.
-
Troels Henriksen authored
-
Troels Henriksen authored
-
- 06 Jul, 2006 1 commit
-
-
Troels Henriksen authored
-
- 05 Jul, 2006 1 commit
-
-
Troels Henriksen authored
syntax. Please report any breakage.
-
- 03 Jul, 2006 1 commit
-
-
Troels Henriksen authored
-
- 02 Jul, 2006 5 commits
-
-
Troels Henriksen authored
-
Troels Henriksen authored
-
Troels Henriksen authored
-
Troels Henriksen authored
-
Troels Henriksen authored
-
- 01 Jul, 2006 2 commits
-
-
Troels Henriksen authored
-
Troels Henriksen authored
-
- 29 Jun, 2006 1 commit
-
-
Troels Henriksen authored
-
- 13 Jun, 2006 2 commits
-
-
Troels Henriksen authored
-
Troels Henriksen authored
fixed bug in info-pane display code where buffers with long names would cause an error.
-
- 12 Jun, 2006 2 commits
-
-
Troels Henriksen authored
thread "paredit.lisp, regularization of motion commands, and more" on climacs-devel for full details). Breakage not found during testing, but still expected.
-
Troels Henriksen authored
-
- 06 Jun, 2006 1 commit
-
-
Troels Henriksen authored
-
- 05 Jun, 2006 2 commits
-
-
Troels Henriksen authored
strings in the Lisp syntax. I have not implemented a Fill Region command because it seemed to fit poorly within the way filling works in Climacs.
-
Troels Henriksen authored
elimination of infinite loops to proper handling of quote and backquote forms).
-
- 04 Jun, 2006 3 commits
-
-
Troels Henriksen authored
SLIME-like (ie. the current package is determined by the points position in the buffer). Also added `with-syntax-package' macro for easy determination of the package at point. Made `token-to-object' use this macro for determining which package to look up symbols in.
-
Troels Henriksen authored
parameter, not the info pane itself.
-
Troels Henriksen authored
function.
-
- 03 Jun, 2006 4 commits
-
-
David Murray authored
What Cursor Position)
-
Troels Henriksen authored
incompatible-lambda-list-error in OpenMCL.
-
Troels Henriksen authored
`incomplete-list-form' to highlight unmatched left parentheses.
-
Troels Henriksen authored
-
- 01 Jun, 2006 1 commit
-
-
Troels Henriksen authored
-
- 31 May, 2006 2 commits
-
-
Troels Henriksen authored
-
Troels Henriksen authored
-