emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 22d1a17: ; * etc/NEWS: Mention 2 newly introduced v


From: Eli Zaretskii
Subject: [Emacs-diffs] master 22d1a17: ; * etc/NEWS: Mention 2 newly introduced variables.
Date: Tue, 05 Jan 2016 18:04:14 +0000

branch: master
commit 22d1a175aa4b33296a7f2fe0cde9a22333f4031d
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * etc/NEWS: Mention 2 newly introduced variables.
---
 etc/NEWS |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index d23c7fa..38b0d95 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,6 +29,24 @@ otherwise leave it unmarked.
 and Mac OS X machines.
 
 
+* Changes in Emacs 25.2
+
+** It is possible to disable attempted recovery on fatal signals
+
+Two new variables allow to disable attempts to recover from stack
+overflow and to avoid automatic auto-save when Emacs is delivered a
+fatal signal.  `attempt-stack-overflow-recovery', if set to `nil',
+will disable attempts to recover from C stack overflows; Emacs will
+then crash as with any other fatal signal.
+`attempt-orderly-shutdown-on-fatal-signal', if set to `nil', will
+disable attempts to auto-save the session and shut down in an orderly
+fashion when Emacs receives a fatal signal; instead, Emacs will
+terminate immediately.  Both variables are non-`nil' by default.
+These variables are for users who would like to avoid the small
+probability of data corruption due to techniques Emacs uses to recover
+in these situations.
+
+
 * Changes in Specialized Modes and Packages in Emacs 25.2
 
 ** File Notifications



reply via email to

[Prev in Thread] Current Thread [Next in Thread]