/[emacs]/emacs/lisp/term.el
ViewVC logotype

Diff of /emacs/lisp/term.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.70 by lektu, Fri Jun 10 00:43:13 2005 UTC revision 1.71 by lektu, Thu Jun 16 16:11:46 2005 UTC
# Line 485  Line 485 
485    :group 'term)    :group 'term)
486    
487  (defvar term-prompt-regexp "^"  (defvar term-prompt-regexp "^"
488    "Regexp to recognise prompts in the inferior process.    "Regexp to recognize prompts in the inferior process.
489  Defaults to \"^\", the null string at BOL.  Defaults to \"^\", the null string at BOL.
490    
491  Good choices:  Good choices:
# Line 499  Good choices: Line 499  Good choices:
499  This is a good thing to set in mode hooks.")  This is a good thing to set in mode hooks.")
500    
501  (defvar term-delimiter-argument-list ()  (defvar term-delimiter-argument-list ()
502    "List of characters to recognise as separate arguments in input.    "List of characters to recognize as separate arguments in input.
503  Strings comprising a character in this list will separate the arguments  Strings comprising a character in this list will separate the arguments
504  surrounding them, and also be regarded as arguments in their own right (unlike  surrounding them, and also be regarded as arguments in their own right (unlike
505  whitespace).  See `term-arguments'.  whitespace).  See `term-arguments'.
# Line 3951  See `term-dynamic-complete-filename'.  R Line 3951  See `term-dynamic-complete-filename'.  R
3951    
3952  (defun term-replace-by-expanded-filename ()  (defun term-replace-by-expanded-filename ()
3953    "Dynamically expand and complete the filename at point.    "Dynamically expand and complete the filename at point.
3954  Replace the filename with an expanded, canonicalised and completed replacement.  Replace the filename with an expanded, canonicalized and completed replacement.
3955  \"Expanded\" means environment variables (e.g., $HOME) and `~'s are replaced  \"Expanded\" means environment variables (e.g., $HOME) and `~'s are replaced
3956  with the corresponding directories.  \"Canonicalised\" means `..'  and `.' are  with the corresponding directories.  \"Canonicalized\" means `..'  and `.' are
3957  removed, and the filename is made absolute instead of relative.  For expansion  removed, and the filename is made absolute instead of relative.  For expansion
3958  see `expand-file-name' and `substitute-in-file-name'.  For completion see  see `expand-file-name' and `substitute-in-file-name'.  For completion see
3959  `term-dynamic-complete-filename'."  `term-dynamic-complete-filename'."

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26