1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

425 Commits

Author SHA1 Message Date
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
Kenichi Handa
a91733595d (insert-directory): Bind coding-system-for-write.
Don't encode filename here because call-process encodes the
arguments by codign-system-for-write.
1998-03-03 07:17:56 +00:00
Kenichi Handa
73ba53dc85 (insert-directory): Bind coding-system-for-read to
file-name-coding-system or default-file-name-coding-system if
enable-multibyte-characters is non-nil
1998-03-03 01:35:39 +00:00
Karl Heuer
4d49551aee (set-visited-file-name): Don't call backup-enable-predicate
when buffer-file-name is nil.
1998-02-27 22:13:26 +00:00
Karl Heuer
798f4b0a3e (auto-mode-alist): Add vhdl-mode. 1998-01-18 03:21:25 +00:00
Eli Zaretskii
9263121691 (delete-auto-save-files): Say in the doc string that
auto-save file will not be deleted if the buffer has unsaved
changes.
1998-01-07 09:41:30 +00:00
Richard M. Stallman
7b3d6b9c1a (find-file-noselect): Fix previous change. 1997-12-21 02:34:59 +00:00
Richard M. Stallman
944ef99444 (find-file-noselect): Signal error if file is unreadable. 1997-12-21 02:10:01 +00:00
Karl Heuer
3ad08c112c (auto-mode-alist): Add .am as makefile-mode. 1997-12-11 07:07:42 +00:00
Karl Heuer
ebff6b7d68 (auto-mode-alist): Add more extensions for perl-mode.
(interpreter-mode-alist): Add miniperl.
1997-11-23 02:13:26 +00:00
Karl Heuer
6492b55df7 (write-file): Make buffer writable if the new file is. 1997-11-20 22:00:57 +00:00
Karl Heuer
e0df3aef1f (rename-uniquely): Simplify. 1997-11-07 21:44:16 +00:00
Karl Heuer
5cb1f7280a (file-name-non-special): For insert-directory operation,
ensure that default-directory is an ordinary file name
before turning off file-name-handler-alist.
1997-10-19 21:02:27 +00:00
Karl Heuer
fe4d985204 (file-name-non-special): If "/:" is the entire file
name, make it "/" after stripping.
1997-10-19 20:34:22 +00:00
Karl Heuer
d6e8ea6f54 (basic-save-buffer): Set buffer-file-coding-system to
the coding system actually used for saving.
1997-10-19 20:20:15 +00:00
Karl Heuer
a0d809f20e (revert-without-query): Fix customize type. 1997-10-02 02:57:16 +00:00