Mercurial > hg > xemacs-beta
comparison lisp/comint/background.el @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 34a5b81f86ba |
children |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
61 (defcustom background-select nil | 61 (defcustom background-select nil |
62 "*If non-nil, background jobs' buffers are selected when they're started." | 62 "*If non-nil, background jobs' buffers are selected when they're started." |
63 :type 'boolean | 63 :type 'boolean |
64 :group 'background) | 64 :group 'background) |
65 | 65 |
66 ;;;###autoload | |
66 (defun background (command &optional buffer-name) | 67 (defun background (command &optional buffer-name) |
67 "Run COMMAND in the background like csh. | 68 "Run COMMAND in the background like csh. |
68 A message is displayed when the job starts and finishes. The buffer is in | 69 A message is displayed when the job starts and finishes. The buffer is in |
69 comint mode, so you can send input and signals to the job. The process object | 70 comint mode, so you can send input and signals to the job. The process object |
70 is returned if anyone cares. See also comint-mode and the variables | 71 is returned if anyone cares. See also comint-mode and the variables |