mit-scheme.git
25 years agoProcedure PROCESS-ENVIRONMENT-BIND moved from Edwin to here.
Chris Hanson [Mon, 1 Feb 1999 03:29:24 +0000 (03:29 +0000)]
Procedure PROCESS-ENVIRONMENT-BIND moved from Edwin to here.

25 years agoEliminate CONDITION-TYPE:SUBPROCESS-EXITED. Add options to specify
Chris Hanson [Mon, 1 Feb 1999 03:28:31 +0000 (03:28 +0000)]
Eliminate CONDITION-TYPE:SUBPROCESS-EXITED.  Add options to specify
buffer sizes.

25 years agoChange name: RUN-SYNCHRONOUS-PROCESS to RUN-SYNCHRONOUS-SUBPROCESS.
Chris Hanson [Sun, 31 Jan 1999 20:48:23 +0000 (20:48 +0000)]
Change name: RUN-SYNCHRONOUS-PROCESS to RUN-SYNCHRONOUS-SUBPROCESS.
Change calling convention of RUN-SYNCHRONOUS-SUBPROCESS and
RUN-SHELL-COMMAND to accept keyword arguments, and eliminate
MAKE-SUBPROCESS-CONTEXT.

25 years agoChange name: RUN-SYNCHRONOUS-PROCESS to RUN-SYNCHRONOUS-SUBPROCESS.
Chris Hanson [Sun, 31 Jan 1999 20:46:25 +0000 (20:46 +0000)]
Change name: RUN-SYNCHRONOUS-PROCESS to RUN-SYNCHRONOUS-SUBPROCESS.
Change calling convention of RUN-SYNCHRONOUS-SUBPROCESS and
RUN-SHELL-COMMAND to accept keyword arguments, and eliminate
MAKE-SUBPROCESS-CONTEXT.

25 years agoChange name: RUN-SYNCHRONOUS-PROCESS to RUN-SYNCHRONOUS-SUBPROCESS.
Chris Hanson [Sun, 31 Jan 1999 20:43:21 +0000 (20:43 +0000)]
Change name: RUN-SYNCHRONOUS-PROCESS to RUN-SYNCHRONOUS-SUBPROCESS.
Change calling convention of RUN-SYNCHRONOUS-SUBPROCESS and
RUN-SHELL-COMMAND to accept keyword arguments, and eliminate
MAKE-SUBPROCESS-CONTEXT.

25 years agoFix bug: when evaluate-in-inferior-repl true, and there's no repl
Chris Hanson [Sun, 31 Jan 1999 04:09:21 +0000 (04:09 +0000)]
Fix bug: when evaluate-in-inferior-repl true, and there's no repl
buffer, an command requiring evaluation would fail.

25 years agoFix thinko.
Chris Hanson [Sun, 31 Jan 1999 04:01:19 +0000 (04:01 +0000)]
Fix thinko.

25 years agoFix thinko. Change definition of RUN-SYNCHRONOUS-PROCESS so that it
Chris Hanson [Fri, 29 Jan 1999 22:58:29 +0000 (22:58 +0000)]
Fix thinko.  Change definition of RUN-SYNCHRONOUS-PROCESS so that it
returns the exit code of the subprocess.

25 years agoAdd support for running synchronous subprocesses outside of Edwin.
Chris Hanson [Fri, 29 Jan 1999 22:47:14 +0000 (22:47 +0000)]
Add support for running synchronous subprocesses outside of Edwin.

25 years agoInitial revision
Chris Hanson [Fri, 29 Jan 1999 22:45:54 +0000 (22:45 +0000)]
Initial revision

25 years agoFix thinko.
Chris Hanson [Fri, 29 Jan 1999 20:03:35 +0000 (20:03 +0000)]
Fix thinko.

25 years agoChange prompt history yet again. Now the history is copied before
Chris Hanson [Fri, 29 Jan 1999 05:33:57 +0000 (05:33 +0000)]
Change prompt history yet again.  Now the history is copied before
use, and the user's editing changes are remembered for each element in
the history.  When the user exits the minibuffer, all of the changes
are discarded.

Also: eliminate HISTORY-DEFAULT option; HISTORY-INDEX now subsumes
that role.

25 years agoEliminate use of HISTORY-DEFAULT prompt option.
Chris Hanson [Fri, 29 Jan 1999 05:17:18 +0000 (05:17 +0000)]
Eliminate use of HISTORY-DEFAULT prompt option.

