Mercurial > emacs
comparison etc/NEWS @ 99696:9977c453ce75
(confirm-nonexistent-file-or-buffer):
Rename from find-file-confirm-nonexistent-file.
(read-buffer-to-switch): Use it.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 18 Nov 2008 18:26:08 +0000 |
parents | b38023dc1ba8 |
children | 124fd13a2a38 |
comparison
equal
deleted
inserted
replaced
99695:b38023dc1ba8 | 99696:9977c453ce75 |
---|---|
497 | 497 |
498 *** The new command `set-file-modes' allows to set file's mode bits. | 498 *** The new command `set-file-modes' allows to set file's mode bits. |
499 The mode bits can be specified in symbolic notation, like with GNU | 499 The mode bits can be specified in symbolic notation, like with GNU |
500 Coreutils, in addition to an octal number. | 500 Coreutils, in addition to an octal number. |
501 +++ | 501 +++ |
502 *** If you set find-file-confirm-nonexistent-file to t, then C-x C-f | 502 *** Emacs requires confirmation before opening a non-existent file or buffer. |
503 requires confirmation before opening a non-existent file. | 503 You can recover the previous behavior by setting |
504 confirm-nonexistent-file-or-buffer to nil. | |
504 | 505 |
505 *** `next-error-recenter' specifies how next-error should recenter the | 506 *** `next-error-recenter' specifies how next-error should recenter the |
506 visited source file. Its value can be a number (for example, 0 for | 507 visited source file. Its value can be a number (for example, 0 for |
507 top line, -1 for bottom line), or nil for no recentering. | 508 top line, -1 for bottom line), or nil for no recentering. |
508 +++ | 509 +++ |