- Oct 19, 1991
-
-
ram authored
-
- Oct 18, 1991
-
-
ram authored
-
- Oct 12, 1991
-
-
chiles authored
Added a form to SERVER-DIED to clean up breakpoint-infos for that server.
-
- Oct 03, 1991
-
-
ram authored
-
- Oct 01, 1991
- Sep 27, 1991
-
-
wlott authored
because it deletes text.
-
- Sep 26, 1991
-
-
wlott authored
the new code.
-
- Sep 23, 1991
-
-
wlott authored
-
- Sep 10, 1991
-
-
wlott authored
run-program can have a chance to merge path: into it if necessary.
-
- Sep 04, 1991
- Sep 03, 1991
-
-
ram authored
-
- 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.
-
chiles authored
Added netnews.lisp
-
- Jul 26, 1991
- 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 22, 1991
- Jun 21, 1991
-
-
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.
-
- Jun 20, 1991
-
-
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
-
- Jun 17, 1991
-
-
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.
-
- 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.
-
chiles authored
Fixed problem where all process buffers got shell-filter streams, but only shells want these.
-
- Jun 14, 1991
-
-
chiles authored
Changed the value of "Process Output Stream" for shell-filter streams, these things that currently let us track the working directory of the shell. Added a DEFHVAR to MAKE-NEW-SHELL for "Current Working Directory".
-
- 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.
-
- Jun 10, 1991
- Jun 04, 1991
-
-
chiles authored
Fixed some syntax constants to make 8-bit chars work for Eric (our friend!).
-
- May 27, 1991
-
-
chiles authored
Added back interface EXT:MAKE-STREAM-COMMAND. This needs to be exported for TS-STREAM-ACCEPT-INPUT in the "ED" package.
-
chiles authored
Removed EXT::MAKE-STREAM-COMMAND from export list.
-
chiles authored
Added the following interface to the "EXTENSIONS" package: GET-STREAM-COMMAND STREAM-COMMAND STREAM-COMMAND-P STREAM-COMMAND-NAME STREAM-COMMAND-ARGS MAKE-STREAM-COMMAND
-
- May 26, 1991
-
-
ram authored
-
- May 21, 1991