Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8c4a54e2
Commit
8c4a54e2
authored
Sep 14, 2005
by
Romain Francoise
Browse files
Add entry for write-region-inhibit-fsync.
parent
ccf61795
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+6
-0
No files found.
etc/ChangeLog
View file @
8c4a54e2
2005-09-14 Romain Francoise <romain@orebokech.com>
* NEWS: Add entry for write-region-inhibit-fsync.
2005-09-09 Kevin Ryde <user42@zip.com.au>
* MORE.STUFF: Update url for calculator.el.
...
...
etc/NEWS
View file @
8c4a54e2
...
...
@@ -617,6 +617,12 @@ supplied. This behavior is analogous to `write-file'.
controls whether or not the function `make-auto-save-file-name' will
attempt to construct a unique auto-save name (e.g. for remote files).
+++
*** The new option `write-region-inhibit-fsync' disables calls to fsync
in `write-region'. This can be useful on laptops to avoid spinning up
the hard drive upon each file save. Enabling this variable may result
in data loss, use with care.
+++
*** If the user visits a file larger than `large-file-warning-threshold',
Emacs asks for confirmation.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment