Lugaru's Epsilon
Programmer's
Editor 14.04

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
         Sending Files to a Prior Instance
         MS-Windows Integration Features
      Running Other Programs
      Repeating Commands
      . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      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, write a session file (see the next section), record your current font settings, or similar things. It will simply exit immediately, returning the numeric argument as its exit code (instead of zero, returned for a normal exit).

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 X11 program, this command instead minimizes Epsilon's window.

Standard bindings:

  Ctrl-x Ctrl-z  exit-level
 Ctrl-x Ctrl-c  exit
   suspend-epsilon
 

Subtopics:

Session Files
Locating The Session File
File Associations
Sending Files to a Prior Instance
MS-Windows Integration Features
Running Epsilon via a Shortcut
The Open With Epsilon Shell Extension



Previous   Up    Next
Buffer List Editing  Commands by Topic   Session Files


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.