File packages-cvs-sumo-2002-09-19-comint.patch of Package xemacs-packages
--- packages/xemacs-packages/lisp/xemacs-base/comint.el 2002-08-30 18:56:48.000000000 +0200 +++ packages/xemacs-packages/lisp/xemacs-base/comint.el 2003-01-30 13:09:27.000000000 +0100 @@ -143,6 +143,12 @@ ;; comint-completion-autolist boolean completion behavior ;; comint-completion-recexact boolean ... +;; to use terminal type 'dumb' instead of 'emacs', system-uses-terminfo +;; must not be nil: +(defvar system-uses-terminfo t + "Non-nil means the system uses terminfo rather than termcap. +This variable can be used by terminal emulator packages.") + (defvar comint-prompt-regexp "^" "Regexp to recognise prompts in the inferior process. Defaults to \"^\", the null string at BOL.