Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      bufed-width
      buffer-color-scheme
      buffer-not-saveable
      bufname
      bufnum
      . . .
   Changing Epsilon
   . . .

Previous   Up    Next
buffer-color-scheme  Variable Reference   bufname


Epsilon User's Manual and Reference > Variable Reference >

buffer-not-saveable: system buffer-specific variable

Default value: 0

Some buffers may have an associated file name but should never be automatically saved to that file name or counted as an unsaved file. Bits in this buffer-specific variable control this behavior. The 2 bit (NOSAVE_SESSION) says not to record the file in a session file before exiting Epsilon. The 4 bit (NOSAVE_AUTOSAVE) says not to autosave the file. The 8 bit (NOSAVE_SAVEALL) says that save-all-buffers should skip the file. The 16 bit (NOSAVE_WARN) says not to warn when exiting Epsilon if the file is marked as unsaved. The 32 bit (NOSAVE_BUFED) tells bufed not to list the file, but this only applies if its buffer name starts with - to mark it as a scratch buffer. The 1 bit (NOSAVE_ALL) is the same as specifying all the bits above.

Also see the force-save-as variable.

More info:

More File Primitives (Primitives)
New Buffer Primitives in Epsilon 10 (Changes from Older Versions)



Previous   Up    Next
buffer-color-scheme  Variable Reference   bufname


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