/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

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

revision 1.373 by dann, Mon Aug 15 21:29:32 2005 UTC revision 1.374 by eliz, Sat Aug 20 12:14:24 2005 UTC
# Line 446  You might also use mode hooks to specify Line 446  You might also use mode hooks to specify
446    :type 'string    :type 'string
447    :group 'compilation)    :group 'compilation)
448    
449    (defcustom compilation-disable-input t
450      "*If non-nil, send end-of-file as compilation process input.
451    This only affects platforms that support asynchronous processes (see
452    start-process); synchronous compilation processes never accept input."
453      :type 'boolean
454      :group 'compilation
455      :version "22.1")
456    
457  ;; A weak per-compilation-buffer hash indexed by (FILENAME . DIRECTORY).  Each  ;; A weak per-compilation-buffer hash indexed by (FILENAME . DIRECTORY).  Each
458  ;; value is a FILE-STRUCTURE as described above, with the car eq to the hash  ;; value is a FILE-STRUCTURE as described above, with the car eq to the hash
459  ;; key.  This holds the tree seen from root, for storing new nodes.  ;; key.  This holds the tree seen from root, for storing new nodes.
# Line 1022  Returns the compilation buffer created." Line 1030  Returns the compilation buffer created."
1030                                                         outbuf command))))                                                         outbuf command))))
1031                ;; Make the buffer's mode line show process state.                ;; Make the buffer's mode line show process state.
1032                (setq mode-line-process '(":%s"))                (setq mode-line-process '(":%s"))
1033                  (when compilation-disable-input
1034                    (process-send-eof proc))
1035                (set-process-sentinel proc 'compilation-sentinel)                (set-process-sentinel proc 'compilation-sentinel)
1036                (set-process-filter proc 'compilation-filter)                (set-process-filter proc 'compilation-filter)
1037                (set-marker (process-mark proc) (point) outbuf)                (set-marker (process-mark proc) (point) outbuf)

Legend:
Removed from v.1.373  
changed lines
  Added in v.1.374

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