Variable: inferior-scheme-filter-regexp

inferior-scheme-filter-regexp is a customizable variable defined in cmuscheme.el.gz.

Value

"\\`\\s *\\S ?\\S ?\\s *\\'"

Documentation

Input matching this regexp are not saved on the history list.

Defaults to a regexp ignoring all inputs of 0, 1, or 2 letters.

Source Code

;; Defined in /usr/src/emacs/lisp/cmuscheme.el.gz
(defcustom inferior-scheme-filter-regexp "\\`\\s *\\S ?\\S ?\\s *\\'"
  "Input matching this regexp are not saved on the history list.
Defaults to a regexp ignoring all inputs of 0, 1, or 2 letters."
  :type 'regexp)