Skip to content
Snippets Groups Projects
  1. Feb 15, 1992
  2. Dec 10, 1991
  3. Nov 18, 1991
  4. Oct 27, 1991
  5. Oct 21, 1991
    • chiles's avatar
      · 93a7e5bd
      chiles authored
      Changed DO-BLOCKS to DO-DEBUG-FUNCTION-BLOCKS for the built in DEFINDENT's.
      
      Added DEFINDENT's for the "WIRE" package.
      93a7e5bd
  6. Sep 27, 1991
  7. Jul 29, 1991
    • chiles's avatar
      · 5dcc71eb
      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.
      5dcc71eb
  8. Jul 09, 1991
    • chiles's avatar
      · 5191b189
      chiles authored
      Improved FLET/MACROLET hack to properly indent local definition forms.
      5191b189
  9. Jul 07, 1991
    • chiles's avatar
      · 8c8a2ff9
      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.
      8c8a2ff9
  10. Jun 26, 1991
    • chiles's avatar
      · 8a281fa3
      chiles authored
      Added DEFINDENT's for the "DEBUG-INTERNALS" interface.
      8a281fa3
  11. Jun 15, 1991
    • chiles's avatar
      · f586c65a
      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.
      f586c65a
  12. Jun 13, 1991
    • chiles's avatar
      · a79b6813
      chiles authored
      Added "Fill Lisp Comment Paragraph" to core.  This also works for strings,
      except for the first line of the string.
      a79b6813
  13. Feb 08, 1991
  14. Dec 10, 1990
  15. Jul 13, 1990
  16. May 30, 1990
  17. May 09, 1990
Loading