Commit graph

1688 commits

Author SHA1 Message Date
Karl Heuer
e1ec01c2f1 (auto-mode-alist): Recognize ".exp" suffix. 1996-01-19 22:50:21 +00:00
Karl Heuer
628b603552 (auto-mode-alist): Use "\\`" instead of "^". 1996-01-17 19:14:20 +00:00
Richard M. Stallman
693f800dd6 (auto-mode-alist): Add sgml-mode and html-mode.
(write-contents-hooks): Doc fix.
1996-01-15 05:08:57 +00:00
Karl Heuer
f82966e4c0 (write-contents-hooks): Call make-variable-buffer-local.
Doc fix.
(local-write-file-hooks, write-file-hooks): Doc fixes.
1996-01-09 23:17:37 +00:00
Richard M. Stallman
d1194c856c (interpreter-mode-alist): Add most shells, with sh-mode.
Add tail, more, less, pg with text-mode.
(auto-mode-alist): Recognize extensions that indicate
shell scripts, as well as common init file names.
1996-01-05 02:34:37 +00:00
Karl Heuer
0225ae5eef (make-directory): Doc fix. 1996-01-04 23:34:55 +00:00
Richard M. Stallman
567c1ca939 (abbrev-file-name): Drive letter can go beyond `Z' under MS-DOS/Novell.
(auto-mode-alist): Support txt and txi like text and texi.
(backup-buffer): Use convert-standard-filename.
(basic-save-buffer-1): Make the name of the temporary file (where
precious files are saved) conform to MS-DOS 8+3 constraints.

(convert-standard-filename): New function.
1996-01-01 22:51:51 +00:00
Richard M. Stallman
4503dacb37 (make-auto-save-file-name): Make name always end in #,
i.e. overwrite third char in extension if required.
1995-12-29 03:36:35 +00:00
Richard M. Stallman
6f4983e6e6 (wildcard-to-regexp): New function.
(recover-session): Bind ls-lisp-support-shell-wildcards to t.
1995-12-28 19:24:16 +00:00
Richard M. Stallman
9a30563f92 (revert-buffer): New arg preserve-modes.
(after-find-file): New arg nomodes.
1995-12-25 21:05:31 +00:00
Roland McGrath
76d5492ba7 (save-some-buffers): Don't give message if we queried. 1995-12-24 09:25:19 +00:00
Richard M. Stallman
ac9650be4d (save-buffer): Doc fix. 1995-12-23 07:34:59 +00:00
Karl Heuer
066327aee3 (make-backup-file-name, backup-file-name-p): Use ~ even
on ms-dos.
1995-12-19 21:30:13 +00:00
Karl Heuer
600a5f71e6 (auto-mode-alist): Recognize .S and .asm extensions. 1995-12-19 20:28:26 +00:00
Karl Heuer
1540e4e9cc (set-auto-mode): Recognize `#!/bin/env INTERPRETER' hack. 1995-12-15 21:11:52 +00:00
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