- Dec 10, 1991
-
-
ram authored
form before doing funny indentation.
-
- Dec 06, 1991
-
-
wlott authored
so that char-pos will be reset to zero whenever the user presses enter.
-
- Nov 23, 1991
-
-
chiles authored
Deleted unused definitions that died when the new window group code went in.
-
- Nov 22, 1991
-
-
wlott authored
-
- Nov 18, 1991
-
-
ram authored
"Lisp Indentation Local Definers", and also to recognize LABELS (as well as MACROLET and FLET.)
-
- Nov 12, 1991
-
-
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.
-
- Nov 09, 1991
-
-
wlott authored
-
- Oct 30, 1991
-
-
wlott authored
was causing redisplay to flame out sometimes when font marks were used on the tty.
-
- Oct 27, 1991
-
-
wlott authored
highlight.lisp.
-
- Oct 25, 1991
-
-
wlott authored
components off the pathname if it wouldn't otherwise fit on the screen.
-
- Oct 21, 1991
-
-
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.
-
chiles authored
Changed DO-BLOCKS to DO-DEBUG-FUNCTION-BLOCKS for the built in DEFINDENT's. Added DEFINDENT's for the "WIRE" package.
-
- 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.
-