comparison lisp/comint/comint.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 0293115a14e9
children e04119814345
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
1995 ;;; 1995 ;;;
1996 ;;; Commands like this are fine things to put in load hooks if you 1996 ;;; Commands like this are fine things to put in load hooks if you
1997 ;;; want them present in specific modes. 1997 ;;; want them present in specific modes.
1998 1998
1999 (defvar comint-completion-autolist nil 1999 (defvar comint-completion-autolist nil
2000 "*If non-nil, automatically list possiblities on partial completion. 2000 "*If non-nil, automatically list possibilities on partial completion.
2001 This mirrors the optional behavior of tcsh.") 2001 This mirrors the optional behavior of tcsh.")
2002 2002
2003 (defvar comint-completion-addsuffix t 2003 (defvar comint-completion-addsuffix t
2004 "*If non-nil, add a `/' to completed directories, ` ' to file names. 2004 "*If non-nil, add a `/' to completed directories, ` ' to file names.
2005 If a cons pair, it should be of the form (DIRSUFFIX . FILESUFFIX) where 2005 If a cons pair, it should be of the form (DIRSUFFIX . FILESUFFIX) where