Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/TUTORIAL

    r4140 r4161  
    645645it kills the Emacs.) 
    646646 
     647If you are using a graphical display that supports multiple 
     648applications in parallel, you don't need any special command to move 
     649from Emacs to another application.  You can do this with the mouse or 
     650with window manager commands.  However, if you're using a text 
     651terminal which can only show one application at a time, you need to 
     652"suspend" Emacs to move to any other program. 
     653 
    647654C-z is the command to exit Emacs *temporarily*--so that you can go 
    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. 
     655back to the same Emacs session afterward.  When Emacs is running on a 
     656text terminal, C-z "suspends" Emacs; that is, it returns to the shell 
     657but does not destroy the Emacs.  In the most common shells, you can 
     658resume Emacs with the `fg' command or with `%emacs'. 
    659659 
    660660The time to use C-x C-c is when you are about to log out.  It's also