Skip to content
Snippets Groups Projects
  1. Dec 10, 1991
  2. Dec 06, 1991
  3. Nov 23, 1991
    • chiles's avatar
      · 2e834202
      chiles authored
      Deleted unused definitions that died when the new window group code went in.
      2e834202
  4. Nov 22, 1991
  5. Nov 18, 1991
  6. Nov 12, 1991
    • chiles's avatar
      · 8d4c1526
      chiles authored
      Fixed "Load File" to correspond with the manual by making it regard "Remote
      Compile File".  It was always going through RFS when it should do so
      conditionally.
      8d4c1526
  7. Nov 09, 1991
  8. Oct 30, 1991
  9. Oct 27, 1991
  10. Oct 25, 1991
  11. Oct 21, 1991
    • ram's avatar
      Changed flash-window and flash-border to do a display-finish-output in the · 7bcfb464
      ram authored
      middle, and changed flash-border to only do one flash.  For some reason, I had
      noticed recently that flash-border was working really terribly, and this eems
      to have fixed it.
      7bcfb464
    • 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
  12. Oct 19, 1991
  13. Oct 18, 1991
  14. Oct 12, 1991
    • chiles's avatar
      · 96d837c5
      chiles authored
      Added a form to SERVER-DIED to clean up breakpoint-infos for that server.
      96d837c5
  15. Oct 03, 1991
  16. Oct 01, 1991
  17. Sep 27, 1991
  18. Sep 26, 1991
  19. Sep 23, 1991
  20. Sep 10, 1991
  21. Sep 04, 1991
  22. Sep 03, 1991
  23. 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
    • chiles's avatar
      · 58095e30
      chiles authored
      Added netnews.lisp
      58095e30
  24. Jul 26, 1991
    • chiles's avatar
      · fabc7047
      chiles authored
      Modified MAKE-WINDOW to allow a proportion argument for its default behavior of
      splitting the current window.
      fabc7047
    • chiles's avatar
      · 3b3cf6fd
      chiles authored
      Changed ARRAY-ELEMENT-FROM-MARK to use AREF for the Netnews stuff.  I
      documented this to be an internal interface since a few other modes use it.
      3b3cf6fd
  25. Jul 09, 1991
    • chiles's avatar
      · 5191b189
      chiles authored
      Improved FLET/MACROLET hack to properly indent local definition forms.
      5191b189
  26. 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
  27. Jun 26, 1991
    • chiles's avatar
      · 8a281fa3
      chiles authored
      Added DEFINDENT's for the "DEBUG-INTERNALS" interface.
      8a281fa3
  28. Jun 22, 1991
    • chiles's avatar
      · 6a7cc613
      chiles authored
      Modified "Visit File" to issue a loud message whenever another buffer already
      contains the file visited.  The quiet message often went unnoticed defeating
      its purpose.
      6a7cc613
    • chiles's avatar
      · 29211df9
      chiles authored
      Added a doc string to HI:DIRECTORYP.
      29211df9
  29. Jun 21, 1991
    • chiles's avatar
      · 64e7125b
      chiles authored
      Removed the definitions of command-char-bits-limit, command-char-code-limit,
      KEY-CHAR-BITS, and KEY-CHAR-CODE.  These are no longer used anywhere in the
      system.
      64e7125b
  30. Jun 20, 1991
    • chiles's avatar
      · 40f6da62
      chiles authored
      "Shell Complete Filename" is a new command that attempts to complete the
      filename immediately before point.  The commands that start "Process" buffers
      with shells establish a stream with the shell that tries to track the current
      working directory of the shell.  It uses the variable "Current Working
      Directory" to do this.  For it to work, you should add the following to your
      .cshrc file:
         if ($term == emacs) then
            alias cd 'cd \!* ; echo ""`pwd`"/"'
            alias popd 'popd \!* ; echo ""`pwd`"/"'
            alias pushd 'pushd \!* ; echo ""`pwd`"/"'
         endif
      40f6da62
  31. Jun 17, 1991
    • chiles's avatar
      · 0d4f34d1
      chiles authored
      Fixed bug is handling shell-filter stream in MAKE-NEW-SHELL.  Output was going
      directly to the hemlock-output stream instead of the shell-filer stream.
      0d4f34d1
  32. 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
Loading