25 years agoFix typo.
Chris Hanson [Fri, 29 Jan 1999 04:50:01 +0000 (04:50 +0000)]
Fix typo.

25 years agoFix thinko in history mechanism.
Chris Hanson [Thu, 28 Jan 1999 06:25:01 +0000 (06:25 +0000)]
Fix thinko in history mechanism.

25 years agoFix typo.
Chris Hanson [Thu, 28 Jan 1999 06:15:40 +0000 (06:15 +0000)]
Fix typo.

25 years agoUse new prompt history.
Chris Hanson [Thu, 28 Jan 1999 06:14:03 +0000 (06:14 +0000)]
Use new prompt history.

25 years agoHistory never sets prompt default except when explicitly instructed.
Chris Hanson [Thu, 28 Jan 1999 06:13:48 +0000 (06:13 +0000)]
History never sets prompt default except when explicitly instructed.

25 years agoHistory never sets prompt default except when explicitly instructed.
Chris Hanson [Thu, 28 Jan 1999 06:11:07 +0000 (06:11 +0000)]
History never sets prompt default except when explicitly instructed.

25 years agoHistory never sets prompt default except when explicitly instructed.
Chris Hanson [Thu, 28 Jan 1999 06:10:20 +0000 (06:10 +0000)]
History never sets prompt default except when explicitly instructed.

25 years agoUse new prompt-history mechanism.
Chris Hanson [Thu, 28 Jan 1999 06:03:23 +0000 (06:03 +0000)]
Use new prompt-history mechanism.

25 years agoFix how defaults are derived from history.
Chris Hanson [Thu, 28 Jan 1999 05:59:00 +0000 (05:59 +0000)]
Fix how defaults are derived from history.

25 years agoMake prompt history mechanism convenient: histories are specified by
Chris Hanson [Thu, 28 Jan 1999 05:44:51 +0000 (05:44 +0000)]
Make prompt history mechanism convenient: histories are specified by
symbols, and tracked automatically by the prompting code.

25 years agoChange RING-LIST to copy the value that it returns.
Chris Hanson [Thu, 28 Jan 1999 04:48:50 +0000 (04:48 +0000)]
Change RING-LIST to copy the value that it returns.

25 years agoBind eval-expression to M-: for compatibility with Emacs 19.
Chris Hanson [Thu, 28 Jan 1999 04:45:52 +0000 (04:45 +0000)]
Bind eval-expression to M-: for compatibility with Emacs 19.

25 years agoAdd USUAL-INTEGRATIONS declaration.
Chris Hanson [Thu, 28 Jan 1999 04:16:34 +0000 (04:16 +0000)]
Add USUAL-INTEGRATIONS declaration.

25 years agoChange to match new prompting code in Edwin 3.96.
Chris Hanson [Thu, 28 Jan 1999 04:01:08 +0000 (04:01 +0000)]
Change to match new prompting code in Edwin 3.96.

25 years agoRevamp of prompting code. New design supports keyword arguments to
Chris Hanson [Thu, 28 Jan 1999 04:00:18 +0000 (04:00 +0000)]
Revamp of prompting code.  New design supports keyword arguments to
most prompting procedures, to support options in an extensible way.
The new keyword options are used to implement a general history
mechanism, like that previously implemented by repeat-complex-command
(which is now implemented using the new mechanism).

This edit has made incompatible changes to the calling conventions of
the following procedures:

prompt-for-buffer-name
prompt-for-expression
prompt-for-pathname
prompt-for-pathname*
prompt-for-string
prompt-for-completed-string
prompt-for-string-table-name
prompt-for-string-table-value

25 years agoDon't quote description strings. Quoting precludes the use of
Chris Hanson [Thu, 28 Jan 1999 03:54:36 +0000 (03:54 +0000)]
Don't quote description strings.  Quoting precludes the use of
arbitrary expressions to compute the documentation.

25 years agoFix bug from last change: don't check file header when writing
Chris Hanson [Sat, 16 Jan 1999 06:32:51 +0000 (06:32 +0000)]
Fix bug from last change: don't check file header when writing
encrypted file, because the file might not exist.

25 years agoFix bug from last change: don't check file header when writing
Chris Hanson [Sat, 16 Jan 1999 06:04:29 +0000 (06:04 +0000)]
Fix bug from last change: don't check file header when writing
encrypted file, because the file might not exist.

