- Feb 15, 1992
-
-
wlott authored
-
- Dec 10, 1991
-
-
ram authored
form before doing funny indentation.
-
- Nov 18, 1991
-
-
ram authored
"Lisp Indentation Local Definers", and also to recognize LABELS (as well as MACROLET and FLET.)
-
- Oct 27, 1991
-
-
wlott authored
highlight.lisp.
-
- Oct 21, 1991
-
-
chiles authored
Changed DO-BLOCKS to DO-DEBUG-FUNCTION-BLOCKS for the built in DEFINDENT's. Added DEFINDENT's for the "WIRE" package.
-
- Sep 27, 1991
-
-
wlott authored
because it deletes text.
-
- Jul 29, 1991
-
-
chiles authored
Modified "Fill Lisp Comment Paragraph" to fill strings with the appropriate indentation as a fill prefix. When invoked outside a comment or string, this fills contiguous lines with the same, non-empty intial whitespace. Before executing this last case, the command prompts for confirmation, but you can inhibit this prompting by setting "Fill Lisp Comment Paragraph Confirm" to nil. This last case is useful for filling long EXPORT lists or other length listings of symbols or indented text.
-
- Jul 09, 1991
-
-
chiles authored
Improved FLET/MACROLET hack to properly indent local definition forms.
-
- Jul 07, 1991
-
-
chiles authored
Commented LISP-INDENTATION to explain what it is looking for when it determines how to indent. Added LISP-INDENTATION-CHECK-FOR-LOCAL-DEF and used it in LISP-INDENTATION to check for FLET or MACROLET syntax, so we could correctly indent local definitions. They used to appear as normal forms in function call syntax, but now they indent as definitions.
-
- Jun 26, 1991
-
-
chiles authored
Added DEFINDENT's for the "DEBUG-INTERNALS" interface.
-
- Jun 15, 1991
-
-
chiles authored
Modified LISP-GENERIC-INDENTATION to check if the mark in was in a string context. If it is, then we return the column one greater than the opening double quote. Otherwise, we use the first preceding non-blank line's indentation. This fixes the problem with doc strings and ERROR strings which got indented respectively at the beginning of the line and under the paren for the ERROR call.
-
- Jun 13, 1991
-
-
chiles authored
Added "Fill Lisp Comment Paragraph" to core. This also works for strings, except for the first line of the string.
-
- Feb 08, 1991
-
-
ram authored
-
- Dec 10, 1990
-
-
ram authored
-
- Jul 13, 1990
- May 30, 1990
-
-
cvs2git authored
-
- May 09, 1990
-
-
ram authored
-