1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Eli Zaretskii
17e4fb34cc (file-name-buffer-file-type-alist): Remove the files with ".dos" extension
from the list of binary files.
1997-09-24 08:50:49 +00:00
Geoff Voelker
f359fb79df (file-name-buffer-file-type-alist): Add more
extensions for binary files.
1997-09-02 23:52:43 +00:00
Richard M. Stallman
73b2c66423 (find-buffer-file-type): Don't check for untranslated file systems here.
(find-buffer-file-type-coding-system): For reading a file,
check for binary file, then text file, then existing file,
then whether file name is translated.
1997-09-01 17:04:41 +00:00
Geoff Voelker
99bf72f2ee Set default coding system to undecided-dos.
(find-buffer-file-type-coding-system):
For writing, use buffer-file-coding-system if set, otherwise
buffer-file-type.
(find-file-not-found-set-buffer-file-coding-system):
Renamed from find-file-not-found-set-buffer-file-type.
Set buffer-file-coding-system as well as buffer-file-type.
1997-08-17 01:49:50 +00:00
Geoff Voelker
7c621f7acd (find-buffer-file-type-coding-system,
find-buffer-process-coding-system): Remove second argument.
1997-07-22 21:49:49 +00:00
Geoff Voelker
f473b0ca64 (find-buffer-file-type-coding-system):
Use undecided-dos for dos-text file names.
Use undecided for non-existing untranslated file names.
1997-07-20 01:30:54 +00:00
Richard M. Stallman
dfbcdf5f5b (find-buffer-file-type-coding-system):
Use emacs-mule-dos for text file names; use undecided-dos
for the last resort (instead of emacs-mule-dos).
1997-07-19 03:27:19 +00:00
Richard M. Stallman
ee425fc3fc (find-buffer-file-type-coding-system)
(find-binary-process-coding-system, find-buffer-file-type-match):
New functions.

(find-buffer-file-type): Use find-buffer-file-type-match.
Add find-buffer-file-type-coding-system to file-coding-system-alist
as the default entry.
Add find-binary-process-coding-system to process-coding-system-alist
as the default entry.
1997-07-18 22:54:23 +00:00
Richard M. Stallman
60382faa3a (add-untranslated-filesystem)
(remove-untranslated-filesystem): Add interactive spec.
1997-05-20 18:51:22 +00:00
Geoff Voelker
b63f9ba137 Change uses of win32 to w32. 1997-01-20 01:07:48 +00:00
Geoff Voelker
b55edb6350 Use new file name dos-w32.el 1996-11-19 07:02:50 +00:00
Karl Heuer
f37fec3047 Comment change. 1996-09-17 21:38:17 +00:00
Richard M. Stallman
a750bcaada Initial revision 1996-09-01 17:09:21 +00:00