25 years agoFix compiler warnings.
Chris Hanson [Thu, 14 Jan 1999 21:40:56 +0000 (21:40 +0000)]
Fix compiler warnings.

25 years agoImplement M-x view-password-file to allow a password to be looked up
Chris Hanson [Thu, 14 Jan 1999 21:38:02 +0000 (21:38 +0000)]
Implement M-x view-password-file to allow a password to be looked up
in public without revealing other passwords in the file.

25 years agoFix formatting error.
Chris Hanson [Thu, 14 Jan 1999 21:35:05 +0000 (21:35 +0000)]
Fix formatting error.

25 years agoInitial revision
Chris Hanson [Thu, 14 Jan 1999 21:30:55 +0000 (21:30 +0000)]
Initial revision

25 years agoFix binding: "home" key on PCs means beginning-of-line.
Chris Hanson [Thu, 14 Jan 1999 20:49:11 +0000 (20:49 +0000)]
Fix binding: "home" key on PCs means beginning-of-line.

25 years agoUse new BLOWFISH-FILE? predicate to test .bf files to see if they are
Chris Hanson [Thu, 14 Jan 1999 18:37:50 +0000 (18:37 +0000)]
Use new BLOWFISH-FILE? predicate to test .bf files to see if they are
encoded.

25 years agoAdd procedure BLOWFISH-FILE?.
Chris Hanson [Thu, 14 Jan 1999 18:35:23 +0000 (18:35 +0000)]
Add procedure BLOWFISH-FILE?.

25 years agoUse more specific condition for signalling "non-blowfish" files. This
Chris Hanson [Thu, 14 Jan 1999 18:28:32 +0000 (18:28 +0000)]
Use more specific condition for signalling "non-blowfish" files.  This
facilitates catching this error.

25 years agoFix PATHNAME-DEFAULT-MODE so that application of auto-mode-alist
Chris Hanson [Thu, 14 Jan 1999 18:25:09 +0000 (18:25 +0000)]
Fix PATHNAME-DEFAULT-MODE so that application of auto-mode-alist
ignores any encoding suffixes.

25 years agoAdd copyright statement.
Chris Hanson [Sat, 9 Jan 1999 03:37:25 +0000 (03:37 +0000)]
Add copyright statement.

25 years agoFix mis-attributed copyright statement. These files were written by
Chris Hanson [Sun, 3 Jan 1999 05:34:02 +0000 (05:34 +0000)]
Fix mis-attributed copyright statement.  These files were written by
me but attributed to FSF when they should have been attributed to MIT.

25 years agoFix version.
Chris Hanson [Sun, 3 Jan 1999 05:24:12 +0000 (05:24 +0000)]
Fix version.

25 years agoChange copyright to GPL.
Chris Hanson [Sat, 2 Jan 1999 06:48:57 +0000 (06:48 +0000)]
Change copyright to GPL.

25 years agoChange names of top-level /scheme directories.
Chris Hanson [Sat, 2 Jan 1999 06:35:54 +0000 (06:35 +0000)]
Change names of top-level /scheme directories.

25 years agoChange copyright to GPL.
Chris Hanson [Sat, 2 Jan 1999 06:19:10 +0000 (06:19 +0000)]
Change copyright to GPL.

25 years agoChange copyright to GPL.
Chris Hanson [Sat, 2 Jan 1999 06:11:34 +0000 (06:11 +0000)]
Change copyright to GPL.

25 years agoUnknown changes by Stephen Adams.
Chris Hanson [Sat, 2 Jan 1999 02:52:56 +0000 (02:52 +0000)]
Unknown changes by Stephen Adams.

25 years agoEnable disassembler.
Chris Hanson [Sat, 2 Jan 1999 02:51:52 +0000 (02:51 +0000)]
Enable disassembler.

25 years agoDon't stop news-article iteration for articles that are no longer
Chris Hanson [Thu, 31 Dec 1998 04:32:33 +0000 (04:32 +0000)]
Don't stop news-article iteration for articles that are no longer
available; continue the iteration.

25 years agoAdd ability to specify a proxy for a NNTP server.
Chris Hanson [Thu, 31 Dec 1998 04:25:04 +0000 (04:25 +0000)]
Add ability to specify a proxy for a NNTP server.

25 years agoImplement variable news-group-cache-policy to control disk cacheing of
Chris Hanson [Tue, 29 Dec 1998 04:09:50 +0000 (04:09 +0000)]
Implement variable news-group-cache-policy to control disk cacheing of
news-group information.

