Erik Naggum
|
e1dadc172e
|
(recover-file): Also recover new, unsaved files.
|
1995-12-06 11:59:55 +00:00 |
|
Richard M. Stallman
|
f76e0cd017
|
(auto-mode-alist): Don't purecopy the alist elts.
|
1995-11-29 21:18:05 +00:00 |
|
Karl Heuer
|
4147a3ccb5
|
(find-file-noselect): Respect the value of
find-file-visit-truename when FILENAME is a directory and
find-file-run-dired is non-nil.
|
1995-11-10 19:12:42 +00:00 |
|
Richard M. Stallman
|
d0fc03efcf
|
(set-auto-mode): If mode cmds move point, obey them.
|
1995-11-10 19:08:56 +00:00 |
|
Richard M. Stallman
|
2a47b4f5b4
|
(set-visited-file-name, basic-save-buffer):
Set buffer-file-number consistently with find-file-noselect.
|
1995-10-29 20:23:42 +00:00 |
|
Richard M. Stallman
|
8ccdc29ebc
|
(set-visited-file-name): Abbreviate buffer-file-name.
|
1995-10-24 22:14:39 +00:00 |
|
Richard M. Stallman
|
60eaf370b1
|
(find-alternate-file-other-window): New function.
|
1995-10-11 15:39:13 +00:00 |
|
Richard M. Stallman
|
5bcb027863
|
(recover-session): Use auto-save-list-file-prefix.
|
1995-10-04 19:42:04 +00:00 |
|
Richard M. Stallman
|
953a03b29c
|
(recover-session-finish): Ask only about files that
have auto-save files now. Don't put "temp" into temp file names.
|
1995-10-04 18:34:14 +00:00 |
|
Roland McGrath
|
2121cd9c03
|
(cd): Fix interactive spec to require match if there is no CDPATH.
|
1995-09-30 16:35:12 +00:00 |
|
Richard M. Stallman
|
d4f567a13b
|
(interpreter-mode-alist): Handle nawk.
|
1995-09-28 19:19:08 +00:00 |
|
Richard M. Stallman
|
baf9b8c4a3
|
(find-alternate-file): Kill any preexisting ` **lose**' buf.
|
1995-09-17 14:12:02 +00:00 |
|
Richard M. Stallman
|
d23e6f972b
|
(auto-mode-alist): .pl is now Perl.
|
1995-09-12 21:37:08 +00:00 |
|
Richard M. Stallman
|
bccfd93664
|
(auto-mode-alist): Handle .f90 files.
|
1995-09-02 16:36:41 +00:00 |
|
Richard M. Stallman
|
a513a2f85f
|
(list-directory): Set default-directory.
|
1995-08-30 16:01:39 +00:00 |
|
Richard M. Stallman
|
aaf1750122
|
(recover-session-finish): Catch erorr in recover-file.
|
1995-08-28 20:13:56 +00:00 |
|
Richard M. Stallman
|
1cc852cc96
|
(basic-save-buffer): Doc fix.
(after-save-hook): Add defvar.
|
1995-08-28 15:15:28 +00:00 |
|
Richard M. Stallman
|
4953086242
|
(basic-save-buffer): Call vc-after-save.
|
1995-08-22 19:06:19 +00:00 |
|
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 |
|