Commit graph

231 commits

Author SHA1 Message Date
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
Richard M. Stallman
fce47eeafe (ignored-local-variables): Mark it risky. 1994-12-13 13:44:20 +00:00
Karl Heuer
6054fcc645 (set-auto-mode): Don't get confused by anything ending in "mode:" which isn't
a mode spec.
1994-12-09 06:14:44 +00:00
Richard M. Stallman
dc554c3acc (backup-buffer): Use file-ownership-preserved-p. 1994-11-17 16:53:01 +00:00
Richard M. Stallman
c32d49e850 (abbreviate-file-name): Handle drive letters on windows-nt as on ms-dos. 1994-11-01 05:48:21 +00:00
Karl Heuer
a2e12c0c4d (find-file-noselect): Call set-buffer-major-mode here. 1994-10-27 22:34:21 +00:00
Richard M. Stallman
5a48c0b6c9 (buffer-file-truename): Doc fix. 1994-10-25 04:46:54 +00:00
Richard M. Stallman
116987ba62 (auto-mode-alist): Doc fix. 1994-10-19 00:08:18 +00:00
Richard M. Stallman
cae111fa0d (set-auto-mode): Discard versions from file name before
testing inhibit-first-line-modes-regexps.
1994-10-04 02:56:49 +00:00
Richard M. Stallman
fb145562db (file-truename): If name has no dir, use default-directory. 1994-10-02 20:10:39 +00:00
Richard M. Stallman
7a410cb5fb (save-buffers-kill-emacs): Fix previous change. 1994-10-01 21:07:33 +00:00
Richard M. Stallman
a4f5efdcea (save-buffers-kill-emacs): Use run-hook-with-args-until-failure.
(find-file-noselect): Use run-hook-with-args-until-success.
(after-find-file): Use run-hooks for find-file-hooks.
(basic-save-buffer): Use run-hook-with-args-until-success.
1994-09-30 20:47:37 +00:00
Richard M. Stallman
6672c42bd1 (hack-one-local-variable): Support safe-local-variable property.
(compile-command): Add safe-local-variable property.
1994-09-27 22:59:50 +00:00
Richard M. Stallman
b9952c2900 (auto-mode-alist): Handle ada-mode and icon-mode. 1994-09-24 05:02:49 +00:00
Richard M. Stallman
2aa8cc2dc5 (find-alternate-file): Confirm killing buffer only if it is visiting a file. 1994-09-24 01:27:46 +00:00
Richard M. Stallman
cb0cd91167 (file-ownership-preserved-p): New function. 1994-09-22 04:15:33 +00:00
Richard M. Stallman
6782610c40 (basic-save-buffer-1): If writing temp file fails
or a precious file, restore the old visited file modtime.
1994-09-20 04:27:40 +00:00
Richard M. Stallman
20b5d24c26 (file-name-sans-extension): New function. 1994-09-19 04:32:41 +00:00
Richard M. Stallman
f7d786d0cb (after-find-file-from-revert-buffer): Add defvar. 1994-08-28 07:37:42 +00:00
Richard M. Stallman
d7e133f709 (find-file-noselect): Improve "file changed" message. 1994-08-25 00:05:36 +00:00
Richard M. Stallman
e0ab8879e1 (after-find-file): New arg renamed to after-find-file-from-revert-buffer. 1994-08-17 21:46:05 +00:00
Richard M. Stallman
6bac44b29c (after-find-file): New arg from-revert-buffer.
(revert-buffer): Pass t for that.
1994-08-17 21:42:40 +00:00
Richard M. Stallman
b5a8e0fc22 (save-buffer): Unconditionally make a backup with 2 or
3 C-u's even if make-backup-files is nil.
1994-08-06 03:19:35 +00:00
Richard M. Stallman
b505828b09 (file-truename): Temporarily get rid of the
ange-ftp completion handler.
1994-07-29 03:45:49 +00:00
Richard M. Stallman
f4a0f59b01 (set-auto-mode): Shorten scope of case-fold-search binding.
(cd-absolute): Call file-name-as-directory first thing.

(basic-save-buffer-1): Ignore file-precious-flag
if the file's dir is not writable.
1994-07-27 18:55:38 +00:00