comparison lisp/comint/comint.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 131b0175ea99
children fe104dbd9147
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
1996 ;;; 1996 ;;;
1997 ;;; Commands like this are fine things to put in load hooks if you 1997 ;;; Commands like this are fine things to put in load hooks if you
1998 ;;; want them present in specific modes. 1998 ;;; want them present in specific modes.
1999 1999
2000 (defvar comint-completion-autolist nil 2000 (defvar comint-completion-autolist nil
2001 "*If non-nil, automatically list possiblities on partial completion. 2001 "*If non-nil, automatically list possibilities on partial completion.
2002 This mirrors the optional behavior of tcsh.") 2002 This mirrors the optional behavior of tcsh.")
2003 2003
2004 (defvar comint-completion-addsuffix t 2004 (defvar comint-completion-addsuffix t
2005 "*If non-nil, add a `/' to completed directories, ` ' to file names. 2005 "*If non-nil, add a `/' to completed directories, ` ' to file names.
2006 If a cons pair, it should be of the form (DIRSUFFIX . FILESUFFIX) where 2006 If a cons pair, it should be of the form (DIRSUFFIX . FILESUFFIX) where