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

440 Commits

Author SHA1 Message Date
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
Richard M. Stallman
ddd64da9df (find-file-noselect-1): New function.
(find-file-noselect): If want to visit literally and buffer is
visited the ordinary way, or vice versa, ask user whether
to re-visit, or save and revisit.  Use find-file-noselect-1.
1998-06-09 02:49:43 +00:00
Karl Heuer
ca597f41ea (toggle-read-only): When exiting View mode, locally
set view-read-only to t so another toggle will re-enable View mode.
1998-06-03 14:37:00 +00:00
Richard M. Stallman
6a97049b56 (insert-directory): When WILDCARD is nil, expand ~ if necessary. 1998-05-22 03:24:28 +00:00
Eli Zaretskii
3096684711 (file-name-invalid-regexp): New variable, moved here from arc-mode.el 1998-05-21 14:26:10 +00:00
Richard M. Stallman
cdda8f47be (temporary-file-directory): Renamed from system-tmp-directory.
Value is now a directory name, not a file name.
1998-05-19 05:21:42 +00:00
Richard M. Stallman
c11032b95f (system-tmp-directory): New variable.
(recover-session-finish): Unmark the current line
so that the file being used for recovery will not get deleted.
1998-05-16 03:38:20 +00:00
Richard M. Stallman
0516edee5f (save-buffer-coding-system): New variable.
(basic-save-buffer-1): Obey it.
(basic-save-buffer): Set save-buffer-coding-system instead of
buffer-file-coding-system, if save-buffer-coding-system is already non-nil.
1998-05-11 01:33:54 +00:00
Richard M. Stallman
3b9ffb776b (set-auto-mode): When just-from-file-name is set, don't
actually switch modes if the new mode is the same as the current one.
1998-04-26 04:19:28 +00:00
Geoff Voelker
0627db9cd2 (path-separator): Delete variable. 1998-04-17 05:24:27 +00:00
Karl Heuer
26dd83e682 (find-file-noselect): Set buffer-file-coding-system
if RAWFILE.
1998-04-14 18:42:32 +00:00
Richard M. Stallman
04d807e6ce (hack-one-local-variable): Variables named ...-predicate are treated as risky.
(write-file): Omit directory part when making default file name.
1998-04-01 03:44:50 +00:00
Karl Heuer
2fa149b63f (find-file-noselect): Use set-buffer-multibyte
instead of setting enable-multibyte-characters.
1998-03-23 00:14:06 +00:00
Richard M. Stallman
b0d2a9e796 Delete junk accidentally left in buffer on 4 March. 1998-03-12 22:44:12 +00:00
Richard M. Stallman
19618231c3 (basic-save-buffer): Use save-current-buffer not save-excursion. 1998-03-05 04:00:53 +00:00
Richard M. Stallman
e13322a0d9 (auto-mode-alist): Recognize zone-mode. 1998-03-05 02:17:48 +00:00