comparison lispref/os.texi @ 71812:8bf060af43d7

(Getting Out): Suspending is not allowed on Mac, either.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 12 Jul 2006 08:34:50 +0000
parents a6b7cfaf2ff5
children 61cb5aae3bc3
comparison
equal deleted inserted replaced
71811:0bddfb222bb6 71812:8bf060af43d7
525 525
526 Suspension is not useful with window systems, because the Emacs job 526 Suspension is not useful with window systems, because the Emacs job
527 may not have a parent that can resume it again, and in any case you can 527 may not have a parent that can resume it again, and in any case you can
528 give input to some other job such as a shell merely by moving to a 528 give input to some other job such as a shell merely by moving to a
529 different window. Therefore, suspending is not allowed when Emacs is using 529 different window. Therefore, suspending is not allowed when Emacs is using
530 a window system (X or MS Windows). 530 a window system (X, MS Windows, or Mac).
531 531
532 @defun suspend-emacs &optional string 532 @defun suspend-emacs &optional string
533 This function stops Emacs and returns control to the superior process. 533 This function stops Emacs and returns control to the superior process.
534 If and when the superior process resumes Emacs, @code{suspend-emacs} 534 If and when the superior process resumes Emacs, @code{suspend-emacs}
535 returns @code{nil} to its caller in Lisp. 535 returns @code{nil} to its caller in Lisp.