25 years agoImplement variable news-group-cache-policy to control disk cacheing of
Chris Hanson [Tue, 29 Dec 1998 04:08:17 +0000 (04:08 +0000)]
Implement variable news-group-cache-policy to control disk cacheing of
news-group information.

25 years agoChange news-group formatting once more -- this time to give the
Chris Hanson [Tue, 29 Dec 1998 02:35:29 +0000 (02:35 +0000)]
Change news-group formatting once more -- this time to give the
author's name a constant amount of space and expand the subject to
fill any remaining space.

25 years agoChange news-group-truncate-subject variable to allow truncation
Chris Hanson [Fri, 25 Dec 1998 05:50:00 +0000 (05:50 +0000)]
Change news-group-truncate-subject variable to allow truncation
proportional to the width of the buffer.  Define new procedures
BUFFER-X-SIZE and MARK-X-SIZE.

25 years agoFix typo in info-directory-list documentation string.
Chris Hanson [Thu, 17 Dec 1998 08:04:05 +0000 (08:04 +0000)]
Fix typo in info-directory-list documentation string.

25 years agoImplement M-x insert-filename.
Chris Hanson [Wed, 9 Dec 1998 02:51:45 +0000 (02:51 +0000)]
Implement M-x insert-filename.

25 years agoFix bug: under specific conditions the closure analyzer could attempt
Chris Hanson [Fri, 4 Dec 1998 07:10:28 +0000 (07:10 +0000)]
Fix bug: under specific conditions the closure analyzer could attempt
to "undrift" a block to be a descendant of another block that was
already its ancestor.  This resulted in a SIGSEGV.  The bug is fixed,
and an error check inserted that will provide a more reasonable error
message should something similar happen.

25 years agoFix bug: under some circumstances a null completion message was being
Chris Hanson [Fri, 4 Dec 1998 05:07:27 +0000 (05:07 +0000)]
Fix bug: under some circumstances a null completion message was being
echoed in the minibuffer.

26 years agoChange USER-HOME-DIRECTORY to generate an error if it can't find the
Chris Hanson [Mon, 23 Nov 1998 06:27:23 +0000 (06:27 +0000)]
Change USER-HOME-DIRECTORY to generate an error if it can't find the
home directory.  This is what the unix version of this procedure does.

The reason for this change is that it will allow files whose names
begin with "~" to be referenced.  Such files are commonly generated by
some Windows installation programs.

26 years agoEliminate another file error in prompting.
Chris Hanson [Wed, 18 Nov 1998 03:57:47 +0000 (03:57 +0000)]
Eliminate another file error in prompting.

26 years agoEliminate another file error in prompting.
Chris Hanson [Wed, 18 Nov 1998 03:42:26 +0000 (03:42 +0000)]
Eliminate another file error in prompting.

26 years agoEliminate mistaken extra binding for C-c C-u in interaction mode.
Chris Hanson [Wed, 18 Nov 1998 03:32:14 +0000 (03:32 +0000)]
Eliminate mistaken extra binding for C-c C-u in interaction mode.

26 years agoAdd additional argument to PROMPT-FOR-COMPLETED-STRING that controls
Chris Hanson [Wed, 18 Nov 1998 03:18:08 +0000 (03:18 +0000)]
Add additional argument to PROMPT-FOR-COMPLETED-STRING that controls
whether the completion is case-insensitive; change callers to pass
this extra argument.  Redefine STRING-GREATEST-COMMON-PREFIX to be
case-sensitive, define STRING-GREATEST-COMMON-PREFIX-CI, and change
callers to use the appropriate version.

26 years agoEliminate various I/O errors that can occur during completion.
Chris Hanson [Wed, 18 Nov 1998 02:55:25 +0000 (02:55 +0000)]
Eliminate various I/O errors that can occur during completion.

26 years agoSpecial-case handling when the virtual/physical coordinate translation
Chris Hanson [Thu, 5 Nov 1998 01:10:11 +0000 (01:10 +0000)]
Special-case handling when the virtual/physical coordinate translation
uses a slope of zero or infinity.

26 years agoDo case-sensitive completion if *PARSER-CANONICALIZE-SYMBOLS?* is
Chris Hanson [Tue, 3 Nov 1998 05:53:36 +0000 (05:53 +0000)]
Do case-sensitive completion if *PARSER-CANONICALIZE-SYMBOLS?* is
false.

