Lugaru's Epsilon
Programmer's
Editor

Context:
Epsilon User's Manual and Reference
   . . .
   General Concepts
      Buffer Concepts
      Window Concepts
      Epsilon's Screen Layout
      . . .
      The Menu Bar
   Commands by Topic
      . . .
      The Screen
      Buffers and Files
      Starting and Stopping Epsilon
         Session Files
         File Associations and DDE
         Sending Files to a Prior Session
         MS-Windows Integration Features
      Running Other Programs
      Repeating Commands
      . . .
   Command Reference
      abort
      about-epsilon
      alt-prefix
      . . .
      zoom-window
   . . .

Previous   Up    Next
Buffer List Editing  Commands by Topic   Session Files


Epsilon User's Manual and Reference > Commands by Topic >

Starting and Stopping Epsilon

You generally exit the editor with Ctrl-X Ctrl-Z, which runs the command exit-level. If in a recursive editing level, exit-level will not exit, but bring you back to the level that invoked the recursive edit. If you haven't saved all your files, Epsilon will display a list using bufed and ask if you really want to exit.

You may also use exit, Ctrl-X Ctrl-C, to exit the editor. It ignores any recursive editing levels. When given a numeric argument, Epsilon won't warn you about unsaved files, or write a session file (see the next section). It will simply exit immediately.

You can customize Epsilon's actions at startup by defining a hook function using EEL. See Starting and Finishing.

In Epsilon for Unix, an alternative to exiting Epsilon is to suspend it using the Alt-x suspend-epsilon command. This returns control to the shell that launched Epsilon. Use the shell's fg command to resume Epsilon. When Epsilon runs as an X program, this command instead minimizes Epsilon's window.

Standard bindings:

  Ctrl-X Ctrl-Z  exit-level
 Ctrl-X Ctrl-C  exit
   suspend-epsilon
 



Previous   Up    Next
Buffer List Editing  Commands by Topic   Session Files


Lugaru Copyright (C) 1984, 2020 by Lugaru Software Ltd. All rights reserved.