| 648 | | back to the same Emacs session afterward. |
|---|
| 649 | | |
|---|
| 650 | | On systems which allow it, C-z "suspends" Emacs; that is, it returns |
|---|
| 651 | | to the shell but does not destroy the Emacs. In the most common |
|---|
| 652 | | shells, you can resume Emacs with the `fg' command or with `%emacs'. |
|---|
| 653 | | |
|---|
| 654 | | On systems which do not implement suspending, C-z creates a subshell |
|---|
| 655 | | running under Emacs to give you the chance to run other programs and |
|---|
| 656 | | return to Emacs afterward; it does not truly "exit" from Emacs. In |
|---|
| 657 | | this case, the shell command `exit' is the usual way to get back to |
|---|
| 658 | | Emacs from the subshell. |
|---|
| | 655 | back to the same Emacs session afterward. When Emacs is running on a |
|---|
| | 656 | text terminal, C-z "suspends" Emacs; that is, it returns to the shell |
|---|
| | 657 | but does not destroy the Emacs. In the most common shells, you can |
|---|
| | 658 | resume Emacs with the `fg' command or with `%emacs'. |
|---|