annotate lisp/mule/mule-files.el @ 222:aae4c8b01452

Added tag r20-4b9 for changeset 6c0ae1f9357f
author cvs
date Mon, 13 Aug 2007 10:10:03 +0200
parents 1f0dabaa0855
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
1 ;;; mule-files.el --- File I/O functions for XEmacs/Mule.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
2
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
3 ;; Copyright (C) 1992,93,94,95 Free Software Foundation, Inc.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
4 ;; Copyright (C) 1995 Amdahl Corporation.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
5 ;; Copyright (C) 1995 Sun Microsystems.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
6
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
7 ;; This file is part of XEmacs.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
8
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
9 ;; XEmacs is free software; you can redistribute it and/or modify it
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
10 ;; under the terms of the GNU General Public License as published by
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
11 ;; the Free Software Foundation; either version 2, or (at your option)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
12 ;; any later version.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
13
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
14 ;; XEmacs is distributed in the hope that it will be useful, but
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
15 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
17 ;; General Public License for more details.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
18
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
19 ;; You should have received a copy of the GNU General Public License
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
20 ;; along with XEmacs; see the file COPYING. If not, write to the
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
22 ;; Boston, MA 02111-1307, USA.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
23
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
24 ;;; Commentary:
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
25
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
26 ;;; Derived from mule.el in the original Mule but heavily modified
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
27 ;;; by Ben Wing.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
28
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
29 ;; 1997/3/11 modified by MORIOKA Tomohiko to sync with Emacs 20 API.
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
30
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
31 ;;; Code:
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
32
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
33 (setq-default buffer-file-coding-system 'iso-2022-8)
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
34 (put 'buffer-file-coding-system 'permanent-local t)
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
35
138
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 120
diff changeset
36 (define-obsolete-variable-alias
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 120
diff changeset
37 'file-coding-system
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 120
diff changeset
38 'buffer-file-coding-system)
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 120
diff changeset
39
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 120
diff changeset
40 (define-obsolete-variable-alias
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 120
diff changeset
41 'overriding-file-coding-system
6608ceec7cf8 Import from CVS: tag r20-2b3
cvs
parents: 120
diff changeset
42 'coding-system-for-read)
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
43
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
44 (defvar buffer-file-coding-system-for-read 'undecided
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
45 "Coding system used when reading a file.
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
46 This provides coarse-grained control; for finer-grained control, use
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
47 `file-coding-system-alist'. From a Lisp program, if you wish to
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
48 unilaterally specify the coding system used for one particular
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
49 operation, you should bind the variable `coding-system-for-read'
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
50 rather than setting this variable, which is intended to be used for
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
51 global environment specification.")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
52
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
53 (define-obsolete-variable-alias
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
54 'file-coding-system-for-read
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
55 'buffer-file-coding-system-for-read)
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
56
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
57 (defvar file-coding-system-alist
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
58 '(("\\.elc$" . (binary . binary))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
59 ("loaddefs.el$" . (binary . binary))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
60 ("\\.tar$" . (binary . binary))
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
61 ("TUTORIAL\\.hr$" . iso-8859-2)
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 207
diff changeset
62 ("TUTORIAL\\.pl$" . iso-8859-2)
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
63 ;; ("\\.\\(el\\|emacs\\|info\\(-[0-9]+\\)?\\|texi\\)$" . iso-2022-8)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
64 ;; ("\\(ChangeLog\\|CHANGES-beta\\)$" . iso-2022-8)
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents: 142
diff changeset
65 ("\\.\\(gz\\|Z\\)$" . binary)
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
66 ("/spool/mail/.*$" . convert-mbox-coding-system))
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
67 "Alist to decide a coding system to use for a file I/O operation.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
68 The format is ((PATTERN . VAL) ...),
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
69 where PATTERN is a regular expression matching a file name,
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
70 VAL is a coding system, a cons of coding systems, or a function symbol.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
71 If VAL is a coding system, it is used for both decoding and encoding
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
72 the file contents.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
73 If VAL is a cons of coding systems, the car part is used for decoding,
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
74 and the cdr part is used for encoding.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
75 If VAL is a function symbol, the function must return a coding system
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
76 or a cons of coding systems which are used as above.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
77
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
78 This overrides the more general specification in
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
79 `buffer-file-coding-system-for-read', but is overridden by
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
80 `coding-system-for-read'.")
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
81
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
82 (defun set-buffer-file-coding-system (coding-system &optional force)
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
83 "Set buffer-file-coding-system of the current buffer to CODING-SYSTEM.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
84 If optional argument FORCE (interactively, the prefix argument) is not
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
85 given, attempt to match the EOL type of the new coding system to
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
86 the current value of `buffer-file-coding-system'."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
87 (interactive "zFile coding system: \nP")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
88 (get-coding-system coding-system) ;; correctness check
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
89 (if (not force)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
90 (setq coding-system
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
91 (subsidiary-coding-system
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
92 coding-system
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
93 (coding-system-eol-type buffer-file-coding-system))))
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
94 (setq buffer-file-coding-system coding-system)
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
95 (redraw-modeline t))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
96
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
97 (define-obsolete-function-alias
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
98 'set-file-coding-system
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
99 'set-buffer-file-coding-system)
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
100
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
101 (defun set-buffer-file-coding-system-for-read (coding-system)
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
102 "Set the coding system used when reading in a file.
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
103 This is equivalent to setting the variable
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
104 `buffer-file-coding-system-for-read'. You can also use
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
105 `file-coding-system-alist' to specify the coding system for
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
106 particular files."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
107 (interactive "zFile coding system for read: ")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
108 (get-coding-system coding-system) ;; correctness check
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
109 (setq buffer-file-coding-system-for-read coding-system))
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
110
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
111 (define-obsolete-function-alias
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
112 'set-file-coding-system-for-read
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
113 'set-buffer-file-coding-system-for-read)
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
114
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
115 (defun set-default-buffer-file-coding-system (coding-system)
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
116 "Set the default value of `buffer-file-coding-system' to CODING-SYSTEM.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
117 The default value is used both for buffers without associated files
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
118 and for files with no apparent coding system (i.e. primarily ASCII).
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
119 See `buffer-file-coding-system' for more information."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
120 (interactive "zDefault file coding system: ")
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
121 (setq-default buffer-file-coding-system coding-system)
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
122 (redraw-modeline t))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
123
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
124 (define-obsolete-function-alias
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
125 'set-default-file-coding-system
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
126 'set-default-buffer-file-coding-system)
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
127
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
128 (defun find-file-coding-system-for-read-from-filename (filename)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
129 "Look up coding system to read a file in `file-coding-system-alist'.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
130 The return value will be nil (no applicable entry) or a coding system
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
131 object (the entry specified a coding system)."
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
132 (let ((alist file-coding-system-alist)
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
133 (found nil)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
134 (codesys nil))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
135 (let ((case-fold-search (eq system-type 'vax-vms)))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
136 (setq filename (file-name-sans-versions filename))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
137 (while (and (not found) alist)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
138 (if (string-match (car (car alist)) filename)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
139 (setq codesys (cdr (car alist))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
140 found t))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
141 (setq alist (cdr alist))))
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
142 (when codesys
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
143 (if (functionp codesys)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
144 (setq codesys (funcall codesys 'insert-file-contents filename))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
145 )
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
146 (cond ((consp codesys) (find-coding-system (car codesys)))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
147 ((find-coding-system codesys))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
148 ))))
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
149
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
150 (define-obsolete-function-alias
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
151 'find-file-coding-system-from-filename
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
152 'find-file-coding-system-for-read-from-filename)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
153
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
154 (defun find-file-coding-system-for-write-from-filename (filename)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
155 "Look up coding system to write a file in `file-coding-system-alist'.
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
156 The return value will be nil (no applicable entry) or a coding system
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
157 object (the entry specified a coding system)."
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
158 (let ((alist file-coding-system-alist)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
159 (found nil)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
160 (codesys nil))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
161 (let ((case-fold-search (eq system-type 'vax-vms)))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
162 (setq filename (file-name-sans-versions filename))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
163 (while (and (not found) alist)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
164 (if (string-match (car (car alist)) filename)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
165 (setq codesys (cdr (car alist))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
166 found t))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
167 (setq alist (cdr alist))))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
168 (when codesys
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
169 (if (functionp codesys)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
170 (setq codesys (funcall codesys 'write-region filename))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
171 )
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
172 (cond ((consp codesys) (find-coding-system (cdr codesys)))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
173 ((find-coding-system codesys))
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
174 ))))
112
48d667d6f17f Import from CVS: tag r20-1b8
cvs
parents: 110
diff changeset
175
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
176 (defun convert-mbox-coding-system (filename visit start end)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
177 "Decoding function for Unix mailboxes.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
178 Does separate detection and decoding on each message, since each
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
179 message might be in a different encoding."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
180 (let ((buffer-read-only nil))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
181 (save-restriction
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
182 (narrow-to-region start end)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
183 (goto-char (point-min))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
184 (while (not (eobp))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
185 (let ((start (point))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
186 end)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
187 (forward-char 1)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
188 (if (re-search-forward "^From" nil 'move)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
189 (beginning-of-line))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
190 (setq end (point))
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
191 (decode-coding-region start end 'undecided))))))
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
192
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
193 (defun find-coding-system-magic-cookie ()
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
194 "Look for the coding-system magic cookie in the current buffer.\n"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
195 "The coding-system magic cookie is the exact string\n"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
196 "\";;;###coding system: \" followed by a valid coding system symbol,\n"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
197 "somewhere within the first 3000 characters of the file. If found,\n"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
198 "the coding system symbol is returned; otherwise nil is returned.\n"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
199 "Note that it is extremely unlikely that such a string would occur\n"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
200 "coincidentally as the result of encoding some characters in a non-ASCII\n"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
201 "charset, and that the spaces make it even less likely since the space\n"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
202 "character is not a valid octet in any ISO 2022 encoding of most non-ASCII\n"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
203 "charsets."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
204 (save-excursion
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
205 (goto-char (point-min))
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
206 (or (and (looking-at "^-\\*-[^\n]*coding: \\([^ \t\n;]+\\);[^\n]*-\\*-")
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
207 (let ((codesys (intern (buffer-substring
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
208 (match-beginning 1)(match-end 1)))))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
209 (if (find-coding-system codesys) codesys)))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
210 ;; (save-excursion
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
211 ;; (let (start end)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
212 ;; (and (re-search-forward "^;+[ \t]*Local Variables:" nil t)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
213 ;; (setq start (match-end 0))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
214 ;; (re-search-forward "\n;+[ \t]*End:")
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
215 ;; (setq end (match-beginning 0))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
216 ;; (save-restriction
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
217 ;; (narrow-to-region start end)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
218 ;; (goto-char start)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
219 ;; (re-search-forward "^;;; coding: \\([^\n]+\\)$" nil t)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
220 ;; )
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
221 ;; (let ((codesys
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
222 ;; (intern (buffer-substring
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
223 ;; (match-beginning 1)(match-end 1)))))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
224 ;; (if (find-coding-system codesys) codesys))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
225 ;; )))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
226 (let ((case-fold-search nil))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
227 (if (search-forward
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
228 ";;;###coding system: " (+ (point-min) 3000) t)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
229 (let ((start (point))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
230 (end (progn
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
231 (skip-chars-forward "^ \t\n\r")
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
232 (point))))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
233 (if (> end start)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
234 (let ((codesys (intern (buffer-substring start end))))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
235 (if (find-coding-system codesys) codesys)))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
236 )))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
237 )))
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
238
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
239 (defun load (file &optional noerror nomessage nosuffix)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
240 "Execute a file of Lisp code named FILE.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
241 First tries FILE with .elc appended, then tries with .el,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
242 then tries FILE unmodified. Searches directories in load-path.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
243 If optional second arg NOERROR is non-nil,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
244 report no error if FILE doesn't exist.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
245 Print messages at start and end of loading unless
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
246 optional third arg NOMESSAGE is non-nil.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
247 If optional fourth arg NOSUFFIX is non-nil, don't try adding
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
248 suffixes .elc or .el to the specified name FILE.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
249 Return t if file exists."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
250 (let* ((filename (substitute-in-file-name file))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
251 (handler (find-file-name-handler filename 'load))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
252 (path nil))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
253 (if handler
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
254 (funcall handler 'load filename noerror nomessage nosuffix)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
255 (if (or (<= (length filename) 0)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
256 (null (setq path
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
257 (locate-file filename load-path
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
258 (and (not nosuffix) ".elc:.el:")))))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
259 (and (null noerror)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
260 (signal 'file-error (list "Cannot open load file" filename)))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
261 (let (__codesys__)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
262 (save-excursion
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
263 (set-buffer (get-buffer-create " *load*"))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
264 (erase-buffer)
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
265 (let ((buffer-file-coding-system-for-read 'no-conversion))
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
266 (insert-file-contents path nil 1 3001))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
267 (setq __codesys__ (find-coding-system-magic-cookie)))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
268 ;; use string= instead of string-match to keep match-data.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
269 (if (string= ".elc" (downcase (substring path -4)))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
270 ;; if reading a byte-compiled file and we didn't find
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
271 ;; a coding-system magic cookie, then use `binary'.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
272 ;; We need to guarantee that we never do autodetection
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
273 ;; on byte-compiled files because confusion here would
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
274 ;; be a very bad thing. Pre-existing byte-compiled
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
275 ;; files are always in the `binary' coding system.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
276 ;; Also, byte-compiled files always use `lf' to terminate
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
277 ;; a line; don't risk confusion here either.
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
278 (or __codesys__
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
279 (setq __codesys__ 'binary))
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
280 ;; otherwise use `buffer-file-coding-system-for-read', as normal
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
281 ;; #### need to do some looking up in
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
282 ;; #### file-coding-system-alist!
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
283 (or __codesys__
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
284 (setq __codesys__
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
285 (or (find-file-coding-system-for-read-from-filename
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
286 file)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
287 buffer-file-coding-system-for-read)))
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
288 )
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
289 ;; now use the internal load to actually load the file.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
290 (load-internal file noerror nomessage nosuffix __codesys__))))))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
291
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
292 (defvar insert-file-contents-access-hook nil
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
293 "A hook to make a file accessible before reading it.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
294 `insert-file-contents' calls this hook before doing anything else.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
295 Called with two arguments: FILENAME and VISIT, the same as the
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
296 corresponding arguments in the call to `insert-file-contents'.")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
297
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
298 (defvar insert-file-contents-pre-hook nil
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
299 "A special hook to decide the coding system used for reading in a file.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
300
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
301 Before reading a file, `insert-file-contents' calls the functions on
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
302 this hook with arguments FILENAME and VISIT, the same as the
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
303 corresponding arguments in the call to `insert-file-contents'. In
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
304 these functions, you may refer to the global variable
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
305 `buffer-file-coding-system-for-read'.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
306
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
307 The return value of the functions should be either
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
308
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
309 -- nil
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
310 -- A coding system or a symbol denoting it, indicating the coding system
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
311 to be used for reading the file
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
312 -- A list of two elements (absolute pathname and length of data inserted),
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
313 which is used as the return value to `insert-file-contents'. In this
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
314 case, `insert-file-contents' assumes that the function has inserted
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
315 the file for itself and suppresses further reading.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
316
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
317 If any function returns non-nil, the remaining functions are not called.")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
318
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
319 (defvar insert-file-contents-error-hook nil
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
320 "A hook to set `buffer-file-coding-system' when a read error has occurred.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
321
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
322 When a file error (e.g. nonexistent file) occurs while read a file,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
323 `insert-file-contents' calls the functions on this hook with three
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
324 arguments: FILENAME and VISIT (the same as the corresponding arguments
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
325 in the call to `insert-file-contents') and a cons (SIGNALED-CONDITIONS
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
326 . SIGNAL-DATA).
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
327
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
328 After calling this hook, the error is signalled for real and
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
329 propagates to the caller of `insert-file-contents'.")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
330
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
331 (defvar insert-file-contents-post-hook nil
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
332 "A hook to set `buffer-file-coding-system' for the current buffer.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
333
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
334 After successful reading, `insert-file-contents' calls the functions
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
335 on this hook with four arguments: FILENAME and VISIT (the same as the
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
336 corresponding arguments in the call to `insert-file-contents'),
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
337 CODING-SYSTEM (the actual coding system used to decode the file), and
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
338 a cons of absolute pathname and length of data inserted (the same
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
339 thing as will be returned from `insert-file-contents').")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
340
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
341 (defun insert-file-contents (filename &optional visit beg end replace)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
342 "Insert contents of file FILENAME after point.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
343 Returns list of absolute file name and length of data inserted.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
344 If second argument VISIT is non-nil, the buffer's visited filename
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
345 and last save file modtime are set, and it is marked unmodified.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
346 If visiting and the file does not exist, visiting is completed
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
347 before the error is signaled.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
348
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
349 The optional third and fourth arguments BEG and END
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
350 specify what portion of the file to insert.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
351 If VISIT is non-nil, BEG and END must be nil.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
352 If optional fifth argument REPLACE is non-nil,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
353 it means replace the current buffer contents (in the accessible portion)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
354 with the file contents. This is better than simply deleting and inserting
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
355 the whole thing because (1) it preserves some marker positions
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
356 and (2) it puts less data in the undo list.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
357
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
358 NOTE: When Mule support is enabled, the REPLACE argument is
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
359 currently ignored.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
360
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
361 The coding system used for decoding the file is determined as follows:
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
362
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 86
diff changeset
363 1. `coding-system-for-read', if non-nil.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
364 2. The result of `insert-file-contents-pre-hook', if non-nil.
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
365 3. The matching value for this filename from
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
366 `file-coding-system-alist', if any.
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
367 4. `buffer-file-coding-system-for-read', if non-nil.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
368 5. The coding system 'no-conversion.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
369
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
370 If a local value for `buffer-file-coding-system' in the current buffer
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
371 does not exist, it is set to the coding system which was actually used
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
372 for reading.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
373
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
374 See also `insert-file-contents-access-hook',
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
375 `insert-file-contents-pre-hook', `insert-file-contents-error-hook',
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
376 and `insert-file-contents-post-hook'."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
377 (let (return-val coding-system used-codesys conversion-func)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
378 ;; OK, first load the file.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
379 (condition-case err
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
380 (progn
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
381 (run-hook-with-args 'insert-file-contents-access-hook
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
382 filename visit)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
383 ;; determine the coding system to use, as described above.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
384 (setq coding-system
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
385 (or
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
386 ;; #1.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 86
diff changeset
387 coding-system-for-read
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
388 ;; #2.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
389 (run-special-hook-with-args 'insert-file-contents-pre-hook
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
390 filename visit)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
391 ;; #3.
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
392 (find-file-coding-system-for-read-from-filename filename)
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
393 ;; #4.
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
394 buffer-file-coding-system-for-read
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
395 ;; #5.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
396 'no-conversion))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
397 (if (consp coding-system)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
398 (setq return-val coding-system)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
399 (if (null (find-coding-system coding-system))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
400 (progn
120
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 112
diff changeset
401 (message
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
402 "Invalid coding-system (%s), using 'undecided"
120
cca96a509cfe Import from CVS: tag r20-1b12
cvs
parents: 112
diff changeset
403 coding-system)
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
404 (setq coding-system 'undecided)))
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
405 (setq return-val
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
406 (insert-file-contents-internal filename visit beg end
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
407 replace coding-system
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
408 ;; store here!
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
409 'used-codesys))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
410 ))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
411 (file-error
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
412 (run-hook-with-args 'insert-file-contents-error-hook
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
413 filename visit err)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
414 (signal (car err) (cdr err))))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
415 (setq coding-system used-codesys)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
416 ;; call any `post-read-conversion' for the coding system that
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
417 ;; was used ...
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
418 (let ((func
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
419 (coding-system-property coding-system 'post-read-conversion))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
420 (endmark (make-marker)))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
421 (set-marker endmark (+ (point) (nth 1 return-val)))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
422 (if func
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
423 (unwind-protect
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
424 (save-excursion
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
425 (let (buffer-read-only)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
426 (funcall func (point) (marker-position endmark))))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
427 (if visit
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
428 (progn
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
429 (set-buffer-auto-saved)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
430 (set-buffer-modified-p nil)))))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
431 (setcar (cdr return-val) (- (marker-position endmark) (point))))
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
432 ;; now finally set the buffer's `buffer-file-coding-system'.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
433 (if (run-special-hook-with-args 'insert-file-contents-post-hook
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
434 filename visit return-val)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
435 nil
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
436 (if (local-variable-p 'buffer-file-coding-system (current-buffer))
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
437 ;; if buffer-file-coding-system is already local, just
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
438 ;; set its eol type to what was found, if it wasn't
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
439 ;; set already.
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
440 (set-buffer-file-coding-system
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
441 (subsidiary-coding-system buffer-file-coding-system
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
442 (coding-system-eol-type coding-system)))
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
443 ;; otherwise actually set buffer-file-coding-system.
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
444 (set-buffer-file-coding-system coding-system)))
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
445 return-val))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
446
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
447 (defvar write-region-pre-hook nil
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
448 "A special hook to decide the coding system used for writing out a file.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
449
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
450 Before writing a file, `write-region' calls the functions on this hook
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 86
diff changeset
451 with arguments START, END, FILENAME, APPEND, VISIT, and CODING-SYSTEM,
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
452 the same as the corresponding arguments in the call to
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
453 `write-region'.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
454
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
455 The return value of the functions should be either
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
456
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
457 -- nil
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
458 -- A coding system or a symbol denoting it, indicating the coding system
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
459 to be used for reading the file
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
460 -- A list of two elements (absolute pathname and length of data written),
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
461 which is used as the return value to `write-region'. In this
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
462 case, `write-region' assumes that the function has written
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
463 the file for itself and suppresses further writing.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
464
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
465 If any function returns non-nil, the remaining functions are not called.")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
466
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
467 (defvar write-region-post-hook nil
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
468 "A hook called by `write-region' after a file has been written out.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
469
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
470 The functions on this hook are called with arguments START, END,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
471 FILENAME, APPEND, VISIT, and CODING-SYSTEM, the same as the
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
472 corresponding arguments in the call to `write-region'.")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
473
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 78
diff changeset
474 (defun write-region (start end filename &optional append visit lockname coding-system)
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
475 "Write current region into specified file.
142
1856695b1fa9 Import from CVS: tag r20-2b5
cvs
parents: 140
diff changeset
476 By default the file's existing contents are replaced by the specified region.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
477 When called from a program, takes three arguments:
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
478 START, END and FILENAME. START and END are buffer positions.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
479 Optional fourth argument APPEND if non-nil means
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
480 append to existing file contents (if any).
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
481 Optional fifth argument VISIT if t means
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
482 set last-save-file-modtime of buffer to this file's modtime
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
483 and mark buffer not modified.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
484 If VISIT is a string, it is a second file name;
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
485 the output goes to FILENAME, but the buffer is marked as visiting VISIT.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
486 VISIT is also the file name to lock and unlock for clash detection.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
487 If VISIT is neither t nor nil nor a string,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
488 that means do not print the \"Wrote file\" message.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
489 The optional sixth arg LOCKNAME, if non-nil, specifies the name to
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
490 use for locking and unlocking, overriding FILENAME and VISIT.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
491 Kludgy feature: if START is a string, then that string is written
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
492 to the file, instead of any buffer contents, and END is ignored.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
493 Optional seventh argument CODING-SYSTEM specifies the coding system
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
494 used to encode the text when it is written out, and defaults to
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
495 the value of `buffer-file-coding-system' in the current buffer.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
496 Interactively, with a prefix arg, you will be prompted for the
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
497 coding system.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
498 See also `write-region-pre-hook' and `write-region-post-hook'."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
499 (interactive "r\nFWrite region to file: \ni\ni\ni\nZCoding-system: ")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
500 (setq coding-system
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 86
diff changeset
501 (or coding-system-for-write
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 86
diff changeset
502 (run-special-hook-with-args
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
503 'write-region-pre-hook start end filename append visit lockname)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
504 coding-system
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
505 buffer-file-coding-system
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
506 (find-file-coding-system-for-write-from-filename filename)
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 149
diff changeset
507 ))
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
508 (if (consp coding-system)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
509 coding-system
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
510 (let ((func
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
511 (coding-system-property coding-system 'pre-write-conversion)))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
512 (if func
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
513 (let ((curbuf (current-buffer))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
514 (tempbuf (generate-new-buffer " *temp-write-buffer*"))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
515 (modif (buffer-modified-p)))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
516 (unwind-protect
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
517 (save-excursion
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
518 (set-buffer tempbuf)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
519 (erase-buffer)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
520 (insert-buffer-substring curbuf start end)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
521 (funcall func (point-min) (point-max))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
522 (write-region-internal (point-min) (point-max) filename
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
523 append
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
524 (if (eq visit t) nil visit)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
525 lockname
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
526 coding-system))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
527 ;; leaving a buffer associated with file will cause problems
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
528 ;; when next visiting.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
529 (kill-buffer tempbuf)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
530 (if (or visit (null modif))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
531 (progn
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
532 (set-buffer-auto-saved)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
533 (set-buffer-modified-p nil)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
534 (if (buffer-file-name) (set-visited-file-modtime))))))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
535 (write-region-internal start end filename append visit lockname
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
536 coding-system)))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
537 (run-hook-with-args 'write-region-post-hook
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
538 start end filename append visit lockname
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
539 coding-system)))
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
540
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 70
diff changeset
541 ;;; mule-files.el ends here