26 years agoGuarantee that *PARSER-CANONICALIZE-SYMBOLS?* is #T when loading
Chris Hanson [Tue, 3 Nov 1998 05:53:13 +0000 (05:53 +0000)]
Guarantee that *PARSER-CANONICALIZE-SYMBOLS?* is #T when loading
option files.

26 years agoChange X-GRAPHICS/READ-BUTTON to signal an error when the
Chris Hanson [Tue, 3 Nov 1998 05:38:18 +0000 (05:38 +0000)]
Change X-GRAPHICS/READ-BUTTON to signal an error when the
DELETE-WINDOW event is received.

26 years agoFix typo.
Chris Hanson [Fri, 23 Oct 1998 05:52:21 +0000 (05:52 +0000)]
Fix typo.

26 years agoFix formatting.
Chris Hanson [Fri, 23 Oct 1998 05:51:46 +0000 (05:51 +0000)]
Fix formatting.

26 years agoWhen completing commands, don't insert executable suffixes.
Chris Hanson [Fri, 23 Oct 1998 05:50:20 +0000 (05:50 +0000)]
When completing commands, don't insert executable suffixes.

26 years agoImplement OS/EXECUTABLE-PATHNAME-TYPES. Modify DOS/FIND-PROGRAM to
Chris Hanson [Fri, 23 Oct 1998 05:44:06 +0000 (05:44 +0000)]
Implement OS/EXECUTABLE-PATHNAME-TYPES.  Modify DOS/FIND-PROGRAM to
look in the same directory as the Scheme executable (Win32 only).

26 years agoImplement SCHEME-PROGRAM-NAME primitive. This returns (argv[0]).
Chris Hanson [Fri, 23 Oct 1998 05:35:51 +0000 (05:35 +0000)]
Implement SCHEME-PROGRAM-NAME primitive.  This returns (argv[0]).

26 years agoImplement SCHEME-PROGRAM-NAME primitive. This returns (argv[0]).
Chris Hanson [Fri, 23 Oct 1998 05:35:17 +0000 (05:35 +0000)]
Implement SCHEME-PROGRAM-NAME primitive.  This returns (argv[0]).

26 years agoImplement SCHEME-PROGRAM-NAME primitive. This returns (argv[0]).
Chris Hanson [Fri, 23 Oct 1998 05:34:16 +0000 (05:34 +0000)]
Implement SCHEME-PROGRAM-NAME primitive.  This returns (argv[0]).

26 years agoImplement GET-MODULE-FILE-NAME.
Chris Hanson [Fri, 23 Oct 1998 05:13:58 +0000 (05:13 +0000)]
Implement GET-MODULE-FILE-NAME.

26 years agoAdjust DOS/WINDOWS-TYPE to recognize Win98.
Chris Hanson [Fri, 23 Oct 1998 04:59:36 +0000 (04:59 +0000)]
Adjust DOS/WINDOWS-TYPE to recognize Win98.

26 years agoImprove command-line parser to recognize double-quoted arguments.
Chris Hanson [Thu, 22 Oct 1998 04:38:24 +0000 (04:38 +0000)]
Improve command-line parser to recognize double-quoted arguments.
This is necessary to support quoted long filenames as arguments.

26 years agoWork around unpleasant behavior in Windows 98.
Chris Hanson [Wed, 21 Oct 1998 07:52:13 +0000 (07:52 +0000)]
Work around unpleasant behavior in Windows 98.

26 years agoFix typo.
Chris Hanson [Wed, 21 Oct 1998 07:38:10 +0000 (07:38 +0000)]
Fix typo.

26 years agoUse GetVersionEx instead of GetVersion. The newer call provides more
Chris Hanson [Wed, 21 Oct 1998 04:43:33 +0000 (04:43 +0000)]
Use GetVersionEx instead of GetVersion.  The newer call provides more
detailed information and will recognize newer OS versions.

26 years agoGeneralize shell-prompt-pattern to allow standard Windows shell
Chris Hanson [Tue, 20 Oct 1998 05:56:37 +0000 (05:56 +0000)]
Generalize shell-prompt-pattern to allow standard Windows shell
prompt.

26 years agoMake sure that only namestrings are recorded in INFO-HISTORY.
Chris Hanson [Wed, 14 Oct 1998 00:31:17 +0000 (00:31 +0000)]
Make sure that only namestrings are recorded in INFO-HISTORY.

