emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/files.texi


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/man/files.texi
Date: Wed, 14 Sep 2005 16:20:57 -0400

Index: emacs/man/files.texi
diff -c emacs/man/files.texi:1.115 emacs/man/files.texi:1.116
*** emacs/man/files.texi:1.115  Sun Aug 14 08:09:24 2005
--- emacs/man/files.texi        Wed Sep 14 20:20:55 2005
***************
*** 502,507 ****
--- 502,516 ----
  @code{mode-require-final-newline}.  By setting the latter variable,
  you can control how these modes handle final newlines.
  
+ @vindex write-region-inhibit-fsync
+   When Emacs saves a file to disk, it issues an @code{fsync} call to the
+ operating system to ensure that your data has indeed reached the media.
+ This is important for safety if the system crashes or in case of power
+ outage.  However, it can be disruptive on laptops using power saving
+ because it forces the system to spin up the drive each time you save a
+ file; the variable @code{write-region-inhibit-fsync} disables this
+ synchronization.  This may result in data loss, use with care!
+ 
  @menu
  * Backup::              How Emacs saves the old version of your file.
  * Interlocking::        How Emacs protects against simultaneous editing




reply via email to

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