Richard M. Stallman
6cf85938f4
(auto-mode-alist): Turn on use of makefile-mode.
1995-08-22 19:03:41 +00:00
Richard M. Stallman
182891ef3d
(basic-save-buffer): Confirm for overwriting old file
...
when a file name is specified.
1995-08-19 17:01:27 +00:00
Richard M. Stallman
8909596294
(basic-save-buffer-1): Pass new arg to write-region.
1995-08-14 17:24:21 +00:00
Richard M. Stallman
40dfe94dc5
(insert-file-contents-literally): New function.
...
(find-file-noselect): Use it if new optional argument `rawfile' is non-nil.
1995-08-14 16:05:46 +00:00
Richard M. Stallman
945e196506
(recover-file): It's ok if the visited file doesn't exist.
...
(recover-session-finish): Compute "file name" from autosave file
if no visited file.
1995-08-13 16:48:13 +00:00
Richard M. Stallman
033ef863a8
(recover-session): Mention deletion is possible.
...
(recover-session-finish): Call dired-do-flagged-delete.
1995-08-01 23:34:53 +00:00
Richard M. Stallman
dac4ea74cc
(cd): When reading arg, use just directory as the default.
1995-07-30 07:02:13 +00:00
Richard M. Stallman
dbb12f2cf8
(file-name-sans-versions): Recognize version control version numbers.
1995-07-18 20:57:57 +00:00
Richard M. Stallman
f804f4e445
(auto-mode-alist): Recognize *.ads and *.adb as Ada specs and bodies.
1995-07-18 20:48:36 +00:00
Karl Heuer
c1fe251ace
(auto-mode-alist): Move .scm.[0-9] before nroff-mode.
...
Escape the second period.
1995-07-17 22:48:06 +00:00
Richard M. Stallman
1d3541803d
(auto-mode-alist): Make archive-mode the default for
...
.arc, .lzh, .zip, and .zoo files.
1995-06-29 22:37:56 +00:00
Richard M. Stallman
56969ea355
(buffer-file-truename): Duplicate definition deleted.
1995-06-21 23:19:47 +00:00
Simon Marshall
1ce7f68768
Corrected the comment from last change.
1995-06-15 07:04:00 +00:00
Simon Marshall
cc37a58ceb
Test for "" too; let it go to expand-file-name if it is equal.
1995-06-13 08:27:11 +00:00
Karl Heuer
4b7271c1a1
(file-precious-flag): Doc clarification.
1995-06-09 01:00:42 +00:00
Karl Heuer
560f4415ad
(file-precious-flag): Doc fix.
1995-06-07 20:45:11 +00:00
Karl Heuer
1c26a6f3af
(hack-local-variables-prop-line): Don't downcase var name.
1995-06-05 12:30:11 +00:00
Roland McGrath
80280bb74a
(multiple-recover-finish): Renamed to recover-session-finish.
...
(recover-session): Changed binding.
(recover-session-finish): Doc fix; rewritten using map-y-or-n-p.
1995-06-01 23:18:04 +00:00
Karl Heuer
5f76e7d492
(after-revert-hook, before-revert-hook): Add defvars.
1995-05-29 19:42:42 +00:00
Karl Heuer
ba5c8c9369
(revert-buffer): Save after-revert-hook (both local and
...
global values) before reverting, and run the saved values at the end.
1995-05-29 06:59:26 +00:00
Karl Heuer
b7d19f4a09
(find-file-noselect): In "file changed" messages,
...
mention buffer name if different from file name.
1995-05-29 06:54:09 +00:00
Karl Heuer
ec5533befb
(file-ownership-preserved-p): Fix typo in previous change.
1995-05-22 20:00:17 +00:00
Richard M. Stallman
306faa4228
(path-separator): Defined.
...
(parse-colon-path): Use path-separator.
(file-ownership-preserved-p): Don't bomb if file doesn't exist.
1995-05-15 22:22:25 +00:00
Richard M. Stallman
6598027d33
(recover-session): Renamed from multiple-recover.
1995-05-07 18:39:02 +00:00
Richard M. Stallman
4bc3d240cc
(set-auto-mode): If buffer has no file, use buffer name.
1995-05-01 15:49:09 +00:00
Richard M. Stallman
9aee539273
(multiple-recover, multiple-recover-finish): New commands.
1995-04-30 19:46:44 +00:00
Karl Heuer
3941fe2c64
(toggle-read-only, rename-uniquely): Use force-mode-line-update.
1995-04-25 22:22:21 +00:00
Richard M. Stallman
ed34f320f2
(rename-uniquely): Don't discard <NN> from end
...
if that is part of the visited file name.
1995-04-25 04:22:37 +00:00
Richard M. Stallman
40eb8038d9
(rename-uniquely): Strip suffix before rename.
1995-04-24 14:59:22 +00:00
Richard M. Stallman
fb69dfa50e
(set-auto-mode): If -*- spec doesn't set `mode:',
...
look for other ways of specifying major mode.
1995-04-16 03:20:40 +00:00
Karl Heuer
64ce1458ef
(set-auto-mode) [WINDOWSNT]: Match insensitive to case.
1995-04-12 03:10:46 +00:00
Richard M. Stallman
c2fb848831
(write-file): Default is ask for confirmation only interactively.
1995-04-10 04:49:13 +00:00
Karl Heuer
4891222c9e
(write-file): Fix arg count in call to y-or-n-p.
1995-04-06 19:25:20 +00:00
Karl Heuer
38832b4c51
(set-auto-mode): Fix previous change.
1995-04-03 21:37:39 +00:00
Richard M. Stallman
b20ff6d0b7
(inhibit-first-line-modes-suffixes): New variable.
...
(set-auto-mode): Use it.
(inhibit-first-line-modes-regexps): Use \\', not $.
1995-04-02 02:22:14 +00:00
Richard M. Stallman
108aa1b5f0
(insert-directory): Use \ before insert-directory-program
...
to ignore shell aliasing.
1995-03-31 01:56:18 +00:00
Richard M. Stallman
6b8b57db4a
(write-file): Query if file exists already.
1995-03-18 21:51:18 +00:00
Richard M. Stallman
65ee6096af
(revert-buffer): Doc fix.
1995-03-08 03:43:34 +00:00
Richard M. Stallman
78c793d117
(kill-emacs-query-functions): Doc fix.
1995-03-02 19:36:40 +00:00
Karl Heuer
e0867e9965
(revert-buffer): Use current-prefix-arg, not prefix-arg.
1995-02-28 06:24:08 +00:00
Richard M. Stallman
71679121fc
(auto-mode-alist): Fix problem in previous change.
1995-02-14 00:26:11 +00:00
Richard M. Stallman
c76a164af2
(auto-mode-alist): Add .cpp, .cxx, .hxx, .c++, .h++.
1995-02-11 04:50:55 +00:00
Richard M. Stallman
10f7c7fc29
(recover-file): Use ordinary `f' to read file name.
1995-02-10 06:29:31 +00:00
Roland McGrath
a641f9a11e
(not-modified): Doc fix.
1995-01-15 10:59:20 +00:00
Richard M. Stallman
ea9e39a024
(revert-buffer): Recompute buffer-file-truename.
1995-01-12 23:45:01 +00:00
Richard M. Stallman
eb650569ae
(find-backup-file-name): Run a file name handler.
...
(backup-buffer): Do nothing if backup-info is nil.
1995-01-12 21:05:07 +00:00
Richard M. Stallman
04eae66712
(auto-mode-alist): Add entries for .cls files, and for /drafts/.
1995-01-04 22:02:59 +00:00
Richard M. Stallman
c11a94fe53
(auto-mode-alist): Add entries for .cls files,
...
and for /drafts/. Put tex-mode and latex-mode in lower case.
(set-visited-file-name): Error if buffer is indirect.
(basic-save-buffer): For indirect buffer, save the base buffer.
(save-some-buffers): Ignore indirect buffers.
1994-12-31 07:49:59 +00:00
Richard M. Stallman
fb15c113b9
(save-buffers-kill-emacs): Fix backward test of value of
...
run-hook-with-args-until-failure.
1994-12-24 16:41:31 +00:00
Richard M. Stallman
1d517019a9
(hack-local-variables): Run hack-local-variables-hook.
...
(hack-local-variables-hook): New variable.
1994-12-15 12:36:03 +00:00