1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

455 Commits

Author SHA1 Message Date
Dave Love
f8b7c3516f (find-file): Doc fix. 1999-08-26 17:54:28 +00:00
Dave Love
67271658b3 (interpreter-mode-alist): Add make, guile, clisp.
(find-file): Doc fix.
1999-08-16 11:41:29 +00:00
Karl Heuer
114d3e869f Fix typo in copyright date. 1999-08-10 16:43:08 +00:00
Karl Heuer
c741ccc5c1 (after-find-file): Disable View mode if buffer is no
longer read-only.
1999-08-10 16:40:14 +00:00
Dave Love
11cfb745a2 (abbreviated-home-dir): Doc fix. 1999-07-29 21:50:47 +00:00
Karl Heuer
a7aa942a03 Comment fix. 1999-07-13 03:39:33 +00:00
Richard M. Stallman
2df32500ab (revert-buffer): Don't preserve point here.
(revert-buffer-insert-file-contents-function): Doc fix.
1999-07-05 22:49:45 +00:00
Karl Heuer
3078f066a2 (auto-mode-alist): Add pike-mode. 1999-06-22 22:43:36 +00:00
Karl Heuer
7f99999ab4 (write-file): When buffer is not already visiting a file,
don't put buffer name in the minibuffer, just make it the default.
Also handle just directory as arg usefully in that case.
1999-06-12 03:57:37 +00:00
Kenichi Handa
1e87edf5ef (recover-file): Recover buffer-file-coding-system. 1999-05-24 02:09:27 +00:00
Dave Love
9ab1910545 [from rms]
(find-file-noselect-1): Use abbreviate-file-name when setting
buffer-file-truename.
1999-05-14 09:46:38 +00:00
Karl Heuer
b120e7136d (find-file-noselect-1): If buffer-file-name has changed
after find-file-not-found-hooks runs, recompute the truename.
And don't use FILENAME after that point.
1999-04-29 20:28:43 +00:00
Andreas Schwab
18b0f8cf6e (file-expand-wildcards): Never consider .' and ..' a
wildcard match.  Fix regexp that tests if dirpart contains
wildcard characters.
1999-01-29 11:31:33 +00:00
Richard M. Stallman
5b8ed07bb4 (find-file): If find-file-noselect returns a list,
do switch-to-buffer on each element.
(find-file-other-window): Likewise for all but the first element.
(find-file-other-frame): Same.
(find-file-noselect): When we expand a wildcard, return a list of buffers.
1999-01-24 20:12:25 +00:00
Richard M. Stallman
243ce842ce (find-file-noselect): Do wildcard processing only
if new arg WILDCARDS is non-nil.
(find-file, find-file-other-window): New arg WILDCARDS.
Default it to non-nil if interactive.
(find-file-other-frame): Likewise.
(find-file-read-only): Likewise.
(find-file-read-only-other-window): Likewise.
(find-file-read-only-other-frame): Likewise.
1999-01-24 20:10:30 +00:00
Karl Heuer
481f215b5e (auto-save-hook): Defvar this. 1999-01-12 22:20:25 +00:00
Richard M. Stallman
c9afd87f08 (auto-mode-alist): Add sql-mode. 1999-01-11 13:55:15 +00:00
Richard M. Stallman
71a3bb4b1e (save-buffers-kill-emacs): Show the list of current
processes before prompting to kill them and exit.
1999-01-06 23:58:41 +00:00
Andreas Schwab
05e076c7ea (recover-session): Preserve point when inserting
explanation.
1999-01-04 11:57:27 +00:00
Richard M. Stallman
f91fe6045d (find-file-noselect): Let /: suppress wildcard matching.
Error if wildcard matches no files.
1999-01-03 15:03:32 +00:00
Richard M. Stallman
4db2a7dec9 (file-expand-wildcards): Handle wildcards in directory name.
Be careful about whether to return a relative file name,
and if so, relative to what directory.
1998-12-26 05:14:48 +00:00
Karl Heuer
c04e38a32f (after-find-file): Message fix. 1998-12-10 02:30:03 +00:00
Richard M. Stallman
abf16d5ee9 (hack-one-local-variable): Cope with non-file buffers. 1998-11-29 15:41:38 +00:00
Karl Heuer
aa5fcebf0d (hack-local-variables): Test local-enable-local-variables.
(hack-local-variables-prop-line): Likewise.
(set-auto-mode): Don't test local-enable-local-variables here.
(enable-local-variables): Doc fix.
(local-enable-local-variables): Doc fix.
(normal-mode): Doc fix.
1998-11-07 02:01:59 +00:00
Richard M. Stallman
d1f04130e0 (revert-buffer): Doc fix. 1998-11-01 08:46:04 +00:00
Richard M. Stallman
1554c03bdd (auto-mode-alist): Recognize .rpm files.
Also .spec and .mspec files.

