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)
Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.
|