26 years agoFurther extend M-x news-output-article and M-x
Chris Hanson [Tue, 8 Sep 1998 04:12:59 +0000 (04:12 +0000)]
Further extend M-x news-output-article and M-x
news-output-article-to-rmail-file so that they accept a prefix
argument and operate on the next several articles.

26 years agoFix bug: when defining a command that is bound to a lower-case letter,
Chris Hanson [Tue, 8 Sep 1998 04:10:26 +0000 (04:10 +0000)]
Fix bug: when defining a command that is bound to a lower-case letter,
don't define the corresponding upper-case letter unless it is
undefined in the entire comtab chain.  Previously, the code only
looked at the current comtab and ignored the ancestor comtabs.

26 years ago* Fix bug: commands that update group message-count did not work in
Chris Hanson [Mon, 7 Sep 1998 07:10:04 +0000 (07:10 +0000)]
* Fix bug: commands that update group message-count did not work in
  "all-groups" and "new-groups" buffers.

* Extend M-x news-output-article and M-x
  news-output-article-to-rmail-file so that they work in news-group
  buffers as well as news-article buffers.

26 years agoImplement FILE-EXECUTABLE?, used by command-completion code in Edwin.
Chris Hanson [Sun, 6 Sep 1998 04:45:15 +0000 (04:45 +0000)]
Implement FILE-EXECUTABLE?, used by command-completion code in Edwin.
Rearrange file somewhat to make it better correspond to OS/2 file.

26 years agoFix typo.
Chris Hanson [Mon, 31 Aug 1998 04:19:32 +0000 (04:19 +0000)]
Fix typo.

26 years agoFix compiler warning.
Chris Hanson [Mon, 31 Aug 1998 04:18:19 +0000 (04:18 +0000)]
Fix compiler warning.

26 years agoInitial revision
Chris Hanson [Mon, 31 Aug 1998 04:15:00 +0000 (04:15 +0000)]
Initial revision

26 years agoImplement Webster commands.
Chris Hanson [Mon, 31 Aug 1998 04:14:51 +0000 (04:14 +0000)]
Implement Webster commands.

26 years agoUse new primitive to map given port numbers to network order.
Chris Hanson [Mon, 31 Aug 1998 04:02:22 +0000 (04:02 +0000)]
Use new primitive to map given port numbers to network order.

26 years agoImplement primitive to map socket port numbers from host to network
Chris Hanson [Mon, 31 Aug 1998 04:00:26 +0000 (04:00 +0000)]
Implement primitive to map socket port numbers from host to network
order.

26 years agoImplement primitive to map socket port numbers from host to network
Chris Hanson [Mon, 31 Aug 1998 03:57:49 +0000 (03:57 +0000)]
Implement primitive to map socket port numbers from host to network
order.

26 years agoFix two bugs in command completion: (1) completions list contained
Chris Hanson [Sun, 30 Aug 1998 02:43:59 +0000 (02:43 +0000)]
Fix two bugs in command completion: (1) completions list contained
wrong entries in some circumstances, and (2) command-completion
procedure not returning #T in all circumstances that it did
completion.

26 years agoImplement completion of commands.
Chris Hanson [Sun, 30 Aug 1998 02:07:05 +0000 (02:07 +0000)]
Implement completion of commands.

26 years agoRedefine COMINT-DYNAMIC-COMPLETE so that it tries a list of completion
Chris Hanson [Sun, 30 Aug 1998 01:52:39 +0000 (01:52 +0000)]
Redefine COMINT-DYNAMIC-COMPLETE so that it tries a list of completion
procedures, as in Emacs 19.  Fix bug in COMINT-LINE-START: used
current value of COMINT-PROMPT-REGEXP rather than the one for the
buffer being examined.

26 years agoErase message when inserting completion. That way,
Chris Hanson [Sun, 30 Aug 1998 01:50:29 +0000 (01:50 +0000)]
Erase message when inserting completion.  That way,
STANDARD-COMPLETION consistently writes something in the message area,
eradicating any previous message.

26 years agoIf the BackSpace keysym is received, and XLookupString has translated
Chris Hanson [Fri, 31 Jul 1998 07:40:23 +0000 (07:40 +0000)]
If the BackSpace keysym is received, and XLookupString has translated
it into ASCII backspace, substitute ASCII rubout instead.