(revert-buffer-internal-hook): Add defvar.
1998-10-20 18:48:06 +00:00
Richard M. Stallman
5de148a204 (find-file-wildcards): New option.
(find-file-noselect): Handle wild cards, if enabled.
(file-expand-wildcards): New function.
1998-10-16 19:20:55 +00:00
Richard M. Stallman
749d2ee6dd (save-buffer): Doc fix. 1998-10-08 02:20:26 +00:00
Karl Heuer
64e6dfad6b (find-file-noselect): Switch to the correct buffer
before checking find-file-literally, and allow non-nil non-t
rawfile params.
1998-10-06 23:27:28 +00:00
Karl Heuer
4e0c86509d Comment fix. 1998-10-06 23:22:48 +00:00
Karl Heuer
a2236dc611 (auto-mode-alist): Add snmp-mode patterns. 1998-08-27 15:26:46 +00:00
Andreas Schwab
edfc7f2558 (file-name-invalid-regexp): Fix regex for ms-dos without long file names. 1998-08-24 10:21:51 +00:00
Richard M. Stallman
d6046e457f (recover-session): Add leading space on added text lines. 1998-08-12 02:58:02 +00:00
Richard M. Stallman
d5637fa549 (auto-mode-alist): Escape dots in some regexps.
(auto-mode-alist): Fix previous change in sh-script regexps.
1998-08-01 19:02:22 +00:00
Kenichi Handa
d45da3e19c (auto-mode-alist): Fix regular expression error for sh-mode. 1998-07-26 14:04:41 +00:00
Dan Nicolaescu
823a266d9a *** empty log message *** 1998-07-25 00:19:51 +00:00
Richard M. Stallman
d5fe94cca8 (basic-save-buffer-2): New function.
(basic-save-buffer-1): Use basic-save-buffer-2,
after perhaps binding coding-system-for-write.
(save-buffer-coding-system): Make it a permanent local.
1998-07-24 10:43:29 +00:00
Dan Nicolaescu
271e0f2c6a *** empty log message *** 1998-07-24 04:36:09 +00:00
Richard M. Stallman
7af59a4c18 (auto-mode-alist): Recognize shell profiles without dirname. 1998-07-23 07:23:08 +00:00
Richard M. Stallman
7c35fb48ed (auto-mode-alist): Match .emacs with no directory. 1998-07-20 21:23:28 +00:00
Eli Zaretskii
9959c16e4f (file-name-invalid-regexp): Fix the part which handles colons in file names. 1998-07-15 10:21:04 +00:00
Richard M. Stallman
e73ec04be6 (find-file-noselect-1): Use kill-local-variable on
buffer-file-coding-system, instead of setting it.
(save-buffer): Doc fix.
(basic-save-buffer): Doc fix.
1998-07-12 03:14:44 +00:00
Andreas Schwab
e48807d140 (version-control, delete-old-versions,
require-final-newline, enable-local-variables, enable-local-eval):
Use `other' widget type.
1998-06-24 09:08:57 +00:00
Dave Love
86e0d95639 (auto-mode-alist): Map .xml to sgml-mode. 1998-06-23 17:45:10 +00:00
Richard M. Stallman
b296cbd4ab (find-file-noselect-1): Init buffer-file-coding-system
from default-buffer-file-coding-system.

(find-file-noselect-1): Return the buffer that is current
after after-find-file.
(find-file-noselect): Return whatever find-file-noselect-1 returns.
1998-06-23 15:49:54 +00:00
Eli Zaretskii
106a57a4cc (file-name-invalid-regexp): Add control characters for DOS/Windows
as they are disallowed by the filesystem there.
1998-06-14 15:34:02 +00:00
Richard M. Stallman
da09b92be7 (user-init-file): Default value now nil.
(local-enable-local-variables): New variable.
(set-auto-mode): Test it.
1998-06-13 06:17:13 +00:00
Richard M. Stallman
666c1d8bab (find-file-noselect): Delete unused local var `error'.
(find-file-noselect-1): Add local var `error'.
1998-06-13 04:44:32 +00:00
Richard M. Stallman
4dd9d86d22 (find-file-noselect): Use find-file-noselect-1
after "Save file and revisit literally? ".
1998-06-13 04:34:52 +00:00
Richard M. Stallman
03511cfdaa (null-device): New variable. 1998-06-09 02:52:41 +00:00