Implement cygw32
[bpt/emacs.git] / lisp / international / mule-cmds.el
CommitLineData
caff3c0a 1;;; mule-cmds.el --- commands for multilingual environment -*-coding: iso-2022-7bit -*-
9ee5b744 2
f82cb659 3;; Copyright (C) 1997-2012 Free Software Foundation, Inc.
7976eda0 4;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5df4f04c 5;; 2005, 2006, 2007, 2008, 2009, 2010, 2011
2fd125a3
KH
6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021
8f924df7 8;; Copyright (C) 2003
97941b05
KH
9;; National Institute of Advanced Industrial Science and Technology (AIST)
10;; Registration Number H13PRO009
4ed46869 11
1f547b92 12;; Keywords: mule, i18n
4ed46869
KH
13
14;; This file is part of GNU Emacs.
15
4936186e 16;; GNU Emacs is free software: you can redistribute it and/or modify
4ed46869 17;; it under the terms of the GNU General Public License as published by
4936186e
GM
18;; the Free Software Foundation, either version 3 of the License, or
19;; (at your option) any later version.
4ed46869
KH
20
21;; GNU Emacs is distributed in the hope that it will be useful,
22;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24;; GNU General Public License for more details.
25
26;; You should have received a copy of the GNU General Public License
4936186e 27;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
4ed46869 28
60370d40
PJ
29;;; Commentary:
30
4ed46869
KH
31;;; Code:
32
26b3dce6
GM
33(defvar dos-codepage)
34(autoload 'widget-value "wid-edit")
cda74479 35
4a91d930 36(defvar mac-system-coding-system)
4a91d930 37
4ed46869
KH
38;;; MULE related key bindings and menus.
39
64657387
SM
40(defvar mule-keymap
41 (let ((map (make-sparse-keymap)))
42 (define-key map "f" 'set-buffer-file-coding-system)
43 (define-key map "r" 'revert-buffer-with-coding-system)
44 (define-key map "F" 'set-file-name-coding-system)
45 (define-key map "t" 'set-terminal-coding-system)
46 (define-key map "k" 'set-keyboard-coding-system)
47 (define-key map "p" 'set-buffer-process-coding-system)
48 (define-key map "x" 'set-selection-coding-system)
49 (define-key map "X" 'set-next-selection-coding-system)
50 (define-key map "\C-\\" 'set-input-method)
51 (define-key map "c" 'universal-coding-system-argument)
52 (define-key map "l" 'set-language-environment)
53 map)
33d17698 54 "Keymap for Mule (Multilingual environment) specific commands.")
4ed46869 55
8f81f784 56;; Keep "C-x C-m ..." for mule specific commands.
0709d285 57(define-key ctl-x-map "\C-m" mule-keymap)
ef8a8c8c 58
dcad02bc 59(defvar describe-language-environment-map
64657387 60 (let ((map (make-sparse-keymap "Describe Language Environment")))
1ec4b7b2
SM
61 (bindings--define-key map
62 [Default] '(menu-item "Default" describe-specified-language-support))
64657387 63 map))
15b3e511 64
dcad02bc 65(defvar setup-language-environment-map
64657387 66 (let ((map (make-sparse-keymap "Set Language Environment")))
1ec4b7b2
SM
67 (bindings--define-key map
68 [Default] '(menu-item "Default" setup-specified-language-environment))
64657387 69 map))
15b3e511 70
dcad02bc 71(defvar set-coding-system-map
64657387 72 (let ((map (make-sparse-keymap "Set Coding System")))
1ec4b7b2
SM
73 (bindings--define-key map [set-buffer-process-coding-system]
74 '(menu-item "For I/O with Subprocess" set-buffer-process-coding-system
64657387
SM
75 :visible (fboundp 'start-process)
76 :enable (get-buffer-process (current-buffer))
1ec4b7b2
SM
77 :help "How to en/decode I/O from/to subprocess connected to this buffer"))
78 (bindings--define-key map [set-next-selection-coding-system]
79 '(menu-item "For Next X Selection" set-next-selection-coding-system
80 :visible (display-selections-p)
81 :help "How to en/decode next selection/clipboard operation"))
82 (bindings--define-key map [set-selection-coding-system]
83 '(menu-item "For X Selections/Clipboard" set-selection-coding-system
84 :visible (display-selections-p)
85 :help "How to en/decode data to/from selection/clipboard"))
86
87 (bindings--define-key map [separator-3] menu-bar-separator)
88 (bindings--define-key map [set-terminal-coding-system]
89 '(menu-item "For Terminal" set-terminal-coding-system
90 :enable (null (memq initial-window-system '(x w32 ns)))
91 :help "How to encode terminal output"))
92 (bindings--define-key map [set-keyboard-coding-system]
93 '(menu-item "For Keyboard" set-keyboard-coding-system
94 :help "How to decode keyboard input"))
72b255c7 95
1ec4b7b2
SM
96 (bindings--define-key map [separator-2] menu-bar-separator)
97 (bindings--define-key map [set-file-name-coding-system]
98 '(menu-item "For File Name" set-file-name-coding-system
99 :help "How to decode/encode file names"))
100 (bindings--define-key map [revert-buffer-with-coding-system]
101 '(menu-item "For Reverting This File Now"
102 revert-buffer-with-coding-system
103 :enable buffer-file-name
104 :help "Revisit this file immediately using specified coding system"))
105 (bindings--define-key map [set-buffer-file-coding-system]
106 '(menu-item "For Saving This Buffer" set-buffer-file-coding-system
107 :help "How to encode this buffer when saved"))
108 (bindings--define-key map [separator-1] menu-bar-separator)
109 (bindings--define-key map [universal-coding-system-argument]
110 '(menu-item "For Next Command" universal-coding-system-argument
111 :help "Coding system to be used by next command"))
64657387
SM
112 map))
113
114(defvar mule-menu-keymap
115 (let ((map (make-sparse-keymap "Mule (Multilingual Environment)")))
1ec4b7b2
SM
116 (bindings--define-key map [mule-diag]
117 '(menu-item "Show All Multilingual Settings" mule-diag
118 :help "Display multilingual environment settings"))
119 (bindings--define-key map [list-character-sets]
120 '(menu-item "List Character Sets" list-character-sets
121 :help "Show table of available character sets"))
122 (bindings--define-key map [describe-coding-system]
123 '(menu-item "Describe Coding System..." describe-coding-system))
124 (bindings--define-key map [describe-input-method]
125 '(menu-item "Describe Input Method..." describe-input-method
126 :help "Keyboard layout for a specific input method"))
127 (bindings--define-key map [describe-language-environment]
128 `(menu-item "Describe Language Environment"
129 ,describe-language-environment-map
130 :help "Show multilingual settings for a specific language"))
72b255c7 131
1ec4b7b2
SM
132 (bindings--define-key map [separator-coding-system] menu-bar-separator)
133 (bindings--define-key map [view-hello-file]
134 '(menu-item "Show Multilingual Sample Text" view-hello-file
64657387
SM
135 :enable (file-readable-p
136 (expand-file-name "HELLO" data-directory))
1ec4b7b2
SM
137 :help "Demonstrate various character sets"))
138 (bindings--define-key map [set-various-coding-system]
139 `(menu-item "Set Coding Systems" ,set-coding-system-map
140 :enable (default-value 'enable-multibyte-characters)))
64657387 141
1ec4b7b2
SM
142 (bindings--define-key map [separator-input-method] menu-bar-separator)
143 (bindings--define-key map [describe-input-method]
144 '(menu-item "Describe Input Method" describe-input-method))
145 (bindings--define-key map [set-input-method]
146 '(menu-item "Select Input Method..." set-input-method))
147 (bindings--define-key map [toggle-input-method]
148 '(menu-item "Toggle Input Method" toggle-input-method))
149
150 (bindings--define-key map [separator-mule] menu-bar-separator)
151 (bindings--define-key map [set-language-environment]
152 `(menu-item "Set Language Environment" ,setup-language-environment-map))
64657387
SM
153 map)
154 "Keymap for Mule (Multilingual environment) menu specific commands.")
cda74479 155
4ed46869
KH
156;; This should be a single character key binding because users use it
157;; very frequently while editing multilingual text. Now we can use
158;; only two such keys: "\C-\\" and "\C-^", but the latter is not
159;; convenient because it requires shifting on most keyboards. An
160;; alternative is "\C-\]" which is now bound to `abort-recursive-edit'
161;; but it won't be used that frequently.
162(define-key global-map "\C-\\" 'toggle-input-method)
163
5f395df3
SM
164;; This is no good because people often type Shift-SPC
165;; meaning to type SPC. -- rms.
166;; ;; Here's an alternative key binding for X users (Shift-SPACE).
167;; (define-key global-map [?\S- ] 'toggle-input-method)
b4fba33f 168
464cc130
KH
169;;; Mule related hyperlinks.
170(defconst help-xref-mule-regexp-template
171 (purecopy (concat "\\(\\<\\("
172 "\\(coding system\\)\\|"
d0c40faa
KH
173 "\\(input method\\)\\|"
174 "\\(character set\\)\\|"
175 "\\(charset\\)"
464cc130
KH
176 "\\)\\s-+\\)?"
177 ;; Note starting with word-syntax character:
178 "`\\(\\sw\\(\\sw\\|\\s_\\)+\\)'")))
179
26d87040 180(defun coding-system-change-eol-conversion (coding-system eol-type)
caff3c0a 181 "Return a coding system which differs from CODING-SYSTEM in EOL conversion.
26d87040
EZ
182The returned coding system converts end-of-line by EOL-TYPE
183but text as the same way as CODING-SYSTEM.
184EOL-TYPE should be `unix', `dos', `mac', or nil.
185If EOL-TYPE is nil, the returned coding system detects
186how end-of-line is formatted automatically while decoding.
187
188EOL-TYPE can be specified by an integer 0, 1, or 2.
189They means `unix', `dos', and `mac' respectively."
190 (if (symbolp eol-type)
191 (setq eol-type (cond ((eq eol-type 'unix) 0)
192 ((eq eol-type 'dos) 1)
193 ((eq eol-type 'mac) 2)
194 (t eol-type))))
1d5b0c66
CY
195 ;; We call `coding-system-base' before `coding-system-eol-type',
196 ;; because the coding-system may not be initialized until then.
197 (let* ((base (coding-system-base coding-system))
198 (orig-eol-type (coding-system-eol-type coding-system)))
199 (cond ((vectorp orig-eol-type)
200 (if (not eol-type)
201 coding-system
202 (aref orig-eol-type eol-type)))
203 ((not eol-type)
204 base)
205 ((= eol-type orig-eol-type)
206 coding-system)
207 ((progn (setq orig-eol-type (coding-system-eol-type base))
208 (vectorp orig-eol-type))
209 (aref orig-eol-type eol-type)))))
26d87040
EZ
210
211(defun coding-system-change-text-conversion (coding-system coding)
212 "Return a coding system which differs from CODING-SYSTEM in text conversion.
213The returned coding system converts text by CODING
214but end-of-line as the same way as CODING-SYSTEM.
215If CODING is nil, the returned coding system detects
216how text is formatted automatically while decoding."
1d77e15a
JR
217 (let ((eol-type (coding-system-eol-type coding-system)))
218 (coding-system-change-eol-conversion
219 (if coding coding 'undecided)
220 (if (numberp eol-type) (aref [unix dos mac] eol-type)))))
26d87040 221
be7ca044
KH
222;; Canonicalize the coding system name NAME by removing some prefixes
223;; and delimiter characters. Support function of
224;; coding-system-from-name.
225(defun canonicalize-coding-system-name (name)
ca4f0e9a
KH
226 (if (string-match "^\\(ms\\|ibm\\|windows-\\)\\([0-9]+\\)$" name)
227 ;; "ms950", "ibm950", "windows-950" -> "cp950"
228 (concat "cp" (match-string 2 name))
229 (if (string-match "^iso[-_ ]?[0-9]" name)
230 ;; "iso-8859-1" -> "8859-1", "iso-2022-jp" ->"2022-jp"
231 (setq name (substring name (1- (match-end 0)))))
232 (let ((idx (string-match "[-_ /]" name)))
233 ;; Delete "-", "_", " ", "/" but do distinguish "16-be" and "16be".
234 (while idx
235 (if (and (>= idx 2)
236 (eq (string-match "16-[lb]e$" name (- idx 2))
237 (- idx 2)))
238 (setq idx (string-match "[-_ /]" name (match-end 0)))
239 (setq name (concat (substring name 0 idx) (substring name (1+ idx)))
240 idx (string-match "[-_ /]" name idx))))
241 name)))
be7ca044
KH
242
243(defun coding-system-from-name (name)
244 "Return a coding system whose name matches with NAME (string or symbol)."
245 (let (sym)
246 (if (stringp name) (setq sym (intern name))
247 (setq sym name name (symbol-name name)))
248 (if (coding-system-p sym)
249 sym
250 (let ((eol-type
251 (if (string-match "-\\(unix\\|dos\\|mac\\)$" name)
252 (prog1 (intern (match-string 1 name))
253 (setq name (substring name 0 (match-beginning 0)))))))
254 (setq name (canonicalize-coding-system-name (downcase name)))
255 (catch 'tag
256 (dolist (elt (coding-system-list))
257 (if (string= (canonicalize-coding-system-name (symbol-name elt))
258 name)
259 (throw 'tag (if eol-type (coding-system-change-eol-conversion
260 elt eol-type)
261 elt)))))))))
262
4ed46869 263(defun toggle-enable-multibyte-characters (&optional arg)
6998e1a1 264 "Change whether this buffer uses multibyte characters.
49275d55 265With ARG, use multibyte characters if the ARG is positive.
6998e1a1
RS
266
267Note that this command does not convert the byte contents of
268the buffer; it only changes the way those bytes are interpreted.
269In general, therefore, this command *changes* the sequence of
270characters that the current buffer contains.
271
caff3c0a
JB
272We suggest you avoid using this command unless you know what you are
273doing. If you use it by mistake, and the buffer is now displayed
6998e1a1 274wrong, use this command again to toggle back to the right mode."
4ed46869 275 (interactive "P")
b7079457
RS
276 (let ((new-flag
277 (if (null arg) (null enable-multibyte-characters)
278 (> (prefix-numeric-value arg) 0))))
279 (set-buffer-multibyte new-flag))
4ed46869
KH
280 (force-mode-line-update))
281
282(defun view-hello-file ()
cf2fc7e9 283 "Display the HELLO file, which lists many languages and characters."
4ed46869 284 (interactive)
8f81f784 285 ;; We have to decode the file in any environment.
4dd1c416 286 (let ((coding-system-for-read 'iso-2022-7bit))
18ccd78a 287 (view-file (expand-file-name "HELLO" data-directory))))
4ed46869 288
9e9a77a6 289(defun universal-coding-system-argument (coding-system)
15b3e511 290 "Execute an I/O command using the specified coding system."
9e9a77a6
RS
291 (interactive
292 (let ((default (and buffer-file-coding-system
34104362 293 (not (eq (coding-system-type buffer-file-coding-system)
a0d96cad 294 'undecided))
9e9a77a6
RS
295 buffer-file-coding-system)))
296 (list (read-coding-system
297 (if default
5b76833f 298 (format "Coding system for following command (default %s): " default)
9e9a77a6
RS
299 "Coding system for following command: ")
300 default))))
301 (let* ((keyseq (read-key-sequence
e14a8f4c 302 (format "Command to execute with %s:" coding-system)))
04363179
GM
303 (cmd (key-binding keyseq))
304 prefix)
735c5b17
GM
305 ;; read-key-sequence ignores quit, so make an explicit check.
306 ;; Like many places, this assumes quit == C-g, but it need not be.
1e4bd40d 307 (if (equal last-input-event ?\C-g)
735c5b17 308 (keyboard-quit))
4a304bb2 309 (when (memq cmd '(universal-argument digit-argument))
04363179 310 (call-interactively cmd)
a1506d29 311
04363179
GM
312 ;; Process keys bound in `universal-argument-map'.
313 (while (progn
314 (setq keyseq (read-key-sequence nil t)
315 cmd (key-binding keyseq t))
316 (not (eq cmd 'universal-argument-other-key)))
317 (let ((current-prefix-arg prefix-arg)
61a846fb 318 ;; Have to bind `last-command-event' here so that
6b61353c 319 ;; `digit-argument', for instance, can compute the
04363179 320 ;; prefix arg.
61a846fb 321 (last-command-event (aref keyseq 0)))
04363179
GM
322 (call-interactively cmd)))
323
1f547b92 324 ;; This is the final call to `universal-argument-other-key', which
04363179
GM
325 ;; set's the final `prefix-arg.
326 (let ((current-prefix-arg prefix-arg))
327 (call-interactively cmd))
a1506d29 328
04363179
GM
329 ;; Read the command to execute with the given prefix arg.
330 (setq prefix prefix-arg
331 keyseq (read-key-sequence nil t)
332 cmd (key-binding keyseq)))
333
15b3e511 334 (let ((coding-system-for-read coding-system)
04363179 335 (coding-system-for-write coding-system)
0e9ec609 336 (coding-system-require-warning t)
04363179 337 (current-prefix-arg prefix))
15b3e511
KH
338 (message "")
339 (call-interactively cmd))))
340
de94d711 341(defun set-default-coding-systems (coding-system)
0c3154d2 342 "Set default value of various coding systems to CODING-SYSTEM.
387136f6 343This sets the following coding systems:
0c3154d2 344 o coding system of a newly created buffer
8efc03e1
KH
345 o default coding system for subprocess I/O
346This also sets the following values:
d3e4babd 347 o default value used as `file-name-coding-system' for converting file names
caff3c0a 348 if CODING-SYSTEM is ASCII-compatible
d8cb7e3d 349 o default value for the command `set-terminal-coding-system'
d3e4babd 350 o default value for the command `set-keyboard-coding-system'
caff3c0a 351 if CODING-SYSTEM is ASCII-compatible"
de94d711
KH
352 (check-coding-system coding-system)
353 (setq-default buffer-file-coding-system coding-system)
6b61353c 354
db9aec47 355 (if (eq system-type 'darwin)
a41118cc 356 ;; The file-name coding system on Darwin systems is always utf-8.
db9aec47 357 (setq default-file-name-coding-system 'utf-8)
597e2240 358 (if (and (default-value 'enable-multibyte-characters)
db9aec47
KH
359 (or (not coding-system)
360 (coding-system-get coding-system 'ascii-compatible-p)))
361 (setq default-file-name-coding-system coding-system)))
970c9391 362 (setq default-terminal-coding-system coding-system)
d1f61aaf
EZ
363 ;; Prevent default-terminal-coding-system from converting ^M to ^J.
364 (setq default-keyboard-coding-system
365 (coding-system-change-eol-conversion coding-system 'unix))
1d77e15a
JR
366 ;; Preserve eol-type from existing default-process-coding-systems.
367 ;; On non-unix-like systems in particular, these may have been set
368 ;; carefully by the user, or by the startup code, to deal with the
369 ;; users shell appropriately, so should not be altered by changing
370 ;; language environment.
371 (let ((output-coding
372 (coding-system-change-text-conversion
373 (car default-process-coding-system) coding-system))
374 (input-coding
375 (coding-system-change-text-conversion
376 (cdr default-process-coding-system) coding-system)))
377 (setq default-process-coding-system
378 (cons output-coding input-coding))))
de94d711 379
0c3154d2
KH
380(defun prefer-coding-system (coding-system)
381 "Add CODING-SYSTEM at the front of the priority list for automatic detection.
387136f6 382This also sets the following coding systems:
0c3154d2 383 o coding system of a newly created buffer
8efc03e1
KH
384 o default coding system for subprocess I/O
385This also sets the following values:
caff3c0a 386 o default value used as `file-name-coding-system' for converting file names
d8cb7e3d 387 o default value for the command `set-terminal-coding-system'
03c35c83
EZ
388 o default value for the command `set-keyboard-coding-system'
389
bd3ac67e
EZ
390If CODING-SYSTEM specifies a certain type of EOL conversion, the coding
391systems set by this function will use that type of EOL conversion.
392
d0d8885d 393A coding system that requires automatic detection of text+encoding
bb388cc5
LMI
394\(e.g. undecided, unix) can't be preferred.
395
396To prefer, for instance, utf-8, say the following:
397
398 \(prefer-coding-system 'utf-8)"
0c3154d2
KH
399 (interactive "zPrefer coding system: ")
400 (if (not (and coding-system (coding-system-p coding-system)))
401 (error "Invalid coding system `%s'" coding-system))
97941b05
KH
402 (if (memq (coding-system-type coding-system) '(raw-text undecided))
403 (error "Can't prefer the coding system `%s'" coding-system))
404 (let ((base (coding-system-base coding-system))
bd3ac67e 405 (eol-type (coding-system-eol-type coding-system)))
97941b05 406 (set-coding-system-priority base)
32226619 407 (and (called-interactively-p 'interactive)
97941b05
KH
408 (or (eq base coding-system)
409 (message "Highest priority is set to %s (base of %s)"
410 base coding-system)))
bd3ac67e 411 ;; If they asked for specific EOL conversion, honor that.
6f9dc4fd 412 (if (memq eol-type '(0 1 2))
97941b05
KH
413 (setq base
414 (coding-system-change-eol-conversion base eol-type)))
71784361
KH
415 (set-default-coding-systems base)
416 (if (called-interactively-p 'interactive)
417 (or (eq base default-file-name-coding-system)
418 (message "The default value of `file-name-coding-system' was not changed because the specified coding system is not suitable for file names.")))))
0c3154d2 419
b5edd1d1
KH
420(defvar sort-coding-systems-predicate nil
421 "If non-nil, a predicate function to sort coding systems.
422
423It is called with two coding systems, and should return t if the first
424one is \"less\" than the second.
425
426The function `sort-coding-systems' use it.")
427
428(defun sort-coding-systems (codings)
429 "Sort coding system list CODINGS by a priority of each coding system.
caff3c0a 430Return the sorted list. CODINGS is modified by side effects.
b5edd1d1
KH
431
432If a coding system is most preferred, it has the highest priority.
caff3c0a
JB
433Otherwise, coding systems that correspond to MIME charsets have
434higher priorities. Among them, a coding system included in the
435`coding-system' key of the current language environment has higher
436priority. See also the documentation of `language-info-alist'.
b5edd1d1
KH
437
438If the variable `sort-coding-systems-predicate' (which see) is
caff3c0a 439non-nil, it is used to sort CODINGS instead."
b5edd1d1
KH
440 (if sort-coding-systems-predicate
441 (sort codings sort-coding-systems-predicate)
8f924df7
KH
442 (let* ((from-priority (coding-system-priority-list))
443 (most-preferred (car from-priority))
b5edd1d1
KH
444 (lang-preferred (get-language-info current-language-environment
445 'coding-system))
446 (func (function
447 (lambda (x)
448 (let ((base (coding-system-base x)))
da1ebad1
KH
449 ;; We calculate the priority number 0..255 by
450 ;; using the 8 bits PMMLCEII as this:
3ecd3a56
GM
451 ;; P: 1 if most preferred.
452 ;; MM: greater than 0 if mime-charset.
453 ;; L: 1 if one of the current lang. env.'s codings.
454 ;; C: 1 if one of codings listed in the category list.
455 ;; E: 1 if not XXX-with-esc
da1ebad1
KH
456 ;; II: if iso-2022 based, 0..3, else 1.
457 (logior
458 (lsh (if (eq base most-preferred) 1 0) 7)
459 (lsh
8f924df7 460 (let ((mime (coding-system-get base :mime-charset)))
b439e72a
DL
461 ;; Prefer coding systems corresponding to a
462 ;; MIME charset.
b5edd1d1 463 (if mime
b439e72a
DL
464 ;; Lower utf-16 priority so that we
465 ;; normally prefer utf-8 to it, and put
466 ;; x-ctext below that.
d0d8885d
JB
467 (cond ((string-match-p "utf-16"
468 (symbol-name mime))
da1ebad1 469 2)
d0d8885d 470 ((string-match-p "^x-" (symbol-name mime))
da1ebad1
KH
471 1)
472 (t 3))
b5edd1d1 473 0))
da1ebad1
KH
474 5)
475 (lsh (if (memq base lang-preferred) 1 0) 4)
8f924df7 476 (lsh (if (memq base from-priority) 1 0) 3)
d0d8885d
JB
477 (lsh (if (string-match-p "-with-esc\\'"
478 (symbol-name base))
da1ebad1 479 0 1) 2)
8f924df7
KH
480 (if (eq (coding-system-type base) 'iso-2022)
481 (let ((category (coding-system-category base)))
482 ;; For ISO based coding systems, prefer
483 ;; one that doesn't use designation nor
484 ;; locking/single shifting.
a0d96cad
KH
485 (cond
486 ((or (eq category 'coding-category-iso-8-1)
487 (eq category 'coding-category-iso-8-2))
488 2)
489 ((or (eq category 'coding-category-iso-7-tight)
490 (eq category 'coding-category-iso-7))
491 1)
492 (t
493 0)))
494 1)
a6dfc99b 495 ))))))
b5edd1d1
KH
496 (sort codings (function (lambda (x y)
497 (> (funcall func x) (funcall func y))))))))
54b226f7 498
3fc7dfe5 499(defun find-coding-systems-region (from to)
54b226f7 500 "Return a list of proper coding systems to encode a text between FROM and TO.
8f924df7 501
d37ef0f6 502If FROM is a string, find coding systems in that instead of the buffer.
54b226f7
KH
503All coding systems in the list can safely encode any multibyte characters
504in the text.
505
e8dd0160 506If the text contains no multibyte characters, return a list of a single
3fc7dfe5 507element `undecided'."
b5edd1d1
KH
508 (let ((codings (find-coding-systems-region-internal from to)))
509 (if (eq codings t)
510 ;; The text contains only ASCII characters. Any coding
511 ;; systems are safe.
512 '(undecided)
513 ;; We need copy-sequence because sorting will alter the argument.
514 (sort-coding-systems (copy-sequence codings)))))
54b226f7 515
3fc7dfe5
KH
516(defun find-coding-systems-string (string)
517 "Return a list of proper coding systems to encode STRING.
518All coding systems in the list can safely encode any multibyte characters
519in STRING.
520
e8dd0160 521If STRING contains no multibyte characters, return a list of a single
3fc7dfe5 522element `undecided'."
b5edd1d1 523 (find-coding-systems-region string nil))
3fc7dfe5
KH
524
525(defun find-coding-systems-for-charsets (charsets)
526 "Return a list of proper coding systems to encode characters of CHARSETS.
6053d86a 527CHARSETS is a list of character sets.
1f547b92
DL
528
529This only finds coding systems of type `charset', whose
530`:charset-list' property includes all of CHARSETS (plus `ascii' for
d0d8885d 531ASCII-compatible coding systems). It was used in older versions of
1f547b92
DL
532Emacs, but is unlikely to be what you really want now."
533 ;; Deal with aliases.
534 (setq charsets (mapcar (lambda (c)
535 (get-charset-property c :name))
536 charsets))
b5edd1d1
KH
537 (cond ((or (null charsets)
538 (and (= (length charsets) 1)
539 (eq 'ascii (car charsets))))
540 '(undecided))
541 ((or (memq 'eight-bit-control charsets)
542 (memq 'eight-bit-graphic charsets))
1f547b92 543 '(raw-text utf-8-emacs))
b5edd1d1 544 (t
1f547b92
DL
545 (let (codings)
546 (dolist (cs (coding-system-list t))
c7b4b466
DL
547 (let ((cs-charsets (and (eq (coding-system-type cs) 'charset)
548 (coding-system-charset-list cs)))
1f547b92
DL
549 (charsets charsets))
550 (if (coding-system-get cs :ascii-compatible-p)
551 (add-to-list 'cs-charsets 'ascii))
552 (if (catch 'ok
553 (when cs-charsets
554 (while charsets
555 (unless (memq (pop charsets) cs-charsets)
556 (throw 'ok nil)))
557 t))
558 (push cs codings))))
559 (nreverse codings)))))
54b226f7 560
51ed58ea
KH
561(defun find-multibyte-characters (from to &optional maxcount excludes)
562 "Find multibyte characters in the region specified by FROM and TO.
563If FROM is a string, find multibyte characters in the string.
564The return value is an alist of the following format:
565 ((CHARSET COUNT CHAR ...) ...)
566where
567 CHARSET is a character set,
568 COUNT is a number of characters,
1f547b92 569 CHARs are the characters found from the character set.
51ed58ea 570Optional 3rd arg MAXCOUNT limits how many CHARs are put in the above list.
caff3c0a 571Optional 4th arg EXCLUDES is a list of character sets to be ignored."
51ed58ea
KH
572 (let ((chars nil)
573 charset char)
574 (if (stringp from)
a0d96cad
KH
575 (if (multibyte-string-p from)
576 (let ((idx 0))
d0d8885d 577 (while (setq idx (string-match-p "[^\000-\177]" from idx))
a0d96cad
KH
578 (setq char (aref from idx)
579 charset (char-charset char))
580 (unless (memq charset excludes)
581 (let ((slot (assq charset chars)))
582 (if slot
583 (if (not (memq char (nthcdr 2 slot)))
584 (let ((count (nth 1 slot)))
585 (setcar (cdr slot) (1+ count))
586 (if (or (not maxcount) (< count maxcount))
587 (nconc slot (list char)))))
588 (setq chars (cons (list charset 1 char) chars)))))
589 (setq idx (1+ idx)))))
590 (if enable-multibyte-characters
591 (save-excursion
592 (goto-char from)
593 (while (re-search-forward "[^\000-\177]" to t)
594 (setq char (preceding-char)
595 charset (char-charset char))
596 (unless (memq charset excludes)
51ed58ea
KH
597 (let ((slot (assq charset chars)))
598 (if slot
a0d96cad 599 (if (not (member char (nthcdr 2 slot)))
51ed58ea
KH
600 (let ((count (nth 1 slot)))
601 (setcar (cdr slot) (1+ count))
602 (if (or (not maxcount) (< count maxcount))
603 (nconc slot (list char)))))
a0d96cad 604 (setq chars (cons (list charset 1 char) chars)))))))))
51ed58ea
KH
605 (nreverse chars)))
606
738746ba
KH
607(defun search-unencodable-char (coding-system)
608 "Search forward from point for a character that is not encodable.
609It asks which coding system to check.
610If such a character is found, set point after that character.
611Otherwise, don't move point.
612
caff3c0a
JB
613When called from a program, the value is the position of the unencodable
614character found, or nil if all characters are encodable."
738746ba
KH
615 (interactive
616 (list (let ((default (or buffer-file-coding-system 'us-ascii)))
617 (read-coding-system
5b76833f 618 (format "Coding-system (default %s): " default)
738746ba
KH
619 default))))
620 (let ((pos (unencodable-char-position (point) (point-max) coding-system)))
621 (if pos
622 (goto-char (1+ pos))
623 (message "All following characters are encodable by %s" coding-system))
624 pos))
625
c83c4f60
RS
626(defvar last-coding-system-specified nil
627 "Most recent coding system explicitly specified by the user when asked.
628This variable is set whenever Emacs asks the user which coding system
629to use in order to write a file. If you set it to nil explicitly,
630then call `write-region', then afterward this variable will be non-nil
631only if the user was explicitly asked and specified a coding system.")
632
b5edd1d1 633(defvar select-safe-coding-system-accept-default-p nil
fea6b736 634 "If non-nil, a function to control the behavior of coding system selection.
b5edd1d1
KH
635The meaning is the same as the argument ACCEPT-DEFAULT-P of the
636function `select-safe-coding-system' (which see). This variable
637overrides that argument.")
638
9ee5b744
SM
639(defun select-safe-coding-system-interactively (from to codings unsafe
640 &optional rejected default)
641 "Select interactively a coding system for the region FROM ... TO.
642FROM can be a string, as in `write-region'.
643CODINGS is the list of base coding systems known to be safe for this region,
644 typically obtained with `find-coding-systems-region'.
645UNSAFE is a list of coding systems known to be unsafe for this region.
646REJECTED is a list of coding systems which were safe but for some reason
647 were not recommended in the particular context.
648DEFAULT is the coding system to use by default in the query."
649 ;; At first, if some defaults are unsafe, record at most 11
650 ;; problematic characters and their positions for them by turning
651 ;; (CODING ...)
652 ;; into
653 ;; ((CODING (POS . CHAR) (POS . CHAR) ...) ...)
654 (if unsafe
655 (setq unsafe
656 (mapcar #'(lambda (coding)
657 (cons coding
658 (if (stringp from)
659 (mapcar #'(lambda (pos)
660 (cons pos (aref from pos)))
661 (unencodable-char-position
662 0 (length from) coding
663 11 from))
664 (mapcar #'(lambda (pos)
665 (cons pos (char-after pos)))
666 (unencodable-char-position
667 from to coding 11)))))
668 unsafe)))
669
670 ;; Change each safe coding system to the corresponding
671 ;; mime-charset name if it is also a coding system. Such a name
672 ;; is more friendly to users.
673 (let ((l codings)
674 mime-charset)
675 (while l
a77c22c2
KH
676 (setq mime-charset (coding-system-get (car l) :mime-charset))
677 (if (and mime-charset (coding-system-p mime-charset)
678 (coding-system-equal (car l) mime-charset))
9ee5b744
SM
679 (setcar l mime-charset))
680 (setq l (cdr l))))
681
682 ;; Don't offer variations with locking shift, which you
683 ;; basically never want.
684 (let (l)
685 (dolist (elt codings (setq codings (nreverse l)))
686 (unless (or (eq 'coding-category-iso-7-else
687 (coding-system-category elt))
688 (eq 'coding-category-iso-8-else
689 (coding-system-category elt)))
690 (push elt l))))
691
692 ;; Remove raw-text, emacs-mule and no-conversion unless nothing
693 ;; else is available.
694 (setq codings
695 (or (delq 'raw-text
696 (delq 'emacs-mule
697 (delq 'no-conversion codings)))
698 '(raw-text emacs-mule no-conversion)))
699
700 (let ((window-configuration (current-window-configuration))
701 (bufname (buffer-name))
702 coding-system)
703 (save-excursion
704 ;; If some defaults are unsafe, make sure the offending
705 ;; buffer is displayed.
706 (when (and unsafe (not (stringp from)))
707 (pop-to-buffer bufname)
708 (goto-char (apply 'min (mapcar #'(lambda (x) (car (cadr x)))
709 unsafe))))
710 ;; Then ask users to select one from CODINGS while showing
711 ;; the reason why none of the defaults are not used.
712 (with-output-to-temp-buffer "*Warning*"
713 (with-current-buffer standard-output
714 (if (and (null rejected) (null unsafe))
715 (insert "No default coding systems to try for "
716 (if (stringp from)
717 (format "string \"%s\"." from)
718 (format "buffer `%s'." bufname)))
719 (insert
720 "These default coding systems were tried to encode"
721 (if (stringp from)
722 (concat " \"" (if (> (length from) 10)
723 (concat (substring from 0 10) "...\"")
724 (concat from "\"")))
725 (format " text\nin the buffer `%s'" bufname))
726 ":\n")
727 (let ((pos (point))
728 (fill-prefix " "))
729 (dolist (x (append rejected unsafe))
46c04718 730 (princ " ") (princ x))
9ee5b744
SM
731 (insert "\n")
732 (fill-region-as-paragraph pos (point)))
733 (when rejected
3fc0b26e
EZ
734 (insert "These safely encode the text in the buffer,
735but are not recommended for encoding text in this context,
9ee5b744
SM
736e.g., for sending an email message.\n ")
737 (dolist (x rejected)
738 (princ " ") (princ x))
739 (insert "\n"))
740 (when unsafe
3fc0b26e 741 (insert (if rejected "The other coding systems"
9ee5b744 742 "However, each of them")
3fc0b26e 743 " encountered characters it couldn't encode:\n")
9ee5b744 744 (dolist (coding unsafe)
3fc0b26e 745 (insert (format " %s cannot encode these:" (car coding)))
9ee5b744
SM
746 (let ((i 0)
747 (func1
748 #'(lambda (bufname pos)
749 (when (buffer-live-p (get-buffer bufname))
750 (pop-to-buffer bufname)
751 (goto-char pos))))
752 (func2
753 #'(lambda (bufname pos coding)
754 (when (buffer-live-p (get-buffer bufname))
755 (pop-to-buffer bufname)
756 (if (< (point) pos)
757 (goto-char pos)
758 (forward-char 1)
759 (search-unencodable-char coding)
760 (forward-char -1))))))
761 (dolist (elt (cdr coding))
762 (insert " ")
763 (if (stringp from)
764 (insert (if (< i 10) (cdr elt) "..."))
765 (if (< i 10)
766 (insert-text-button
767 (cdr elt)
768 :type 'help-xref
4e21e5aa 769 'face 'link
9ee5b744
SM
770 'help-echo
771 "mouse-2, RET: jump to this character"
772 'help-function func1
773 'help-args (list bufname (car elt)))
774 (insert-text-button
775 "..."
776 :type 'help-xref
4e21e5aa 777 'face 'link
9ee5b744
SM
778 'help-echo
779 "mouse-2, RET: next unencodable character"
780 'help-function func2
781 'help-args (list bufname (car elt)
782 (car coding)))))
783 (setq i (1+ i))))
784 (insert "\n"))
333f3572 785 (insert (substitute-command-keys "\
7d03c5b1 786
333f3572
KH
787Click on a character (or switch to this window by `\\[other-window]'\n\
788and select the characters by RET) to jump to the place it appears,\n\
3fc0b26e 789where `\\[universal-argument] \\[what-cursor-position]' will give information about it.\n"))))
7d03c5b1 790 (insert (substitute-command-keys "\nSelect \
3fc0b26e
EZ
791one of the safe coding systems listed below,\n\
792or cancel the writing with \\[keyboard-quit] and edit the buffer\n\
793 to remove or modify the problematic characters,\n\
794or specify any other coding system (and risk losing\n\
795 the problematic characters).\n\n"))
9ee5b744
SM
796 (let ((pos (point))
797 (fill-prefix " "))
798 (dolist (x codings)
799 (princ " ") (princ x))
800 (insert "\n")
7d03c5b1 801 (fill-region-as-paragraph pos (point)))))
9ee5b744
SM
802
803 ;; Read a coding system.
804 (setq coding-system
805 (read-coding-system
806 (format "Select coding system (default %s): " default)
807 default))
808 (setq last-coding-system-specified coding-system))
809
810 (kill-buffer "*Warning*")
811 (set-window-configuration window-configuration)
812 coding-system))
813
b5edd1d1 814(defun select-safe-coding-system (from to &optional default-coding-system
efa2c6d7 815 accept-default-p file)
d5266ddf
KH
816 "Ask a user to select a safe coding system from candidates.
817The candidates of coding systems which can safely encode a text
b5edd1d1
KH
818between FROM and TO are shown in a popup window. Among them, the most
819proper one is suggested as the default.
820
d0d8885d 821The list of `buffer-file-coding-system' of the current buffer, the
b56a5ae0 822default `buffer-file-coding-system', and the most preferred coding
d0d8885d
JB
823system (if it corresponds to a MIME charset) is treated as the
824default coding system list. Among them, the first one that safely
825encodes the text is normally selected silently and returned without
826any user interaction. See also the command `prefer-coding-system'.
d37ef0f6
DL
827
828However, the user is queried if the chosen coding system is
29d04c4f 829inconsistent with what would be selected by `find-auto-coding' from
d37ef0f6
DL
830coding cookies &c. if the contents of the region were read from a
831file. (That could lead to data corruption in a file subsequently
832re-visited and edited.)
54b226f7 833
b5edd1d1
KH
834Optional 3rd arg DEFAULT-CODING-SYSTEM specifies a coding system or a
835list of coding systems to be prepended to the default coding system
0e9ec609 836list. However, if DEFAULT-CODING-SYSTEM is a list and the first
ccb06340 837element is t, the cdr part is used as the default coding system list,
b56a5ae0 838i.e. current `buffer-file-coding-system', default `buffer-file-coding-system',
a985cd2f 839and the most preferred coding system are not used.
54b226f7 840
b5edd1d1
KH
841Optional 4th arg ACCEPT-DEFAULT-P, if non-nil, is a function to
842determine the acceptability of the silently selected coding system.
843It is called with that coding system, and should return nil if it
844should not be silently selected and thus user interaction is required.
845
efa2c6d7
RS
846Optional 5th arg FILE is the file name to use for this purpose.
847That is different from `buffer-file-name' when handling `write-region'
848\(for example).
849
d0d8885d
JB
850The variable `select-safe-coding-system-accept-default-p', if non-nil,
851overrides ACCEPT-DEFAULT-P.
54b226f7
KH
852
853Kludgy feature: if FROM is a string, the string is the target text,
854and TO is ignored."
64657387 855 (if (not (listp default-coding-system))
b5edd1d1
KH
856 (setq default-coding-system (list default-coding-system)))
857
29d04c4f
KH
858 (let ((no-other-defaults nil)
859 auto-cs)
d35deeec 860 (unless (or (stringp from) find-file-literally)
b4dc7d98 861 ;; Find an auto-coding that is specified for the current
29d04c4f
KH
862 ;; buffer and file from the region FROM and TO.
863 (save-excursion
864 (save-restriction
865 (widen)
866 (goto-char from)
867 (setq auto-cs (find-auto-coding (or file buffer-file-name "")
868 (- to from)))
869 (if auto-cs
870 (if (coding-system-p (car auto-cs))
871 (setq auto-cs (car auto-cs))
872 (display-warning
2364df5c 873 'mule
29d04c4f
KH
874 (format "\
875Invalid coding system `%s' is specified
876for the current buffer/file by the %s.
877It is highly recommended to fix it before writing to a file."
878 (car auto-cs)
879 (if (eq (cdr auto-cs) :coding) ":coding tag"
2364df5c
JB
880 (format "variable `%s'" (cdr auto-cs))))
881 :warning)
29d04c4f
KH
882 (or (yes-or-no-p "Really proceed with writing? ")
883 (error "Save aborted"))
884 (setq auto-cs nil))))))
885
0e9ec609
KH
886 (if (eq (car default-coding-system) t)
887 (setq no-other-defaults t
888 default-coding-system (cdr default-coding-system)))
889
890 ;; Change elements of the list to (coding . base-coding).
891 (setq default-coding-system
892 (mapcar (function (lambda (x) (cons x (coding-system-base x))))
893 default-coding-system))
894
29d04c4f 895 (if (and auto-cs (not no-other-defaults))
2df48a87
SM
896 ;; If the file has a coding cookie, use it regardless of any
897 ;; other setting.
29d04c4f 898 (let ((base (coding-system-base auto-cs)))
2df48a87
SM
899 (unless (memq base '(nil undecided))
900 (setq default-coding-system (list (cons auto-cs base)))
901 (setq no-other-defaults t))))
29d04c4f 902
0e9ec609
KH
903 (unless no-other-defaults
904 ;; If buffer-file-coding-system is not nil nor undecided, append it
905 ;; to the defaults.
906 (if buffer-file-coding-system
907 (let ((base (coding-system-base buffer-file-coding-system)))
908 (or (eq base 'undecided)
0e9ec609 909 (rassq base default-coding-system)
ccb06340
KH
910 (setq default-coding-system
911 (append default-coding-system
912 (list (cons buffer-file-coding-system base)))))))
a985cd2f 913
659be258
KH
914 (unless (and buffer-file-coding-system-explicit
915 (cdr buffer-file-coding-system-explicit))
b56a5ae0 916 ;; If default buffer-file-coding-system is not nil nor undecided,
659be258 917 ;; append it to the defaults.
b56a5ae0
SM
918 (when (default-value 'buffer-file-coding-system)
919 (let ((base (coding-system-base
920 (default-value 'buffer-file-coding-system))))
921 (or (eq base 'undecided)
922 (rassq base default-coding-system)
923 (setq default-coding-system
924 (append default-coding-system
925 (list (cons (default-value
926 'buffer-file-coding-system)
927 base)))))))
659be258
KH
928
929 ;; If the most preferred coding system has the property mime-charset,
930 ;; append it to the defaults.
931 (let ((preferred (coding-system-priority-list t))
932 base)
933 (and (coding-system-p preferred)
934 (setq base (coding-system-base preferred))
935 (coding-system-get preferred :mime-charset)
936 (not (rassq base default-coding-system))
937 (setq default-coding-system
938 (append default-coding-system
939 (list (cons preferred base))))))))
29d04c4f
KH
940
941 (if select-safe-coding-system-accept-default-p
942 (setq accept-default-p select-safe-coding-system-accept-default-p))
943
bae7cd08 944 ;; Decide the eol-type from the top of the default codings,
b56a5ae0 945 ;; current buffer-file-coding-system, or default buffer-file-coding-system.
bae7cd08
KH
946 (if default-coding-system
947 (let ((default-eol-type (coding-system-eol-type
948 (caar default-coding-system))))
949 (if (and (vectorp default-eol-type) buffer-file-coding-system)
d35deeec 950 (setq default-eol-type (coding-system-eol-type
bae7cd08 951 buffer-file-coding-system)))
b56a5ae0
SM
952 (if (and (vectorp default-eol-type)
953 (default-value 'buffer-file-coding-system))
954 (setq default-eol-type
955 (coding-system-eol-type
956 (default-value 'buffer-file-coding-system))))
bae7cd08
KH
957 (if (and default-eol-type (not (vectorp default-eol-type)))
958 (dolist (elt default-coding-system)
959 (setcar elt (coding-system-change-eol-conversion
960 (car elt) default-eol-type))))))
961
29d04c4f
KH
962 (let ((codings (find-coding-systems-region from to))
963 (coding-system nil)
c381cb8d 964 (tick (if (not (stringp from)) (buffer-chars-modified-tick)))
29d04c4f 965 safe rejected unsafe)
bae7cd08
KH
966 (if (eq (car codings) 'undecided)
967 ;; Any coding system is ok.
968 (setq coding-system (caar default-coding-system))
969 ;; Reverse the list so that elements are accumulated in safe,
970 ;; rejected, and unsafe in the correct order.
971 (setq default-coding-system (nreverse default-coding-system))
972
973 ;; Classify the defaults into safe, rejected, and unsafe.
974 (dolist (elt default-coding-system)
975 (if (or (eq (car codings) 'undecided)
976 (memq (cdr elt) codings))
977 (if (and (functionp accept-default-p)
978 (not (funcall accept-default-p (cdr elt))))
979 (push (car elt) rejected)
980 (push (car elt) safe))
981 (push (car elt) unsafe)))
982 (if safe
983 (setq coding-system (car safe))))
29d04c4f
KH
984
985 ;; If all the defaults failed, ask a user.
bae7cd08 986 (when (not coding-system)
29d04c4f
KH
987 (setq coding-system (select-safe-coding-system-interactively
988 from to codings unsafe rejected (car codings))))
989
29d04c4f
KH
990 ;; Check we're not inconsistent with what `coding:' spec &c would
991 ;; give when file is re-read.
992 ;; But don't do this if we explicitly ignored the cookie
993 ;; by using `find-file-literally'.
994 (when (and auto-cs
995 (not (and
996 coding-system
997 (memq (coding-system-type coding-system) '(0 5)))))
6b61353c
KH
998 ;; Merge coding-system and auto-cs as far as possible.
999 (if (not coding-system)
1000 (setq coding-system auto-cs)
1001 (if (not auto-cs)
1002 (setq auto-cs coding-system)
1003 (let ((eol-type-1 (coding-system-eol-type coding-system))
1004 (eol-type-2 (coding-system-eol-type auto-cs)))
1005 (if (eq (coding-system-base coding-system) 'undecided)
1006 (setq coding-system (coding-system-change-text-conversion
1007 coding-system auto-cs))
1008 (if (eq (coding-system-base auto-cs) 'undecided)
1009 (setq auto-cs (coding-system-change-text-conversion
1010 auto-cs coding-system))))
1011 (if (vectorp eol-type-1)
1012 (or (vectorp eol-type-2)
1013 (setq coding-system (coding-system-change-eol-conversion
1014 coding-system eol-type-2)))
1015 (if (vectorp eol-type-2)
1016 (setq auto-cs (coding-system-change-eol-conversion
1017 auto-cs eol-type-1)))))))
1018
1019 (if (and auto-cs
d37ef0f6
DL
1020 ;; Don't barf if writing a compressed file, say.
1021 ;; This check perhaps isn't ideal, but is probably
1022 ;; the best thing to do.
1023 (not (auto-coding-alist-lookup (or file buffer-file-name "")))
6b61353c 1024 (not (coding-system-equal coding-system auto-cs)))
43afed8c
RS
1025 (unless (yes-or-no-p
1026 (format "Selected encoding %s disagrees with \
1027%s specified by file contents. Really save (else edit coding cookies \
1028and try again)? " coding-system auto-cs))
29d04c4f 1029 (error "Save aborted"))))
c381cb8d 1030 (when (and tick (/= tick (buffer-chars-modified-tick)))
301b181a 1031 (error "Canceled because the buffer was modified"))
29d04c4f 1032 coding-system)))
54b226f7
KH
1033
1034(setq select-safe-coding-system-function 'select-safe-coding-system)
1035
46babb23
KH
1036(defun select-message-coding-system ()
1037 "Return a coding system to encode the outgoing message of the current buffer.
1038It at first tries the first coding system found in these variables
1039in this order:
1040 (1) local value of `buffer-file-coding-system'
1041 (2) value of `sendmail-coding-system'
b5edd1d1 1042 (3) value of `default-sendmail-coding-system'
b56a5ae0 1043 (4) default value of `buffer-file-coding-system'
46babb23
KH
1044If the found coding system can't encode the current buffer,
1045or none of them are bound to a coding system,
48e41165 1046it asks the user to select a proper coding system."
46babb23 1047 (let ((coding (or (and (local-variable-p 'buffer-file-coding-system)
b5edd1d1
KH
1048 buffer-file-coding-system)
1049 sendmail-coding-system
1050 default-sendmail-coding-system
b56a5ae0 1051 (default-value 'buffer-file-coding-system))))
46babb23 1052 (if (eq coding 'no-conversion)
d37ef0f6 1053 ;; We should never use no-conversion for outgoing mail.
46babb23
KH
1054 (setq coding nil))
1055 (if (fboundp select-safe-coding-system-function)
1056 (funcall select-safe-coding-system-function
b5edd1d1 1057 (point-min) (point-max) coding
209c73b0 1058 (function (lambda (x) (coding-system-get x :mime-charset))))
46babb23 1059 coding)))
4ed46869 1060\f
03c35c83 1061;;; Language support stuff.
4ed46869 1062
4ed46869 1063(defvar language-info-alist nil
2c395d56 1064 "Alist of language environment definitions.
4ed46869
KH
1065Each element looks like:
1066 (LANGUAGE-NAME . ((KEY . INFO) ...))
2c395d56
RS
1067where LANGUAGE-NAME is a string, the name of the language environment,
1068KEY is a symbol denoting the kind of information, and
1069INFO is the data associated with KEY.
1070Meaningful values for KEY include
1071
1072 documentation value is documentation of what this language environment
1073 is meant for, and how to use it.
7dd42fb1
KH
1074 charset value is a list of the character sets mainly used
1075 by this language environment.
d37ef0f6
DL
1076 sample-text value is an expression which is evalled to generate
1077 a line of text written using characters appropriate
1078 for this language environment.
2c395d56
RS
1079 setup-function value is a function to call to switch to this
1080 language environment.
1081 exit-function value is a function to call to leave this
1082 language environment.
d0d8885d
JB
1083 coding-system value is a list of coding systems that are good for
1084 saving text written in this language environment.
2c395d56
RS
1085 This list serves as suggestions to the user;
1086 in effect, as a kind of documentation.
1087 coding-priority value is a list of coding systems for this language
1088 environment, in order of decreasing priority.
1089 This is used to set up the coding system priority
45d08cb2 1090 list when you switch to this language environment.
ddb5c041 1091 nonascii-translation
7dd42fb1
KH
1092 value is a charset of dimension one to use for
1093 converting a unibyte character to multibyte
1094 and vice versa.
ddb5c041
KH
1095 input-method value is a default input method for this language
1096 environment.
7624ebb9
KH
1097 features value is a list of features requested in this
1098 language environment.
6b61353c 1099 ctext-non-standard-encodings
d0d8885d
JB
1100 value is a list of non-standard encoding names used
1101 in extended segments of CTEXT. See the variable
1102 `ctext-non-standard-encodings' for more detail.
ddb5c041 1103
b9631bb2 1104The following key takes effect only when multibyte characters are
597e2240 1105globally disabled, i.e. the default value of `enable-multibyte-characters'
b9631bb2 1106is nil (which is an obsolete and deprecated use):
ddb5c041 1107
d0d8885d
JB
1108 unibyte-display value is a coding system to encode characters for
1109 the terminal. Characters in the range of 160 to
1110 255 display not as octal escapes, but as non-ASCII
1111 characters in this language environment.")
2c395d56
RS
1112
1113(defun get-language-info (lang-env key)
1114 "Return information listed under KEY for language environment LANG-ENV.
1115KEY is a symbol denoting the kind of information.
1116For a list of useful values for KEY and their meanings,
1117see `language-info-alist'."
1118 (if (symbolp lang-env)
1119 (setq lang-env (symbol-name lang-env)))
f15466c5 1120 (let ((lang-slot (assoc-string lang-env language-info-alist t)))
4ed46869
KH
1121 (if lang-slot
1122 (cdr (assq key (cdr lang-slot))))))
1123
f08adf27 1124(defun set-language-info (lang-env key info)
2c395d56
RS
1125 "Modify part of the definition of language environment LANG-ENV.
1126Specifically, this stores the information INFO under KEY
1127in the definition of this language environment.
4ed46869 1128KEY is a symbol denoting the kind of information.
2c395d56 1129INFO is the value for that information.
281d03ec 1130
2c395d56 1131For a list of useful values for KEY and their meanings,
f08adf27 1132see `language-info-alist'."
2c395d56
RS
1133 (if (symbolp lang-env)
1134 (setq lang-env (symbol-name lang-env)))
eec5c8f9
KH
1135 (set-language-info-internal lang-env key info)
1136 (if (equal lang-env current-language-environment)
d042f8b4 1137 (cond ((eq key 'coding-priority)
e9a8ed3c
KH
1138 (set-language-environment-coding-systems lang-env)
1139 (set-language-environment-charset lang-env))
d042f8b4
KH
1140 ((eq key 'input-method)
1141 (set-language-environment-input-method lang-env))
1142 ((eq key 'nonascii-translation)
1143 (set-language-environment-nonascii-translation lang-env))
1144 ((eq key 'charset)
1145 (set-language-environment-charset lang-env))
597e2240 1146 ((and (not (default-value 'enable-multibyte-characters))
d042f8b4
KH
1147 (or (eq key 'unibyte-syntax) (eq key 'unibyte-display)))
1148 (set-language-environment-unibyte lang-env)))))
eec5c8f9
KH
1149
1150(defun set-language-info-internal (lang-env key info)
1151 "Internal use only.
1152Arguments are the same as `set-language-info'."
4ed46869 1153 (let (lang-slot key-slot)
2c395d56 1154 (setq lang-slot (assoc lang-env language-info-alist))
4ed46869 1155 (if (null lang-slot) ; If no slot for the language, add it.
2c395d56 1156 (setq lang-slot (list lang-env)
4ed46869
KH
1157 language-info-alist (cons lang-slot language-info-alist)))
1158 (setq key-slot (assq key lang-slot))
1159 (if (null key-slot) ; If no slot for the key, add it.
1160 (progn
1161 (setq key-slot (list key))
1162 (setcdr lang-slot (cons key-slot (cdr lang-slot)))))
590dbcba 1163 (setcdr key-slot (purecopy info))
1169bd86 1164 ;; Update the custom-type of `current-language-environment'.
590dbcba 1165 (put 'current-language-environment 'custom-type
1169bd86
MR
1166 (cons 'choice (mapcar
1167 (lambda (lang)
756e055f
MR
1168 (list 'const lang))
1169 (sort (mapcar 'car language-info-alist) 'string<))))))
4ed46869 1170
2c395d56
RS
1171(defun set-language-info-alist (lang-env alist &optional parents)
1172 "Store ALIST as the definition of language environment LANG-ENV.
1173ALIST is an alist of KEY and INFO values. See the documentation of
98c6d6ed 1174`language-info-alist' for the meanings of KEY and INFO.
54b226f7 1175
2c395d56 1176Optional arg PARENTS is a list of parent menu names; it specifies
d37ef0f6 1177where to put this language environment in the
2c395d56
RS
1178Describe Language Environment and Set Language Environment menus.
1179For example, (\"European\") means to put this language environment
1180in the European submenu in each of those two menus."
905a9ed3
DN
1181 (cond ((symbolp lang-env)
1182 (setq lang-env (symbol-name lang-env)))
1183 ((stringp lang-env)
1184 (setq lang-env (purecopy lang-env))))
54b226f7
KH
1185 (let ((describe-map describe-language-environment-map)
1186 (setup-map setup-language-environment-map))
1187 (if parents
1188 (let ((l parents)
9deed82f 1189 map parent-symbol parent prompt)
54b226f7
KH
1190 (while l
1191 (if (symbolp (setq parent-symbol (car l)))
1192 (setq parent (symbol-name parent))
1193 (setq parent parent-symbol parent-symbol (intern parent)))
1194 (setq map (lookup-key describe-map (vector parent-symbol)))
9deed82f
EZ
1195 ;; This prompt string is for define-prefix-command, so
1196 ;; that the map it creates will be suitable for a menu.
1197 (or map (setq prompt (format "%s Environment" parent)))
54b226f7
KH
1198 (if (not map)
1199 (progn
1200 (setq map (intern (format "describe-%s-environment-map"
1201 (downcase parent))))
9deed82f 1202 (define-prefix-command map nil prompt)
54b226f7 1203 (define-key-after describe-map (vector parent-symbol)
64657387 1204 (cons parent map))))
54b226f7
KH
1205 (setq describe-map (symbol-value map))
1206 (setq map (lookup-key setup-map (vector parent-symbol)))
1207 (if (not map)
1208 (progn
1209 (setq map (intern (format "setup-%s-environment-map"
1210 (downcase parent))))
9deed82f 1211 (define-prefix-command map nil prompt)
54b226f7 1212 (define-key-after setup-map (vector parent-symbol)
64657387 1213 (cons parent map))))
54b226f7
KH
1214 (setq setup-map (symbol-value map))
1215 (setq l (cdr l)))))
f08adf27
RS
1216
1217 ;; Set up menu items for this language env.
7624ebb9 1218 (let ((doc (assq 'documentation alist)))
f08adf27
RS
1219 (when doc
1220 (define-key-after describe-map (vector (intern lang-env))
64657387 1221 (cons lang-env 'describe-specified-language-support))))
7624ebb9 1222 (define-key-after setup-map (vector (intern lang-env))
64657387 1223 (cons lang-env 'setup-specified-language-environment))
f08adf27 1224
eec5c8f9
KH
1225 (dolist (elt alist)
1226 (set-language-info-internal lang-env (car elt) (cdr elt)))
d35deeec 1227
eec5c8f9
KH
1228 (if (equal lang-env current-language-environment)
1229 (set-language-environment lang-env))))
4ed46869 1230
ae302641 1231(defun read-language-name (key prompt &optional default)
2c395d56 1232 "Read a language environment name which has information for KEY.
ddb5c041 1233If KEY is nil, read any language environment.
2c395d56
RS
1234Prompt with PROMPT. DEFAULT is the default choice of language environment.
1235This returns a language environment name as a string."
4ed46869
KH
1236 (let* ((completion-ignore-case t)
1237 (name (completing-read prompt
1238 language-info-alist
ddb5c041 1239 (and key
ca429a25 1240 (function (lambda (elm) (and (listp elm) (assq key elm)))))
ae302641 1241 t nil nil default)))
13e82c04 1242 (if (and (> (length name) 0)
ddb5c041
KH
1243 (or (not key)
1244 (get-language-info name key)))
13e82c04 1245 name)))
4ed46869
KH
1246\f
1247;;; Multilingual input methods.
d37ef0f6 1248(defgroup leim nil
d0c40faa
KH
1249 "LEIM: Libraries of Emacs Input Methods."
1250 :group 'mule)
4ed46869 1251
d0b9c3ab
KH
1252(defconst leim-list-file-name "leim-list.el"
1253 "Name of LEIM list file.
1254This file contains a list of libraries of Emacs input methods (LEIM)
1255in the format of Lisp expression for registering each input method.
1256Emacs loads this file at startup time.")
1257
905a9ed3 1258(defconst leim-list-header (format
316732d2 1259";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: utf-8;-*-
d0b9c3ab 1260;;
bcd76f45
SM
1261;; This file is automatically generated.
1262;;
d0b9c3ab 1263;; This file contains a list of LEIM (Library of Emacs Input Method)
c654de1d
DL
1264;; methods in the same directory as this file. Loading this file
1265;; registers all the input methods in Emacs.
d0b9c3ab 1266;;
d33d5fbe 1267;; Each entry has the form:
d0b9c3ab
KH
1268;; (register-input-method
1269;; INPUT-METHOD LANGUAGE-NAME ACTIVATE-FUNC
1270;; TITLE DESCRIPTION
1271;; ARG ...)
c654de1d 1272;; See the function `register-input-method' for the meanings of the arguments.
d0b9c3ab 1273;;
bcd76f45 1274;; If this directory is included in `load-path', Emacs automatically
d0b9c3ab
KH
1275;; loads this file at startup time.
1276
1277"
1278 leim-list-file-name)
1279 "Header to be inserted in LEIM list file.")
1280
905a9ed3 1281(defconst leim-list-entry-regexp "^(register-input-method"
d0b9c3ab 1282 "Regexp matching head of each entry in LEIM list file.
caff3c0a 1283See also the variable `leim-list-header'.")
d0b9c3ab
KH
1284
1285(defvar update-leim-list-functions
1286 '(quail-update-leim-list-file)
1287 "List of functions to call to update LEIM list file.
1288Each function is called with one arg, LEIM directory name.")
1289
a337fe7f
RS
1290(defun update-leim-list-file (&rest dirs)
1291 "Update LEIM list file in directories DIRS."
d0d8885d
JB
1292 (dolist (function update-leim-list-functions)
1293 (apply function dirs)))
d0b9c3ab 1294
4ed46869
KH
1295(defvar current-input-method nil
1296 "The current input method for multilingual text.
96db204a 1297If nil, that means no input method is activated now.")
4ed46869
KH
1298(make-variable-buffer-local 'current-input-method)
1299(put 'current-input-method 'permanent-local t)
1300
1301(defvar current-input-method-title nil
d0b9c3ab 1302 "Title string of the current input method shown in mode line.")
4ed46869
KH
1303(make-variable-buffer-local 'current-input-method-title)
1304(put 'current-input-method-title 'permanent-local t)
1305
8c24b7f6
SM
1306(define-widget 'mule-input-method-string 'string
1307 "String widget with completion for input method."
1308 :completions
1309 (lambda (string pred action)
1310 (let ((completion-ignore-case t))
1311 (complete-with-action action input-method-alist string pred)))
1312 :prompt-history 'input-method-history)
1313
b4fba33f 1314(defcustom default-input-method nil
caff3c0a 1315 "Default input method for multilingual text (a string).
b4fba33f 1316This is the input method activated automatically by the command
9b10b5a3 1317`toggle-input-method' (\\[toggle-input-method])."
1f547b92 1318 :link '(custom-manual "(emacs)Input Methods")
8861c593 1319 :group 'mule
8c24b7f6
SM
1320 :type `(choice (const nil)
1321 mule-input-method-string)
5806e8a6 1322 :set-after '(current-language-environment))
b4fba33f 1323
0f835e87
KH
1324(put 'input-method-function 'permanent-local t)
1325
723a427a 1326(defvar input-method-history nil
6f5d2452
EZ
1327 "History list of input methods read from the minibuffer.
1328
1329Maximum length of the history list is determined by the value
1330of `history-length', which see.")
723a427a
KH
1331(make-variable-buffer-local 'input-method-history)
1332(put 'input-method-history 'permanent-local t)
4ed46869 1333
e098de97
PE
1334(define-obsolete-variable-alias
1335 'inactivate-current-input-method-function
2a1e2476 1336 'deactivate-current-input-method-function "24.3")
72b255c7
PE
1337(defvar deactivate-current-input-method-function nil
1338 "Function to call for deactivating the current input method.
4ed46869 1339Every input method should set this to an appropriate value when activated.
f17ccaee
KH
1340This function is called with no argument.
1341
1342This function should never change the value of `current-input-method'.
72b255c7
PE
1343It is set to nil by the function `deactivate-input-method'.")
1344(make-variable-buffer-local 'deactivate-current-input-method-function)
1345(put 'deactivate-current-input-method-function 'permanent-local t)
4ed46869
KH
1346
1347(defvar describe-current-input-method-function nil
1348 "Function to call for describing the current input method.
1349This function is called with no argument.")
1350(make-variable-buffer-local 'describe-current-input-method-function)
1351(put 'describe-current-input-method-function 'permanent-local t)
1352
d0b9c3ab 1353(defvar input-method-alist nil
2c395d56 1354 "Alist of input method names vs how to use them.
d0b9c3ab 1355Each element has the form:
2c395d56
RS
1356 (INPUT-METHOD LANGUAGE-ENV ACTIVATE-FUNC TITLE DESCRIPTION ARGS...)
1357See the function `register-input-method' for the meanings of the elements.")
ac549fa5 1358;;;###autoload
6dc3311d 1359(put 'input-method-alist 'risky-local-variable t)
2c395d56 1360
f08adf27 1361(defun register-input-method (input-method lang-env &rest args)
bf42aa15 1362 "Register INPUT-METHOD as an input method for language environment LANG-ENV.
d0b9c3ab 1363
d35deeec 1364INPUT-METHOD and LANG-ENV are symbols or strings.
2c395d56
RS
1365ACTIVATE-FUNC is a function to call to activate this method.
1366TITLE is a string to show in the mode line when this method is active.
1367DESCRIPTION is a string describing this method and what it is good for.
1368The ARGS, if any, are passed as arguments to ACTIVATE-FUNC.
205814ee
KH
1369All told, the arguments to ACTIVATE-FUNC are INPUT-METHOD and the ARGS.
1370
c654de1d
DL
1371This function is mainly used in the file \"leim-list.el\" which is
1372created at Emacs build time, registering all Quail input methods
0b6cadff 1373contained in the Emacs distribution.
205814ee 1374
0b6cadff 1375In case you want to register a new Quail input method by yourself, be
205814ee 1376careful to use the same input method title as given in the third
0b6cadff
DL
1377parameter of `quail-define-package'. (If the values are different, the
1378string specified in this function takes precedence.)
205814ee
KH
1379
1380The commands `describe-input-method' and `list-input-methods' need
0b6cadff 1381these duplicated values to show some information about input methods
d35deeec
JB
1382without loading the relevant Quail packages.
1383\n(fn INPUT-METHOD LANG-ENV ACTIVATE-FUNC TITLE DESCRIPTION &rest ARGS)"
f08adf27 1384 (if (symbolp lang-env)
ebfa10d3
DN
1385 (setq lang-env (symbol-name lang-env))
1386 (setq lang-env (purecopy lang-env)))
4ef06f75 1387 (if (symbolp input-method)
ebfa10d3
DN
1388 (setq input-method (symbol-name input-method))
1389 (setq input-method (purecopy input-method)))
1390 (setq args (mapcar 'purecopy args))
f08adf27 1391 (let ((info (cons lang-env args))
d0b9c3ab
KH
1392 (slot (assoc input-method input-method-alist)))
1393 (if slot
1394 (setcdr slot info)
1395 (setq slot (cons input-method info))
1396 (setq input-method-alist (cons slot input-method-alist)))))
1397
4d5ac029 1398(defun read-input-method-name (prompt &optional default inhibit-null)
d0b9c3ab 1399 "Read a name of input method from a minibuffer prompting with PROMPT.
4d5ac029 1400If DEFAULT is non-nil, use that as the default,
0b6cadff 1401and substitute it into PROMPT at the first `%s'.
4ef06f75
KH
1402If INHIBIT-NULL is non-nil, null input signals an error.
1403
1404The return value is a string."
4d5ac029
RS
1405 (if default
1406 (setq prompt (format prompt default)))
d0b9c3ab 1407 (let* ((completion-ignore-case t)
c54044ff
KH
1408 ;; As it is quite normal to change input method in the
1409 ;; minibuffer, we must enable it even if
1410 ;; enable-recursive-minibuffers is currently nil.
1411 (enable-recursive-minibuffers t)
723a427a
KH
1412 ;; This binding is necessary because input-method-history is
1413 ;; buffer local.
d0b9c3ab 1414 (input-method (completing-read prompt input-method-alist
87505a98
RS
1415 nil t nil 'input-method-history
1416 default)))
bf294e6e
KH
1417 (if (and input-method (symbolp input-method))
1418 (setq input-method (symbol-name input-method)))
d0b9c3ab
KH
1419 (if (> (length input-method) 0)
1420 input-method
1421 (if inhibit-null
43807b77 1422 (error "No valid input method is specified")))))
d0b9c3ab 1423
d0b9c3ab 1424(defun activate-input-method (input-method)
2c395d56
RS
1425 "Switch to input method INPUT-METHOD for the current buffer.
1426If some other input method is already active, turn it off first.
1427If INPUT-METHOD is nil, deactivate any current input method."
305a3cb6 1428 (if (and input-method (symbolp input-method))
4ef06f75 1429 (setq input-method (symbol-name input-method)))
723a427a
KH
1430 (if (and current-input-method
1431 (not (string= current-input-method input-method)))
72b255c7 1432 (deactivate-input-method))
2c395d56 1433 (unless (or current-input-method (null input-method))
d0b9c3ab
KH
1434 (let ((slot (assoc input-method input-method-alist)))
1435 (if (null slot)
723a427a 1436 (error "Can't activate input method `%s'" input-method))
278dd6ac 1437 (setq current-input-method-title nil)
8efc03e1
KH
1438 (let ((func (nth 2 slot)))
1439 (if (functionp func)
1440 (apply (nth 2 slot) input-method (nthcdr 5 slot))
1441 (if (and (consp func) (symbolp (car func)) (symbolp (cdr func)))
1442 (progn
1443 (require (cdr func))
1444 (apply (car func) input-method (nthcdr 5 slot)))
1445 (error "Can't activate input method `%s'" input-method))))
d0b9c3ab 1446 (setq current-input-method input-method)
278dd6ac
KH
1447 (or (stringp current-input-method-title)
1448 (setq current-input-method-title (nth 3 slot)))
28885c0e
KH
1449 (unwind-protect
1450 (run-hooks 'input-method-activate-hook)
1451 (force-mode-line-update)))))
15b3e511 1452
72b255c7 1453(defun deactivate-input-method ()
f17ccaee 1454 "Turn off the current input method."
723a427a
KH
1455 (when current-input-method
1456 (if input-method-history
1457 (unless (string= current-input-method (car input-method-history))
1458 (setq input-method-history
1459 (cons current-input-method
1460 (delete current-input-method input-method-history))))
1461 (setq input-method-history (list current-input-method)))
1462 (unwind-protect
36f8618c
KH
1463 (progn
1464 (setq input-method-function nil
1465 current-input-method-title nil)
72b255c7 1466 (funcall deactivate-current-input-method-function))
15b3e511 1467 (unwind-protect
72b255c7
PE
1468 (run-hooks
1469 'input-method-inactivate-hook ; for backward compatibility
1470 'input-method-deactivate-hook)
36f8618c 1471 (setq current-input-method nil)
28885c0e 1472 (force-mode-line-update)))))
4ed46869 1473
bb6eb9fc
PE
1474(define-obsolete-function-alias
1475 'inactivate-input-method
2a1e2476 1476 'deactivate-input-method "24.3")
bb6eb9fc 1477
e893eae2 1478(defun set-input-method (input-method &optional interactive)
2c395d56 1479 "Select and activate input method INPUT-METHOD for the current buffer.
bc406911 1480This also sets the default input method to the one you specify.
402dbbd1
EZ
1481If INPUT-METHOD is nil, this function turns off the input method, and
1482also causes you to be prompted for a name of an input method the next
1483time you invoke \\[toggle-input-method].
e893eae2
RS
1484When called interactively, the optional arg INTERACTIVE is non-nil,
1485which marks the variable `default-input-method' as set for Custom buffers.
402dbbd1 1486
bc406911 1487To deactivate the input method interactively, use \\[toggle-input-method].
72b255c7 1488To deactivate it programmatically, use `deactivate-input-method'."
d0b9c3ab 1489 (interactive
723a427a 1490 (let* ((default (or (car input-method-history) default-input-method)))
42395763 1491 (list (read-input-method-name
87505a98 1492 (if default "Select input method (default %s): " "Select input method: ")
e893eae2
RS
1493 default t)
1494 t)))
d0b9c3ab 1495 (activate-input-method input-method)
f4990970 1496 (setq default-input-method input-method)
e893eae2 1497 (when interactive
f4990970
PA
1498 (customize-mark-as-set 'default-input-method))
1499 default-input-method)
4ed46869 1500
023df4cf
RS
1501(defvar toggle-input-method-active nil
1502 "Non-nil inside `toggle-input-method'.")
1503
e893eae2 1504(defun toggle-input-method (&optional arg interactive)
f8ec20be
RS
1505 "Enable or disable multilingual text input method for the current buffer.
1506Only one input method can be enabled at any time in a given buffer.
1507
d0d8885d
JB
1508The normal action is to enable an input method if none was enabled,
1509and disable the current one otherwise. Which input method to enable
1510can be determined in various ways--either the one most recently used,
1511or the one specified by `default-input-method', or as a last resort
1512by reading the name of an input method in the minibuffer.
f8ec20be 1513
d0d8885d 1514With a prefix argument ARG, read an input method name with the minibuffer
f8ec20be 1515and enable that one. The default is the most recent input method specified
e893eae2 1516\(not including the currently active input method, if any).
f8ec20be 1517
d0d8885d 1518When called interactively, the optional argument INTERACTIVE is non-nil,
e893eae2
RS
1519which marks the variable `default-input-method' as set for Custom buffers."
1520
1521 (interactive "P\np")
023df4cf
RS
1522 (if toggle-input-method-active
1523 (error "Recursive use of `toggle-input-method'"))
7ddbb5bc 1524 (if (and current-input-method (not arg))
72b255c7 1525 (deactivate-input-method)
023df4cf
RS
1526 (let ((toggle-input-method-active t)
1527 (default (or (car input-method-history) default-input-method)))
7ddbb5bc
RS
1528 (if (and arg default (equal current-input-method default)
1529 (> (length input-method-history) 1))
1530 (setq default (nth 1 input-method-history)))
723a427a
KH
1531 (activate-input-method
1532 (if (or arg (not default))
7ddbb5bc
RS
1533 (progn
1534 (read-input-method-name
1535 (if default "Input method (default %s): " "Input method: " )
1536 default t))
723a427a 1537 default))
f4990970 1538 (unless default-input-method
d37ef0f6 1539 (prog1
f4990970 1540 (setq default-input-method current-input-method)
e893eae2 1541 (when interactive
f4990970 1542 (customize-mark-as-set 'default-input-method)))))))
d0b9c3ab 1543
26b3dce6 1544(autoload 'help-buffer "help-mode")
0855c6cd 1545
d0b9c3ab 1546(defun describe-input-method (input-method)
2c395d56 1547 "Describe input method INPUT-METHOD."
d0b9c3ab
KH
1548 (interactive
1549 (list (read-input-method-name
5b76833f 1550 "Describe input method (default current choice): ")))
78754934 1551 (if (and input-method (symbolp input-method))
4ef06f75 1552 (setq input-method (symbol-name input-method)))
43125c28
RS
1553 (help-setup-xref (list #'describe-input-method
1554 (or input-method current-input-method))
32226619 1555 (called-interactively-p 'interactive))
f80e2142 1556
d0b9c3ab
KH
1557 (if (null input-method)
1558 (describe-current-input-method)
464cc130
KH
1559 (let ((current current-input-method))
1560 (condition-case nil
1561 (progn
1562 (save-excursion
1563 (activate-input-method input-method)
1564 (describe-current-input-method))
1565 (activate-input-method current))
d37ef0f6 1566 (error
464cc130 1567 (activate-input-method current)
5f395df3 1568 (help-setup-xref (list #'describe-input-method input-method)
32226619 1569 (called-interactively-p 'interactive))
5f395df3 1570 (with-output-to-temp-buffer (help-buffer)
464cc130
KH
1571 (let ((elt (assoc input-method input-method-alist)))
1572 (princ (format
1573 "Input method: %s (`%s' in mode line) for %s\n %s\n"
1574 input-method (nth 3 elt) (nth 1 elt) (nth 4 elt))))))))))
d0b9c3ab
KH
1575
1576(defun describe-current-input-method ()
f80e2142
RS
1577 "Describe the input method currently in use.
1578This is a subroutine for `describe-input-method'."
4ed46869
KH
1579 (if current-input-method
1580 (if (and (symbolp describe-current-input-method-function)
1581 (fboundp describe-current-input-method-function))
1582 (funcall describe-current-input-method-function)
1583 (message "No way to describe the current input method `%s'"
f2979bdb 1584 current-input-method)
4ed46869 1585 (ding))
d0b9c3ab 1586 (error "No input method is activated now")))
4ed46869 1587
d3459641 1588(defun read-multilingual-string (prompt &optional initial-input input-method)
4ed46869
KH
1589 "Read a multilingual string from minibuffer, prompting with string PROMPT.
1590The input method selected last time is activated in minibuffer.
d0d8885d
JB
1591If optional second argument INITIAL-INPUT is non-nil, insert it in the
1592minibuffer initially.
1593Optional 3rd argument INPUT-METHOD specifies the input method to be activated
1594instead of the one selected last time. It is a symbol or a string."
88d559ec
KH
1595 (setq input-method
1596 (or input-method
d3459641 1597 current-input-method
88d559ec
KH
1598 default-input-method
1599 (read-input-method-name "Input method: " nil t)))
3df60841 1600 (if (and input-method (symbolp input-method))
4ef06f75 1601 (setq input-method (symbol-name input-method)))
305a3cb6
KH
1602 (let ((prev-input-method current-input-method))
1603 (unwind-protect
1604 (progn
1605 (activate-input-method input-method)
1606 (read-string prompt initial-input nil nil t))
1607 (activate-input-method prev-input-method))))
4ed46869
KH
1608
1609;; Variables to control behavior of input methods. All input methods
1610;; should react to these variables.
1611
8efc03e1 1612(defcustom input-method-verbose-flag 'default
caff3c0a 1613 "A flag to control extra guidance given by input methods.
8efc03e1 1614The value should be nil, t, `complex-only', or `default'.
4ed46869 1615
cb29dfb6 1616The extra guidance is done by showing list of available keys in echo
8efc03e1
KH
1617area. When you use the input method in the minibuffer, the guidance
1618is shown at the bottom short window (split from the existing window).
c27c4ed8 1619
8efc03e1
KH
1620If the value is t, extra guidance is always given, if the value is
1621nil, extra guidance is always suppressed.
1622
1623If the value is `complex-only', only complex input methods such as
1624`chinese-py' and `japanese' give extra guidance.
1625
1626If the value is `default', complex input methods always give extra
1627guidance, but simple input methods give it only when you are not in
1628the minibuffer.
1629
1630See also the variable `input-method-highlight-flag'."
d37ef0f6
DL
1631 :type '(choice (const :tag "Always" t) (const :tag "Never" nil)
1632 (const complex-only) (const default))
42395763
RS
1633 :group 'mule)
1634
1635(defcustom input-method-highlight-flag t
caff3c0a 1636 "If this flag is non-nil, input methods highlight partially-entered text.
42395763
RS
1637For instance, while you are in the middle of a Quail input method sequence,
1638the text inserted so far is temporarily underlined.
8efc03e1
KH
1639The underlining goes away when you finish or abort the input method sequence.
1640See also the variable `input-method-verbose-flag'."
42395763
RS
1641 :type 'boolean
1642 :group 'mule)
4ed46869 1643
1f547b92 1644(defcustom input-method-activate-hook nil
f17ccaee
KH
1645 "Normal hook run just after an input method is activated.
1646
1647The variable `current-input-method' keeps the input method name
1f547b92
DL
1648just activated."
1649 :type 'hook
1650 :group 'mule)
4ed46869 1651
72b255c7
PE
1652(define-obsolete-variable-alias
1653 'input-method-inactivate-hook
2a1e2476 1654 'input-method-deactivate-hook "24.3")
72b255c7
PE
1655
1656(defcustom input-method-deactivate-hook nil
1657 "Normal hook run just after an input method is deactivated.
f17ccaee
KH
1658
1659The variable `current-input-method' still keeps the input method name
72b255c7 1660just deactivated."
1f547b92 1661 :type 'hook
72b255c7 1662 :group 'mule
2a1e2476 1663 :version "24.3")
4ed46869 1664
1f547b92 1665(defcustom input-method-after-insert-chunk-hook nil
8f924df7 1666 "Normal hook run just after an input method insert some chunk of text."
1f547b92
DL
1667 :type 'hook
1668 :group 'mule)
4ed46869 1669
dccca980 1670(defvar input-method-exit-on-first-char nil
0b6cadff 1671 "This flag controls when an input method returns.
dccca980
KH
1672Usually, the input method does not return while there's a possibility
1673that it may find a different translation if a user types another key.
d0d8885d
JB
1674But, if this flag is non-nil, the input method returns as soon as the
1675current key sequence gets long enough to have some valid translation.")
dccca980 1676
1f547b92 1677(defcustom input-method-use-echo-area nil
dccca980 1678 "This flag controls how an input method shows an intermediate key sequence.
39e643e2
RS
1679Usually, the input method inserts the intermediate key sequence,
1680or candidate translations corresponding to the sequence,
1681at point in the current buffer.
1f547b92
DL
1682But, if this flag is non-nil, it displays them in echo area instead."
1683 :type 'hook
1684 :group 'mule)
dccca980 1685
723a427a 1686(defvar input-method-exit-on-invalid-key nil
fea6b736 1687 "This flag controls the behavior of an input method on invalid key input.
723a427a
KH
1688Usually, when a user types a key which doesn't start any character
1689handled by the input method, the key is handled by turning off the
e8dd0160 1690input method temporarily. After that key, the input method is re-enabled.
723a427a
KH
1691But, if this flag is non-nil, the input method is never back on.")
1692
4ed46869 1693\f
1f547b92 1694(defcustom set-language-environment-hook nil
8efc03e1
KH
1695 "Normal hook run after some language environment is set.
1696
1697When you set some hook function here, that effect usually should not
1698be inherited to another language environment. So, you had better set
1699another function in `exit-language-environment-hook' (which see) to
1f547b92
DL
1700cancel the effect."
1701 :type 'hook
1702 :group 'mule)
8efc03e1 1703
1f547b92 1704(defcustom exit-language-environment-hook nil
8efc03e1
KH
1705 "Normal hook run after exiting from some language environment.
1706When this hook is run, the variable `current-language-environment'
1707is still bound to the language environment being exited.
1708
e8dd0160 1709This hook is mainly used for canceling the effect of
caff3c0a 1710`set-language-environment-hook' (which see)."
1f547b92
DL
1711 :type 'hook
1712 :group 'mule)
8efc03e1 1713
b0648a00
RS
1714(put 'setup-specified-language-environment 'apropos-inhibit t)
1715
15b3e511 1716(defun setup-specified-language-environment ()
f08adf27 1717 "Switch to a specified language environment."
15b3e511 1718 (interactive)
f850d782 1719 (let (language-name)
15b3e511
KH
1720 (if (and (symbolp last-command-event)
1721 (or (not (eq last-command-event 'Default))
1722 (setq last-command-event 'English))
f850d782 1723 (setq language-name (symbol-name last-command-event)))
f4990970
PA
1724 (prog1
1725 (set-language-environment language-name)
1726 (customize-mark-as-set 'current-language-environment))
15b3e511 1727 (error "Bogus calling sequence"))))
4ed46869 1728
8861c593 1729(defcustom current-language-environment "English"
94d04df6 1730 "The last language environment specified with `set-language-environment'.
ebef6d93
KH
1731This variable should be set only with \\[customize], which is equivalent
1732to using the function `set-language-environment'."
94d04df6 1733 :link '(custom-manual "(emacs)Language Environments")
dff1aa24 1734 :set (lambda (symbol value) (set-language-environment value))
94d04df6 1735 :get (lambda (x)
f15466c5 1736 (or (car-safe (assoc-string
94d04df6
DL
1737 (if (symbolp current-language-environment)
1738 (symbol-name current-language-environment)
1739 current-language-environment)
f15466c5 1740 language-info-alist t))
94d04df6 1741 "English"))
990a4108
MR
1742 ;; custom type will be updated with `set-language-info'.
1743 :type (if language-info-alist
1744 (cons 'choice (mapcar
1745 (lambda (lang)
756e055f
MR
1746 (list 'const lang))
1747 (sort (mapcar 'car language-info-alist) 'string<)))
990a4108 1748 'string)
8861c593 1749 :initialize 'custom-initialize-default
eb9fc9e6 1750 :group 'mule)
f850d782 1751
ddb5c041
KH
1752(defun reset-language-environment ()
1753 "Reset multilingual environment of Emacs to the default status.
1754
1755The default status is as follows:
1756
d37ef0f6 1757 The default value of `buffer-file-coding-system' is nil.
ddb5c041
KH
1758 The default coding system for process I/O is nil.
1759 The default value for the command `set-terminal-coding-system' is nil.
1760 The default value for the command `set-keyboard-coding-system' is nil.
1761
97941b05
KH
1762 The order of priorities of coding systems are as follows:
1763 utf-8
1764 iso-2022-7bit
1765 iso-latin-1
1766 iso-2022-7bit-lock
1767 iso-2022-8bit-ss2
1768 emacs-mule
1769 raw-text"
ddb5c041
KH
1770 (interactive)
1771 ;; This function formerly set default-enable-multibyte-characters to t,
1772 ;; but that is incorrect. It should not alter the unibyte/multibyte choice.
1773
97941b05
KH
1774 (set-coding-system-priority
1775 'utf-8
1776 'iso-2022-7bit
1777 'iso-latin-1
1778 'iso-2022-7bit-lock
1779 'iso-2022-8bit-ss2
1780 'emacs-mule
1781 'raw-text)
91693d18 1782
ddb5c041 1783 (set-default-coding-systems nil)
b5edd1d1 1784 (setq default-sendmail-coding-system 'iso-latin-1)
a41118cc
SM
1785 ;; On Darwin systems, this should be utf-8, but when this file is loaded
1786 ;; utf-8 is not yet defined, so we set it in set-locale-environment instead.
787caf99 1787 (setq default-file-name-coding-system 'iso-latin-1)
1d77e15a
JR
1788 ;; Preserve eol-type from existing default-process-coding-systems.
1789 ;; On non-unix-like systems in particular, these may have been set
1790 ;; carefully by the user, or by the startup code, to deal with the
1791 ;; users shell appropriately, so should not be altered by changing
1792 ;; language environment.
1793 (let ((output-coding
a099a2ff
JR
1794 ;; When bootstrapping, coding-systems are not defined yet, so
1795 ;; we need to catch the error from check-coding-system.
d37ef0f6 1796 (condition-case nil
a099a2ff
JR
1797 (coding-system-change-text-conversion
1798 (car default-process-coding-system) 'undecided)
1799 (coding-system-error 'undecided)))
1d77e15a 1800 (input-coding
a099a2ff
JR
1801 (condition-case nil
1802 (coding-system-change-text-conversion
1803 (cdr default-process-coding-system) 'iso-latin-1)
1804 (coding-system-error 'iso-latin-1))))
1d77e15a
JR
1805 (setq default-process-coding-system
1806 (cons output-coding input-coding)))
b5edd1d1 1807
a43977db
KH
1808 ;; Put the highest priority to the charset iso-8859-1 to prefer the
1809 ;; registry iso8859-1 over iso8859-2 in font selection. It also
1810 ;; makes unibyte-display-via-language-environment to use iso-8859-1
1811 ;; as the unibyte charset.
1812 (set-charset-priority 'iso-8859-1)
1813
ddb5c041
KH
1814 ;; Don't alter the terminal and keyboard coding systems here.
1815 ;; The terminal still supports the same coding system
1816 ;; that it supported a minute ago.
1b8dc791
SM
1817 ;; (set-terminal-coding-system-internal nil)
1818 ;; (set-keyboard-coding-system-internal nil)
ddb5c041 1819
33de15f4
SM
1820 ;; Back in Emacs-20, it was necessary to provide some fallback implicit
1821 ;; conversion, because almost no packages handled coding-system issues.
1822 ;; Nowadays it'd just paper over bugs.
1823 ;; (set-unibyte-charset 'iso-8859-1)
1824 )
ddb5c041 1825
0c47a7c8
KH
1826(reset-language-environment)
1827
97c57fb2 1828(defun set-display-table-and-terminal-coding-system (language-name &optional coding-system display)
40c81f74
PE
1829 "Set up the display table and terminal coding system for LANGUAGE-NAME."
1830 (let ((coding (get-language-info language-name 'unibyte-display)))
735b7c87
KH
1831 (if (and coding
1832 (or (not coding-system)
1833 (coding-system-equal coding coding-system)))
40c81f74 1834 (standard-display-european-internal)
a67ae60e
EZ
1835 ;; The following 2 lines undo the 8-bit display that we set up
1836 ;; in standard-display-european-internal, which see. This is in
1837 ;; case the user has used standard-display-european earlier in
970c9391 1838 ;; this session.
d73a7bb8
JPW
1839 (when standard-display-table
1840 (dotimes (i 128)
b221615b 1841 (aset standard-display-table (+ i 128) nil))))
970c9391 1842 (set-terminal-coding-system (or coding-system coding) display)))
40c81f74 1843
166246f7 1844(defun set-language-environment (language-name)
9c758578 1845 "Set up multilingual environment for using LANGUAGE-NAME.
6c05d680 1846This sets the coding system priority and the default input method
8861c593
RS
1847and sometimes other things. LANGUAGE-NAME should be a string
1848which is the name of a language environment. For example, \"Latin-1\"
ca7d96c8
GM
1849specifies the character set for the major languages of Western Europe.
1850
1851If there is a prior value for `current-language-environment', this
1852runs the hook `exit-language-environment-hook'. After setting up
1853the new language environment, it runs `set-language-environment-hook'."
8efc03e1 1854 (interactive (list (read-language-name
ddb5c041 1855 nil
5b76833f 1856 "Set language environment (default English): ")))
4ef06f75
KH
1857 (if language-name
1858 (if (symbolp language-name)
1859 (setq language-name (symbol-name language-name)))
1860 (setq language-name "English"))
f15466c5 1861 (let ((slot (assoc-string language-name language-info-alist t)))
95498fd0 1862 (unless slot
f850d782 1863 (error "Language environment not defined: %S" language-name))
95498fd0 1864 (setq language-name (car slot)))
8efc03e1
KH
1865 (if current-language-environment
1866 (let ((func (get-language-info current-language-environment
1867 'exit-function)))
e63645c2 1868 (run-hooks 'exit-language-environment-hook)
5f395df3 1869 (if (functionp func) (funcall func))))
ddb5c041 1870
e9a8ed3c
KH
1871 (reset-language-environment)
1872 ;; The features might set up coding systems.
ddb5c041
KH
1873 (let ((required-features (get-language-info language-name 'features)))
1874 (while required-features
1875 (require (car required-features))
1876 (setq required-features (cdr required-features))))
6b61353c 1877
e9a8ed3c
KH
1878 (setq current-language-environment language-name)
1879
1880 (set-language-environment-coding-systems language-name)
1881 (set-language-environment-input-method language-name)
1882 (set-language-environment-nonascii-translation language-name)
1883 (set-language-environment-charset language-name)
1884 ;; Unibyte setups if necessary.
597e2240 1885 (unless (default-value 'enable-multibyte-characters)
e9a8ed3c
KH
1886 (set-language-environment-unibyte language-name))
1887
ddb5c041 1888 (let ((func (get-language-info language-name 'setup-function)))
5f395df3 1889 (if (functionp func)
ddb5c041 1890 (funcall func)))
e9a8ed3c 1891
8aeebac2 1892 (setq current-iso639-language
e9aaa1db
KH
1893 (or (get-language-info language-name 'iso639-language)
1894 current-iso639-language))
8aeebac2 1895
8efc03e1 1896 (run-hooks 'set-language-environment-hook)
f850d782 1897 (force-mode-line-update t))
4ed46869 1898
c3869589 1899(define-widget 'charset 'symbol
aaa448c9 1900 "An Emacs charset."
1644d5b9 1901 :tag "Charset"
8c24b7f6
SM
1902 :completions
1903 (lambda (string pred action)
1904 (let ((completion-ignore-case t))
1905 (completion-table-with-predicate
1906 obarray #'charsetp 'strict string pred action)))
c3869589
DL
1907 :value 'ascii
1908 :validate (lambda (widget)
1909 (unless (charsetp (widget-value widget))
1910 (widget-put widget :error (format "Invalid charset: %S"
1911 (widget-value widget)))
1912 widget))
1913 :prompt-history 'charset-history)
1914
1915(defcustom language-info-custom-alist nil
1916 "Customizations of language environment parameters.
1917Value is an alist with elements like those of `language-info-alist'.
1918These are used to set values in `language-info-alist' which replace
1919the defaults. A typical use is replacing the default input method for
1920the environment. Use \\[describe-language-environment] to find the environment's settings.
1921
1922This option is intended for use at startup. Removing items doesn't
1923remove them from the language info until you next restart Emacs.
1924
d0d8885d
JB
1925Setting this variable directly does not take effect.
1926See `set-language-info-alist' for use in programs."
c3869589 1927 :group 'mule
8589dc17 1928 :version "23.1"
c3869589
DL
1929 :set (lambda (s v)
1930 (custom-set-default s v)
1931 ;; Can't do this before language environments are set up.
1932 (when v
1933 ;; modify language-info-alist
1934 (dolist (elt v)
1935 (set-language-info-alist (car elt) (cdr elt)))
1936 ;; re-set the environment in case its parameters changed
1937 (set-language-environment current-language-environment)))
1938 :type `(alist
1939 :key-type (string :tag "Language environment"
bcd70d97 1940 :completions
8c24b7f6
SM
1941 (lambda (string pred action)
1942 (let ((completion-ignore-case t))
1943 (complete-with-action
1944 action language-info-alist string pred))))
c3869589
DL
1945 :value-type
1946 (alist :key-type symbol
1947 :options ((documentation string)
1948 (charset (repeat charset))
1949 (sample-text string)
1950 (setup-function function)
1951 (exit-function function)
1952 (coding-system (repeat coding-system))
1953 (coding-priority (repeat coding-system))
1954 (nonascii-translation charset)
8c24b7f6 1955 (input-method mule-input-method-string)
c3869589
DL
1956 (features (repeat symbol))
1957 (unibyte-display coding-system)))))
1958
aa360da1
GM
1959(declare-function x-server-vendor "xfns.c" (&optional terminal))
1960(declare-function x-server-version "xfns.c" (&optional terminal))
1961
51a8fc1d
RS
1962(defun standard-display-european-internal ()
1963 ;; Actually set up direct output of non-ASCII characters.
03c35c83
EZ
1964 (standard-display-8bit (if (eq window-system 'pc) 128 160) 255)
1965 ;; Unibyte Emacs on MS-DOS wants to display all 8-bit characters with
1966 ;; the native font, and codes 160 and 146 stand for something very
1967 ;; different there.
597e2240
GM
1968 (or (and (eq window-system 'pc) (not (default-value
1969 'enable-multibyte-characters)))
03c35c83 1970 (progn
6b626913
SM
1971 ;; Most X fonts used to do the wrong thing for latin-1 code 160.
1972 (unless (and (eq window-system 'x)
1973 ;; XFree86 4 has fixed the fonts.
1974 (string= "The XFree86 Project, Inc" (x-server-vendor))
1975 (> (aref (number-to-string (nth 2 (x-server-version))) 0)
1976 ?3))
1977 ;; Make non-line-break space display as a plain space.
d419e1d9 1978 (aset standard-display-table (unibyte-char-to-multibyte 160) [32]))
1492f7ac 1979 ;; Most Windows programs send out apostrophes as \222. Most X fonts
03c35c83 1980 ;; don't contain a character at that position. Map it to the ASCII
5f395df3
SM
1981 ;; apostrophe. [This is actually RIGHT SINGLE QUOTATION MARK,
1982 ;; U+2019, normally from the windows-1252 character set. XFree 4
1983 ;; fonts probably have the appropriate glyph at this position,
1984 ;; so they could use standard-display-8bit. It's better to use a
1985 ;; proper windows-1252 coding system. --fx]
d419e1d9 1986 (aset standard-display-table (unibyte-char-to-multibyte 146) [39]))))
03c35c83 1987
e9a8ed3c
KH
1988(defun set-language-environment-coding-systems (language-name)
1989 "Do various coding system setups for language environment LANGUAGE-NAME."
54b226f7 1990 (let* ((priority (get-language-info language-name 'coding-priority))
e9a8ed3c 1991 (default-coding (car priority))
b56a5ae0 1992 ;; If the default buffer-file-coding-system is nil, don't use
207422da 1993 ;; coding-system-eol-type, because it treats nil as
b56a5ae0 1994 ;; `no-conversion'. The default buffer-file-coding-system is set
207422da
EZ
1995 ;; to nil by reset-language-environment, and in that case we
1996 ;; want to have here the native EOL type for each platform.
1997 ;; FIXME: there should be a common code that runs both on
1998 ;; startup and here to set the default EOL type correctly.
1999 ;; Right now, DOS/Windows platforms set this on dos-w32.el,
2000 ;; which works only as long as the order of loading files at
2001 ;; dump time and calling functions at startup is not modified
2002 ;; significantly, i.e. as long as this function is called
b56a5ae0 2003 ;; _after_ the default buffer-file-coding-system was set by
207422da
EZ
2004 ;; dos-w32.el.
2005 (eol-type
b56a5ae0
SM
2006 (coding-system-eol-type
2007 (or (default-value 'buffer-file-coding-system)
2008 (if (memq system-type '(windows-nt ms-dos)) 'dos 'unix)))))
97941b05
KH
2009 (when priority
2010 (set-default-coding-systems
2011 (if (memq eol-type '(0 1 2 unix dos mac))
2012 (coding-system-change-eol-conversion default-coding eol-type)
2013 default-coding))
2014 (setq default-sendmail-coding-system default-coding)
2015 (apply 'set-coding-system-priority priority))))
54b226f7 2016
d042f8b4
KH
2017(defun set-language-environment-input-method (language-name)
2018 "Do various input method setups for language environment LANGUAGE-NAME."
2019 (let ((input-method (get-language-info language-name 'input-method)))
2020 (when input-method
2021 (setq default-input-method input-method)
2022 (if input-method-history
2023 (setq input-method-history
2024 (cons input-method
2025 (delete input-method input-method-history)))))))
2026
2027(defun set-language-environment-nonascii-translation (language-name)
2028 "Do unibyte/multibyte translation setup for language environment LANGUAGE-NAME."
e9a8ed3c
KH
2029 ;; Note: For DOS, we assumed that the charset cpXXX is already
2030 ;; defined.
2031 (let ((nonascii (get-language-info language-name 'nonascii-translation)))
2032 (if (eq window-system 'pc)
970c9391 2033 (setq nonascii (intern (format "cp%d" dos-codepage))))
e9a8ed3c
KH
2034 (or (and (charsetp nonascii)
2035 (get-charset-property nonascii :ascii-compatible-p))
2036 (setq nonascii 'iso-8859-1))
33de15f4
SM
2037 ;; Back in Emacs-20, it was necessary to provide some fallback implicit
2038 ;; conversion, because almost no packages handled coding-system issues.
2039 ;; Nowadays it'd just paper over bugs.
2040 ;; (set-unibyte-charset nonascii)
2041 ))
d042f8b4
KH
2042
2043(defun set-language-environment-charset (language-name)
2044 "Do various charset setups for language environment LANGUAGE-NAME."
e9a8ed3c
KH
2045 ;; Put higher priorities to such charsets that are supported by the
2046 ;; coding systems of higher priorities in this environment.
2047 (let ((charsets (get-language-info language-name 'charset)))
2048 (dolist (coding (get-language-info language-name 'coding-priority))
bf974dc9
KH
2049 (let ((list (coding-system-charset-list coding)))
2050 (if (consp list)
2051 (setq charsets (append charsets list)))))
e9a8ed3c
KH
2052 (if charsets
2053 (apply 'set-charset-priority charsets))))
d042f8b4
KH
2054
2055(defun set-language-environment-unibyte (language-name)
2056 "Do various unibyte-mode setups for language environment LANGUAGE-NAME."
d042f8b4
KH
2057 (set-display-table-and-terminal-coding-system language-name))
2058
cc4d2366 2059(defun princ-list (&rest args)
caff3c0a 2060 "Print all arguments with `princ', then print \"\\n\"."
f3bb9e16 2061 (mapc #'princ args)
4ed46869 2062 (princ "\n"))
cc4d2366 2063(make-obsolete 'princ-list "use mapc and princ instead" "23.3")
4ed46869 2064
b0648a00
RS
2065(put 'describe-specified-language-support 'apropos-inhibit t)
2066
6b61353c 2067;; Print language-specific information such as input methods,
13e82c04 2068;; charsets, and coding systems. This function is intended to be
48082651 2069;; called from the menu:
281d03ec 2070;; [menu-bar mule describe-language-environment LANGUAGE]
48082651
KH
2071;; and should not run it by `M-x describe-current-input-method-function'.
2072(defun describe-specified-language-support ()
96db204a 2073 "Describe how Emacs supports the specified language environment."
48082651 2074 (interactive)
281d03ec 2075 (let (language-name)
48082651 2076 (if (not (and (symbolp last-command-event)
cda74479
DL
2077 (or (not (eq last-command-event 'Default))
2078 (setq last-command-event 'English))
281d03ec 2079 (setq language-name (symbol-name last-command-event))))
3aa5f34b 2080 (error "This command should only be called from the menu bar"))
281d03ec
RS
2081 (describe-language-environment language-name)))
2082
2083(defun describe-language-environment (language-name)
2084 "Describe how Emacs supports language environment LANGUAGE-NAME."
78754934
KH
2085 (interactive
2086 (list (read-language-name
2087 'documentation
5b76833f 2088 "Describe language environment (default current choice): ")))
f850d782
RS
2089 (if (null language-name)
2090 (setq language-name current-language-environment))
281d03ec
RS
2091 (if (or (null language-name)
2092 (null (get-language-info language-name 'documentation)))
2093 (error "No documentation for the specified language"))
4ef06f75
KH
2094 (if (symbolp language-name)
2095 (setq language-name (symbol-name language-name)))
ef5a4730
KH
2096 (dolist (feature (get-language-info language-name 'features))
2097 (require feature))
6b626913 2098 (let ((doc (get-language-info language-name 'documentation)))
c3034e84 2099 (help-setup-xref (list #'describe-language-environment language-name)
32226619 2100 (called-interactively-p 'interactive))
c3034e84 2101 (with-output-to-temp-buffer (help-buffer)
9a529312 2102 (with-current-buffer standard-output
464cc130
KH
2103 (insert language-name " language environment\n\n")
2104 (if (stringp doc)
2105 (insert doc "\n\n"))
e036b0a6
KH
2106 (condition-case nil
2107 (let ((str (eval (get-language-info language-name 'sample-text))))
2108 (if (stringp str)
fd0dd4c3
KH
2109 (insert "Sample text:\n "
2110 (replace-regexp-in-string "\n" "\n " str)
2111 "\n\n")))
e036b0a6 2112 (error nil))
464cc130 2113 (let ((input-method (get-language-info language-name 'input-method))
acd1b9bd
KH
2114 (l (copy-sequence input-method-alist))
2115 (first t))
2116 (when (and input-method
2117 (setq input-method (assoc input-method l)))
2118 (insert "Input methods (default " (car input-method) ")\n")
2119 (setq l (cons input-method (delete input-method l))
2120 first nil))
2121 (dolist (elt l)
2122 (when (or (eq input-method elt)
2123 (eq t (compare-strings language-name nil nil
2124 (nth 1 elt) nil nil t)))
2125 (when first
2126 (insert "Input methods:\n")
2127 (setq first nil))
2128 (insert " " (car elt))
2129 (search-backward (car elt))
2130 (help-xref-button 0 'help-input-method (car elt))
464cc130 2131 (goto-char (point-max))
2fa7e202 2132 (insert " (\""
acd1b9bd
KH
2133 (if (stringp (nth 3 elt)) (nth 3 elt) (car (nth 3 elt)))
2134 "\" in mode line)\n")))
2135 (or first
2136 (insert "\n")))
464cc130
KH
2137 (insert "Character sets:\n")
2138 (let ((l (get-language-info language-name 'charset)))
2139 (if (null l)
2140 (insert " nothing specific to " language-name "\n")
2141 (while l
2142 (insert " " (symbol-name (car l)))
2143 (search-backward (symbol-name (car l)))
467412aa 2144 (help-xref-button 0 'help-character-set (car l))
464cc130
KH
2145 (goto-char (point-max))
2146 (insert ": " (charset-description (car l)) "\n")
2147 (setq l (cdr l)))))
2148 (insert "\n")
2149 (insert "Coding systems:\n")
2150 (let ((l (get-language-info language-name 'coding-system)))
2151 (if (null l)
2152 (insert " nothing specific to " language-name "\n")
2153 (while l
2154 (insert " " (symbol-name (car l)))
2155 (search-backward (symbol-name (car l)))
467412aa 2156 (help-xref-button 0 'help-coding-system (car l))
464cc130
KH
2157 (goto-char (point-max))
2158 (insert " (`"
2159 (coding-system-mnemonic (car l))
2160 "' in mode line):\n\t"
2161 (coding-system-doc-string (car l))
2162 "\n")
0855c6cd 2163 (let ((aliases (coding-system-aliases (car l))))
464cc130
KH
2164 (when aliases
2165 (insert "\t(alias:")
2166 (while aliases
2167 (insert " " (symbol-name (car aliases)))
2168 (setq aliases (cdr aliases)))
2169 (insert ")\n")))
c3034e84 2170 (setq l (cdr l)))))))))
4ed46869 2171\f
40c81f74
PE
2172;;; Locales.
2173
0d7c5bb9
DL
2174(defvar locale-translation-file-name nil
2175 "File name for the system's file of locale-name aliases, or nil if none.")
40c81f74 2176
5f395df3
SM
2177;; The following definitions might as well be marked as constants and
2178;; purecopied, since they're normally used on startup, and probably
2179;; should reflect the facilities of the base Emacs.
2180(defconst locale-language-names
2181 (purecopy
2182 '(
40c81f74
PE
2183 ;; Locale names of the form LANGUAGE[_TERRITORY][.CODESET][@MODIFIER]
2184 ;; as specified in the Single Unix Spec, Version 2.
2185 ;; LANGUAGE is a language code taken from ISO 639:1988 (E/F)
2186 ;; with additions from ISO 639/RA Newsletter No.1/1989;
5f395df3
SM
2187 ;; see Internet RFC 2165 (1997-06) and
2188 ;; http://www.evertype.com/standards/iso639/iso639-en.html
2189 ;; TERRITORY is a country code taken from ISO 3166
2190 ;; http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/en_listp1.html.
40c81f74 2191 ;; CODESET and MODIFIER are implementation-dependent.
5f395df3 2192
6b61353c
KH
2193 ;; jasonr comments: MS Windows uses three letter codes for
2194 ;; languages instead of the two letter ISO codes that POSIX
2195 ;; uses. In most cases the first two letters are the same, so
2196 ;; most of the regexps in locale-language-names work. Japanese
2197 ;; and Chinese are exceptions, which are listed in the
2198 ;; non-standard section at the bottom of locale-language-names.
2199
8dedddd5
KH
2200 ("aa_DJ" . "Latin-1") ; Afar
2201 ("aa" . "UTF-8")
2202 ;; ab Abkhazian
6ececc4d 2203 ("af" . "Latin-1") ; Afrikaans
8dedddd5
KH
2204 ("am" "Ethiopic" utf-8) ; Amharic
2205 ("an" . "Latin-9") ; Aragonese
b60f961f 2206 ("ar" . "Arabic")
40c81f74
PE
2207 ; as Assamese
2208 ; ay Aymara
8dedddd5 2209 ("az" . "UTF-8") ; Azerbaijani
40c81f74 2210 ; ba Bashkir
8dedddd5
KH
2211 ("be" "Belarusian" cp1251) ; Belarusian [Byelorussian until early 1990s]
2212 ("bg" "Bulgarian" cp1251) ; Bulgarian
40c81f74
PE
2213 ; bh Bihari
2214 ; bi Bislama
8dedddd5 2215 ("bn" . "UTF-8") ; Bengali, Bangla
40c81f74
PE
2216 ("bo" . "Tibetan")
2217 ("br" . "Latin-1") ; Breton
d37ef0f6 2218 ("bs" . "Latin-2") ; Bosnian
8dedddd5 2219 ("byn" . "UTF-8") ; Bilin; Blin
40c81f74
PE
2220 ("ca" . "Latin-1") ; Catalan
2221 ; co Corsican
8dedddd5
KH
2222 ("cs" "Czech" iso-8859-2)
2223 ("cy" "Welsh" iso-8859-14)
40c81f74 2224 ("da" . "Latin-1") ; Danish
8dedddd5 2225 ("de" "German" iso-8859-1)
569a6374 2226 ; dv Divehi
40c81f74 2227 ; dz Bhutani
8dedddd5 2228 ("el" "Greek" iso-8859-7)
6ececc4d 2229 ;; Users who specify "en" explicitly typically want Latin-1, not ASCII.
e11cf111
DL
2230 ;; That's actually what the GNU locales define, modulo things like
2231 ;; en_IN -- fx.
8dedddd5 2232 ("en_IN" "English" utf-8) ; glibc uses utf-8 for English in India
eec5c8f9 2233 ("en" "English" iso-8859-1) ; English
58802cd7 2234 ("eo" . "Esperanto") ; Esperanto
8dedddd5
KH
2235 ("es" "Spanish" iso-8859-1)
2236 ("et" . "Latin-1") ; Estonian
40c81f74 2237 ("eu" . "Latin-1") ; Basque
8dedddd5 2238 ("fa" . "UTF-8") ; Persian
40c81f74 2239 ("fi" . "Latin-1") ; Finnish
8dedddd5 2240 ("fj" . "Latin-1") ; Fiji
40c81f74 2241 ("fo" . "Latin-1") ; Faroese
8dedddd5 2242 ("fr" "French" iso-8859-1) ; French
40c81f74 2243 ("fy" . "Latin-1") ; Frisian
6ececc4d 2244 ("ga" . "Latin-1") ; Irish Gaelic (new orthography)
8dedddd5
KH
2245 ("gd" . "Latin-9") ; Scots Gaelic
2246 ("gez" "Ethiopic" utf-8) ; Geez
2247 ("gl" . "Latin-1") ; Gallegan; Galician
40c81f74 2248 ; gn Guarani
8dedddd5
KH
2249 ("gu" . "UTF-8") ; Gujarati
2250 ("gv" . "Latin-1") ; Manx Gaelic
40c81f74 2251 ; ha Hausa
8dedddd5
KH
2252 ("he" "Hebrew" iso-8859-8)
2253 ("hi" "Devanagari" utf-8) ; Hindi
2254 ("hr" "Croatian" iso-8859-2) ; Croatian
40c81f74
PE
2255 ("hu" . "Latin-2") ; Hungarian
2256 ; hy Armenian
2257 ; ia Interlingua
2258 ("id" . "Latin-1") ; Indonesian
2259 ; ie Interlingue
2260 ; ik Inupiak
2261 ("is" . "Latin-1") ; Icelandic
8dedddd5 2262 ("it" "Italian" iso-8859-1) ; Italian
40c81f74 2263 ; iu Inuktitut
8dedddd5
KH
2264 ("iw" "Hebrew" iso-8859-8)
2265 ("ja" "Japanese" euc-jp)
40c81f74 2266 ; jw Javanese
8dedddd5 2267 ("ka" "Georgian" georgian-ps) ; Georgian
40c81f74 2268 ; kk Kazakh
6ececc4d 2269 ("kl" . "Latin-1") ; Greenlandic
40c81f74 2270 ; km Cambodian
8dedddd5
KH
2271 ("kn" "Kannada" utf-8)
2272 ("ko" "Korean" euc-kr)
40c81f74
PE
2273 ; ks Kashmiri
2274 ; ku Kurdish
5f395df3 2275 ("kw" . "Latin-1") ; Cornish
40c81f74
PE
2276 ; ky Kirghiz
2277 ("la" . "Latin-1") ; Latin
5f395df3 2278 ("lb" . "Latin-1") ; Luxemburgish
8dedddd5 2279 ("lg" . "Laint-6") ; Ganda
40c81f74 2280 ; ln Lingala
8dedddd5
KH
2281 ("lo" "Lao" utf-8) ; Laothian
2282 ("lt" "Lithuanian" iso-8859-13)
9c20a8d5 2283 ("lv" . "Latvian") ; Latvian, Lettish
40c81f74 2284 ; mg Malagasy
5f395df3 2285 ("mi" . "Latin-7") ; Maori
8dedddd5
KH
2286 ("mk" "Cyrillic-ISO" iso-8859-5) ; Macedonian
2287 ("ml" "Malayalam" utf-8)
2288 ("mn" . "UTF-8") ; Mongolian
40c81f74 2289 ; mo Moldavian
8dedddd5 2290 ("mr" "Devanagari" utf-8) ; Marathi
5f395df3 2291 ("ms" . "Latin-1") ; Malay
40c81f74
PE
2292 ("mt" . "Latin-3") ; Maltese
2293 ; my Burmese
2294 ; na Nauru
8dedddd5
KH
2295 ("nb" . "Latin-1") ; Norwegian
2296 ("ne" "Devanagari" utf-8) ; Nepali
2297 ("nl" "Dutch" iso-8859-1)
40c81f74 2298 ("no" . "Latin-1") ; Norwegian
5f395df3 2299 ("oc" . "Latin-1") ; Occitan
8dedddd5
KH
2300 ("om_ET" . "UTF-8") ; (Afan) Oromo
2301 ("om" . "Latin-1") ; (Afan) Oromo
40c81f74 2302 ; or Oriya
8dedddd5 2303 ("pa" . "UTF-8") ; Punjabi
40c81f74
PE
2304 ("pl" . "Latin-2") ; Polish
2305 ; ps Pashto, Pushto
2306 ("pt" . "Latin-1") ; Portuguese
2307 ; qu Quechua
6ececc4d 2308 ("rm" . "Latin-1") ; Rhaeto-Romanic
40c81f74 2309 ; rn Kirundi
8dedddd5
KH
2310 ("ro" "Romanian" iso-8859-2)
2311 ("ru_RU" "Russian" iso-8859-5)
2312 ("ru_UA" "Russian" koi8-u)
40c81f74
PE
2313 ; rw Kinyarwanda
2314 ("sa" . "Devanagari") ; Sanskrit
2315 ; sd Sindhi
8dedddd5 2316 ("se" . "UTF-8") ; Northern Sami
40c81f74
PE
2317 ; sg Sangho
2318 ("sh" . "Latin-2") ; Serbo-Croatian
2319 ; si Sinhalese
8dedddd5
KH
2320 ("sid" . "UTF-8") ; Sidamo
2321 ("sk" "Slovak" iso-8859-2)
2322 ("sl" "Slovenian" iso-8859-2)
40c81f74
PE
2323 ; sm Samoan
2324 ; sn Shona
8dedddd5
KH
2325 ("so_ET" "UTF-8") ; Somali
2326 ("so" "Latin-1") ; Somali
6ececc4d 2327 ("sq" . "Latin-1") ; Albanian
40c81f74
PE
2328 ("sr" . "Latin-2") ; Serbian (Latin alphabet)
2329 ; ss Siswati
8dedddd5 2330 ("st" . "Latin-1") ; Sesotho
40c81f74 2331 ; su Sundanese
8dedddd5 2332 ("sv" "Swedish" iso-8859-1) ; Swedish
40c81f74 2333 ("sw" . "Latin-1") ; Swahili
8dedddd5
KH
2334 ("ta" "Tamil" utf-8)
2335 ("te" . "UTF-8") ; Telugu
2336 ("tg" "Tajik" koi8-t)
2337 ("th" "Thai" tis-620)
2338 ("ti" "Ethiopic" utf-8) ; Tigrinya
2339 ("tig_ER" . "UTF-8") ; Tigre
40c81f74 2340 ; tk Turkmen
6ececc4d 2341 ("tl" . "Latin-1") ; Tagalog
40c81f74
PE
2342 ; tn Setswana
2343 ; to Tonga
8dedddd5 2344 ("tr" "Turkish" iso-8859-9)
40c81f74 2345 ; ts Tsonga
8dedddd5 2346 ("tt" . "UTF-8") ; Tatar
40c81f74
PE
2347 ; tw Twi
2348 ; ug Uighur
8dedddd5
KH
2349 ("uk" "Ukrainian" koi8-u)
2350 ("ur" . "UTF-8") ; Urdu
2351 ("uz_UZ@cyrillic" . "UTF-8"); Uzbek
5f395df3 2352 ("uz" . "Latin-1") ; Uzbek
8dedddd5 2353 ("vi" "Vietnamese" utf-8)
40c81f74 2354 ; vo Volapuk
d37ef0f6 2355 ("wa" . "Latin-1") ; Walloon
40c81f74 2356 ; wo Wolof
8dedddd5 2357 ("xh" . "Latin-1") ; Xhosa
9c20a8d5 2358 ("yi" . "Windows-1255") ; Yiddish
40c81f74
PE
2359 ; yo Yoruba
2360 ; za Zhuang
8dedddd5 2361 ("zh_HK" . "Chinese-Big5")
05b81b42 2362 ; zh_HK/BIG5-HKSCS \
8dedddd5 2363 ("zh_TW" . "Chinese-Big5")
05b81b42
KH
2364 ("zh_CN.GB2312" "Chinese-GB")
2365 ("zh_CN.GBK" "Chinese-GBK")
2366 ("zh_CN.GB18030" "Chinese-GB18030")
f21605fa 2367 ("zh_CN.UTF-8" . "Chinese-GBK")
8dedddd5 2368 ("zh_CN" . "Chinese-GB")
40c81f74 2369 ("zh" . "Chinese-GB")
8dedddd5 2370 ("zu" . "Latin-1") ; Zulu
40c81f74
PE
2371
2372 ;; ISO standard locales
2373 ("c$" . "ASCII")
2374 ("posix$" . "ASCII")
2375
40c81f74
PE
2376 ;; The "IPA" Emacs language environment does not correspond
2377 ;; to any ISO 639 code, so let it stand for itself.
2378 ("ipa$" . "IPA")
2379
2380 ;; Nonstandard or obsolete language codes
2381 ("cz" . "Czech") ; e.g. Solaris 2.6
2382 ("ee" . "Latin-4") ; Estonian, e.g. X11R6.4
2383 ("iw" . "Hebrew") ; e.g. X11R6.4
f1282c7f 2384 ("sp" . "Cyrillic-ISO") ; Serbian (Cyrillic alphabet), e.g. X11R6.4
40c81f74 2385 ("su" . "Latin-1") ; Finnish, e.g. Solaris 2.6
2e86ceaa 2386 ("jp" . "Japanese") ; e.g. MS Windows
f21605fa 2387 ("chs" . "Chinese-GBK") ; MS Windows Chinese Simplified
86d9e628 2388 ("cht" . "Chinese-BIG5") ; MS Windows Chinese Traditional
569a6374
EZ
2389 ("gbz" . "UTF-8") ; MS Windows Dari Persian
2390 ("div" . "UTF-8") ; MS Windows Divehi (Maldives)
2391 ("wee" . "Latin-2") ; MS Windows Lower Sorbian
2392 ("wen" . "Latin-2") ; MS Windows Upper Sorbian
367ca50f 2393 ))
8dedddd5 2394 "Alist of locale regexps vs the corresponding languages and coding systems.
caff3c0a 2395Each element has this form:
8dedddd5
KH
2396 \(LOCALE-REGEXP LANG-ENV CODING-SYSTEM)
2397The first element whose LOCALE-REGEXP matches the start of a
caff3c0a 2398downcased locale specifies the LANG-ENV \(language environment)
8dedddd5
KH
2399and CODING-SYSTEM corresponding to that locale. If there is no
2400appropriate language environment, the element may have this form:
2401 \(LOCALE-REGEXP . LANG-ENV)
2402In this case, LANG-ENV is one of generic language environments for an
2403specific encoding such as \"Latin-1\" and \"UTF-8\".")
40c81f74 2404
5f395df3
SM
2405(defconst locale-charset-language-names
2406 (purecopy
2407 '((".*8859[-_]?1\\>" . "Latin-1")
2408 (".*8859[-_]?2\\>" . "Latin-2")
2409 (".*8859[-_]?3\\>" . "Latin-3")
2410 (".*8859[-_]?4\\>" . "Latin-4")
2411 (".*8859[-_]?9\\>" . "Latin-5")
2412 (".*8859[-_]?14\\>" . "Latin-8")
2413 (".*8859[-_]?15\\>" . "Latin-9")
6b61353c
KH
2414 (".*utf\\(?:-?8\\)?\\>" . "UTF-8")
2415 ;; utf-8@euro exists, so put this last. (@euro really specifies
2416 ;; the currency, rather than the charset.)
e522f07b 2417 (".*@euro\\>" . "Latin-9")))
6ececc4d
PE
2418 "List of pairs of locale regexps and charset language names.
2419The first element whose locale regexp matches the start of a downcased locale
6b61353c 2420specifies the language name whose charset corresponds to that locale.
8dedddd5 2421This language name is used if the locale is not listed in
caff3c0a 2422`locale-language-names'.")
6ececc4d 2423
5f395df3
SM
2424(defconst locale-preferred-coding-systems
2425 (purecopy
8dedddd5
KH
2426 '((".*8859[-_]?1\\>" . iso-8859-1)
2427 (".*8859[-_]?2\\>" . iso-8859-2)
2428 (".*8859[-_]?3\\>" . iso-8859-3)
2429 (".*8859[-_]?4\\>" . iso-8859-4)
2430 (".*8859[-_]?9\\>" . iso-8859-9)
2431 (".*8859[-_]?14\\>" . iso-8859-14)
2432 (".*8859[-_]?15\\>" . iso-8859-15)
2433 (".*utf\\(?:-?8\\)?" . utf-8)
2434 ;; utf-8@euro exists, so put this after utf-8. (@euro really
2435 ;; specifies the currency, rather than the charset.)
2436 (".*@euro" . iso-8859-15)
2437 ("koi8-?r" . koi8-r)
2438 ("koi8-?u" . koi8-u)
2439 ("tcvn" . tcvn)
38c05d07 2440 ("big5[-_]?hkscs" . big5-hkscs)
8dedddd5
KH
2441 ("big5" . big5)
2442 ("euc-?tw" . euc-tw)
d6be7497 2443 ("euc-?cn" . euc-cn)
38c05d07
KH
2444 ("gb2312" . gb2312)
2445 ("gbk" . gbk)
2446 ("gb18030" . gb18030)
8dedddd5 2447 ("ja.*[._]euc" . japanese-iso-8bit)
5f395df3
SM
2448 ("ja.*[._]jis7" . iso-2022-jp)
2449 ("ja.*[._]pck" . japanese-shift-jis)
2450 ("ja.*[._]sjis" . japanese-shift-jis)
69210880 2451 ("jpn" . japanese-shift-jis) ; MS-Windows uses this.
8dedddd5 2452 ))
6ececc4d
PE
2453 "List of pairs of locale regexps and preferred coding systems.
2454The first element whose locale regexp matches the start of a downcased locale
8dedddd5
KH
2455specifies the coding system to prefer when using that locale.
2456This coding system is used if the locale specifies a specific charset.")
40c81f74
PE
2457
2458(defun locale-name-match (key alist)
2459 "Search for KEY in ALIST, which should be a list of regexp-value pairs.
2460Return the value corresponding to the first regexp that matches the
2461start of KEY, or nil if there is no match."
2462 (let (element)
2463 (while (and alist (not element))
d0d8885d 2464 (if (string-match-p (concat "\\`\\(?:" (car (car alist)) "\\)") key)
40c81f74
PE
2465 (setq element (car alist)))
2466 (setq alist (cdr alist)))
2467 (cdr element)))
2468
58b78d5b 2469(defun locale-charset-match-p (charset1 charset2)
91ed0599 2470 "Whether charset names (strings) CHARSET1 and CHARSET2 are equivalent.
58b78d5b
DL
2471Matching is done ignoring case and any hyphens and underscores in the
2472names. E.g. `ISO_8859-1' and `iso88591' both match `iso-8859-1'."
2473 (setq charset1 (replace-regexp-in-string "[-_]" "" charset1))
2474 (setq charset2 (replace-regexp-in-string "[-_]" "" charset2))
2475 (eq t (compare-strings charset1 nil nil charset2 nil nil t)))
2476
6b61353c
KH
2477(defvar locale-charset-alist nil
2478 "Coding system alist keyed on locale-style charset name.
2479Used by `locale-charset-to-coding-system'.")
2480
2481(defun locale-charset-to-coding-system (charset)
2482 "Find coding system corresponding to CHARSET.
2483CHARSET is any sort of non-Emacs charset name, such as might be used
2484in a locale codeset, or elsewhere. It is matched to a coding system
2485first by case-insensitive lookup in `locale-charset-alist'. Then
2486matches are looked for in the coding system list, treating case and
2487the characters `-' and `_' as insignificant. The coding system base
2488is returned. Thus, for instance, if charset \"ISO8859-2\",
2489`iso-latin-2' is returned."
f15466c5 2490 (or (car (assoc-string charset locale-charset-alist t))
6b61353c
KH
2491 (let ((cs coding-system-alist)
2492 c)
2493 (while (and (not c) cs)
2494 (if (locale-charset-match-p charset (caar cs))
2495 (setq c (intern (caar cs)))
2496 (pop cs)))
2497 (if c (coding-system-base c)))))
2498
2499;; Fixme: This ought to deal with the territory part of the locale
2500;; too, for setting things such as calendar holidays, ps-print paper
2501;; size, spelling dictionary.
2502
44ee1bdf
GM
2503(defun locale-translate (locale)
2504 "Expand LOCALE according to `locale-translation-file-name', if possible.
2505For example, translate \"swedish\" into \"sv_SE.ISO8859-1\"."
2506 (if locale-translation-file-name
2507 (with-temp-buffer
2508 (set-buffer-multibyte nil)
2509 (insert-file-contents locale-translation-file-name)
2510 (if (re-search-forward
2511 (concat "^" (regexp-quote locale) ":?[ \t]+") nil t)
2512 (buffer-substring (point) (line-end-position))
2513 locale))
2514 locale))
2515
36ab8612 2516(defun set-locale-environment (&optional locale-name frame)
9c758578 2517 "Set up multilingual environment for using LOCALE-NAME.
758f07de
RS
2518This sets the language environment, the coding system priority,
2519the default input method and sometimes other things.
2520
58b78d5b 2521LOCALE-NAME should be a string which is the name of a locale supported
6b61353c 2522by the system. Often it is of the form xx_XX.CODE, where xx is a
58b78d5b
DL
2523language, XX is a country, and CODE specifies a character set and
2524coding system. For example, the locale name \"ja_JP.EUC\" might name
2525a locale for Japanese in Japan using the `japanese-iso-8bit'
2526coding-system. The name may also have a modifier suffix, e.g. `@euro'
2527or `@cyrillic'.
40c81f74 2528
758f07de 2529If LOCALE-NAME is nil, its value is taken from the environment
d37ef0f6 2530variables LC_ALL, LC_CTYPE and LANG (the first one that is set).
40c81f74
PE
2531
2532The locale names supported by your system can typically be found in a
0812c1e8 2533directory named `/usr/share/locale' or `/usr/lib/locale'. LOCALE-NAME
758f07de 2534will be translated according to the table specified by
0812c1e8
DL
2535`locale-translation-file-name'.
2536
36ab8612
MB
2537If FRAME is non-nil, only set the keyboard coding system and the
2538terminal coding system for the terminal of that frame, and don't
2539touch session-global parameters like the language environment.
97c57fb2 2540
0812c1e8
DL
2541See also `locale-charset-language-names', `locale-language-names',
2542`locale-preferred-coding-systems' and `locale-coding-system'."
758f07de 2543 (interactive "sSet environment for locale: ")
a1506d29 2544
0d7c5bb9
DL
2545 ;; Do this at runtime for the sake of binaries possibly transported
2546 ;; to a system without X.
2547 (setq locale-translation-file-name
2548 (let ((files
6bba8c70
KH
2549 '("/usr/share/X11/locale/locale.alias" ; e.g. X11R7
2550 "/usr/lib/X11/locale/locale.alias" ; e.g. X11R6.4
6b61353c 2551 "/usr/X11R6/lib/X11/locale/locale.alias" ; XFree86, e.g. RedHat 4.2
0d7c5bb9
DL
2552 "/usr/openwin/lib/locale/locale.alias" ; e.g. Solaris 2.6
2553 ;;
2554 ;; The following name appears after the X-related names above,
2555 ;; since the X-related names are what X actually uses.
2556 "/usr/share/locale/locale.alias" ; GNU/Linux sans X
2557 )))
2558 (while (and files (not (file-exists-p (car files))))
2559 (setq files (cdr files)))
2560 (car files)))
2561
7008ccac
GM
2562 (let ((locale locale-name))
2563
2564 (unless locale
2565 ;; Use the first of these three environment variables
2566 ;; that has a nonempty value.
2567 (let ((vars '("LC_ALL" "LC_CTYPE" "LANG")))
db6bd804
DL
2568 (while (and vars
2569 (= 0 (length locale))) ; nil or empty string
36ab8612 2570 (setq locale (getenv (pop vars) frame)))))
7008ccac
GM
2571
2572 (when locale
44ee1bdf 2573 (setq locale (locale-translate locale))
7008ccac
GM
2574
2575 ;; Leave the system locales alone if the caller did not specify
2576 ;; an explicit locale name, as their defaults are set from
2577 ;; LC_MESSAGES and LC_TIME, not LC_CTYPE, and the user might not
2578 ;; want to set them to the same value as LC_CTYPE.
2579 (when locale-name
2580 (setq system-messages-locale locale)
e9aaa1db
KH
2581 (setq system-time-locale locale))
2582
2583 (if (string-match "^[a-z][a-z]" locale)
2584 (setq current-iso639-language (intern (match-string 0 locale)))))
7008ccac 2585
44ee1bdf
GM
2586 (setq woman-locale
2587 (or system-messages-locale
739b7764 2588 (let ((msglocale (getenv "LC_MESSAGES" frame)))
44ee1bdf
GM
2589 (if (zerop (length msglocale))
2590 locale
2591 (locale-translate msglocale)))))
2592
2593 (when locale
7008ccac
GM
2594 (setq locale (downcase locale))
2595
2596 (let ((language-name
2597 (locale-name-match locale locale-language-names))
2598 (charset-language-name
2599 (locale-name-match locale locale-charset-language-names))
cdb1af30 2600 (default-eol-type (coding-system-eol-type
b56a5ae0 2601 (default-value 'buffer-file-coding-system)))
7008ccac 2602 (coding-system
6b61353c
KH
2603 (or (locale-name-match locale locale-preferred-coding-systems)
2604 (when locale
2605 (if (string-match "\\.\\([^@]+\\)" locale)
2606 (locale-charset-to-coding-system
9e2a2647 2607 (match-string 1 locale)))))))
7008ccac 2608
8dedddd5
KH
2609 (if (consp language-name)
2610 ;; locale-language-names specify both lang-env and coding.
2611 ;; But, what specified in locale-preferred-coding-systems
2612 ;; has higher priority.
2613 (setq coding-system (or coding-system
2614 (nth 1 language-name))
2615 language-name (car language-name))
2616 ;; Otherwise, if locale is not listed in locale-language-names,
2617 ;; use what listed in locale-charset-language-names.
2618 (if (not language-name)
2619 (setq language-name charset-language-name)))
7008ccac 2620
cdb1af30
EZ
2621 ;; If a specific EOL conversion was specified in the default
2622 ;; buffer-file-coding-system, preserve it in the coding system
2623 ;; we will be using from now on.
8bca692e
EZ
2624 (if (and (memq default-eol-type '(0 1 2 unix dos mac))
2625 coding-system
2626 (coding-system-p coding-system))
cdb1af30
EZ
2627 (setq coding-system (coding-system-change-eol-conversion
2628 coding-system default-eol-type)))
2629
7008ccac
GM
2630 (when language-name
2631
2632 ;; Set up for this character set. This is now the right way
2633 ;; to do it for both unibyte and multibyte modes.
36ab8612 2634 (unless frame
97c57fb2 2635 (set-language-environment language-name))
7008ccac 2636
597e2240 2637 ;; If the default enable-multibyte-characters is nil,
7008ccac
GM
2638 ;; we are using single-byte characters,
2639 ;; so the display table and terminal coding system are irrelevant.
597e2240 2640 (when (default-value 'enable-multibyte-characters)
ff76e074 2641 (set-display-table-and-terminal-coding-system
36ab8612 2642 language-name coding-system frame))
7008ccac 2643
166ce29f
DL
2644 ;; Set the `keyboard-coding-system' if appropriate (tty
2645 ;; only). At least X and MS Windows can generate
2646 ;; multilingual input.
68bba4e4 2647 ;; XXX This was disabled unless `window-system', but that
fffa137c 2648 ;; leads to buggy behavior when a tty frame is opened
68bba4e4
KL
2649 ;; later. Setting the keyboard coding system has no adverse
2650 ;; effect on X, so let's do it anyway. -- Lorentey
2651 (let ((kcs (or coding-system
2652 (car (get-language-info language-name
2653 'coding-system)))))
36ab8612 2654 (if kcs (set-keyboard-coding-system kcs frame)))
dc2be2fa 2655
36ab8612 2656 (unless frame
97c57fb2
KL
2657 (setq locale-coding-system
2658 (car (get-language-info language-name 'coding-priority)))))
7008ccac 2659
36ab8612 2660 (when (and (not frame)
97c57fb2 2661 coding-system
8dedddd5
KH
2662 (not (coding-system-equal coding-system
2663 locale-coding-system)))
7008ccac 2664 (prefer-coding-system coding-system)
218e7ce3
KH
2665 ;; Fixme: perhaps prefer-coding-system should set this too.
2666 ;; But it's not the time to do such a fundamental change.
2667 (setq default-sendmail-coding-system coding-system)
80e3310b 2668 (setq locale-coding-system coding-system))))
e76ef161 2669
52c7f9ee 2670 ;; On Windows, override locale-coding-system,
26245233 2671 ;; default-file-name-coding-system, keyboard-coding-system,
20ba0cb4 2672 ;; terminal-coding-system with system codepage.
0fda9b75
DC
2673 (when (and (eq system-type 'windows-nt)
2674 (boundp 'w32-ansi-code-page))
20ba0cb4
EZ
2675 (let ((code-page-coding (intern (format "cp%d" w32-ansi-code-page))))
2676 (when (coding-system-p code-page-coding)
2677 (unless frame (setq locale-coding-system code-page-coding))
2678 (set-keyboard-coding-system code-page-coding frame)
2679 (set-terminal-coding-system code-page-coding frame)
20ba0cb4 2680 (setq default-file-name-coding-system code-page-coding))))
893b49bb 2681
a41118cc 2682 (when (eq system-type 'darwin)
ff76e074
SM
2683 ;; On Darwin, file names are always encoded in utf-8, no matter
2684 ;; the locale.
2685 (setq default-file-name-coding-system 'utf-8)
2686 ;; Mac OS X's Terminal.app by default uses utf-8 regardless of
2687 ;; the locale.
2688 (when (and (null window-system)
36ab8612 2689 (equal (getenv "TERM_PROGRAM" frame) "Apple_Terminal"))
ff76e074
SM
2690 (set-terminal-coding-system 'utf-8)
2691 (set-keyboard-coding-system 'utf-8)))
a41118cc 2692
e76ef161 2693 ;; Default to A4 paper if we're not in a C, POSIX or US locale.
3479c806 2694 ;; (See comments in Flocale_info.)
36ab8612 2695 (unless frame
97c57fb2
KL
2696 (let ((locale locale)
2697 (paper (locale-info 'paper)))
2698 (if paper
2699 ;; This will always be null at the time of writing.
2700 (cond
2701 ((equal paper '(216 279))
2702 (setq ps-paper-type 'letter))
2703 ((equal paper '(210 297))
2704 (setq ps-paper-type 'a4)))
2705 (let ((vars '("LC_ALL" "LC_PAPER" "LANG")))
2706 (while (and vars (= 0 (length locale)))
36ab8612 2707 (setq locale (getenv (pop vars) frame))))
97c57fb2
KL
2708 (when locale
2709 ;; As of glibc 2.2.5, these are the only US Letter locales,
2710 ;; and the rest are A4.
2711 (setq ps-paper-type
2712 (or (locale-name-match locale '(("c$" . letter)
2713 ("posix$" . letter)
2714 (".._us" . letter)
2715 (".._pr" . letter)
2716 (".._ca" . letter)
2717 ("enu$" . letter) ; Windows
2718 ("esu$" . letter)
2719 ("enc$" . letter)
2720 ("frc$" . letter)))
2721 'a4)))))))
e76ef161 2722 nil)
40c81f74 2723\f
16400c32
KH
2724;;; Character property
2725
16400c32
KH
2726(put 'char-code-property-table 'char-table-extra-slots 5)
2727
2728(defun define-char-code-property (name table &optional docstring)
2729 "Define NAME as a character code property given by TABLE.
2730TABLE is a char-table of purpose `char-code-property-table' with
2731these extra slots:
2732 1st: NAME.
2733 2nd: Function to call to get a property value of a character.
caff3c0a 2734 It is called with three arguments CHAR, VAL, and TABLE, where
16400c32
KH
2735 CHAR is a character, VAL is the value of (aref TABLE CHAR).
2736 3rd: Function to call to put a property value of a character.
2737 It is called with the same arguments as above.
2738 4th: Function to call to get a description string of a property value.
2739 It is called with one argument VALUE, a property value.
2740 5th: Data used by the above functions.
2741
2742TABLE may be a name of file to load to build a char-table. The
2743file should contain a call of `define-char-code-property' with a
2744char-table of the above format as the argument TABLE.
2745
2746TABLE may also be nil, in which case no property value is pre-assigned.
2747
49275d55 2748Optional 3rd argument DOCSTRING is a documentation string of the property.
16400c32
KH
2749
2750See also the documentation of `get-char-code-property' and
2751`put-char-code-property'."
2752 (or (symbolp name)
2753 (error "Not a symbol: %s" name))
2754 (if (char-table-p table)
2755 (or (and (eq (char-table-subtype table) 'char-code-property-table)
2756 (eq (char-table-extra-slot table 0) name))
2757 (error "Invalid char-table: %s" table))
2758 (or (stringp table)
2759 (error "Not a char-table nor a file name: %s" table)))
ebfa10d3 2760 (if (stringp table) (setq table (purecopy table)))
16400c32
KH
2761 (let ((slot (assq name char-code-property-alist)))
2762 (if slot
2763 (setcdr slot table)
2764 (setq char-code-property-alist
2765 (cons (cons name table) char-code-property-alist))))
905a9ed3 2766 (put name 'char-code-property-documentation (purecopy docstring)))
4ed46869
KH
2767
2768(defvar char-code-property-table
2769 (make-char-table 'char-code-property-table)
2770 "Char-table containing a property list of each character code.
16400c32 2771This table is used for properties not listed in `char-code-property-alist'.
4ed46869 2772See also the documentation of `get-char-code-property' and
96db204a 2773`put-char-code-property'.")
4ed46869
KH
2774
2775(defun get-char-code-property (char propname)
16400c32 2776 "Return the value of CHAR's PROPNAME property."
c805dec0
KH
2777 (let ((table (unicode-property-table-internal propname)))
2778 (if table
2779 (let ((func (char-table-extra-slot table 1)))
16400c32 2780 (if (functionp func)
c805dec0
KH
2781 (funcall func char (aref table char) table)
2782 (get-unicode-property-internal table char)))
16400c32 2783 (plist-get (aref char-code-property-table char) propname))))
4ed46869
KH
2784
2785(defun put-char-code-property (char propname value)
16400c32 2786 "Store CHAR's PROPNAME property with VALUE.
4ed46869 2787It can be retrieved with `(get-char-code-property CHAR PROPNAME)'."
c805dec0
KH
2788 (let ((table (unicode-property-table-internal propname)))
2789 (if table
2790 (let ((func (char-table-extra-slot table 2)))
16400c32
KH
2791 (if (functionp func)
2792 (funcall func char value table)
c805dec0 2793 (put-unicode-property-internal table char value)))
16400c32
KH
2794 (let* ((plist (aref char-code-property-table char))
2795 (x (plist-put plist propname value)))
2796 (or (eq x plist)
2797 (aset char-code-property-table char x))))
2798 value))
2799
2800(defun char-code-property-description (prop value)
2801 "Return a description string of character property PROP's value VALUE.
2802If there's no description string for VALUE, return nil."
c805dec0
KH
2803 (let ((table (unicode-property-table-internal prop)))
2804 (if table
2805 (let ((func (char-table-extra-slot table 3)))
16400c32
KH
2806 (if (functionp func)
2807 (funcall func value))))))
4ed46869 2808
a127b764
KH
2809\f
2810;; Pretty description of encoded string
2811
2812;; Alist of ISO 2022 control code vs the corresponding mnemonic string.
2f7f4bee 2813(defconst iso-2022-control-alist
a127b764
KH
2814 '((?\x1b . "ESC")
2815 (?\x0e . "SO")
2816 (?\x0f . "SI")
2817 (?\x8e . "SS2")
2818 (?\x8f . "SS3")
2819 (?\x9b . "CSI")))
2820
2821(defun encoded-string-description (str coding-system)
2822 "Return a pretty description of STR that is encoded by CODING-SYSTEM."
2823 (setq str (string-as-unibyte str))
993b2a7d 2824 (mapconcat
a6dfc99b 2825 (if (and coding-system (eq (coding-system-type coding-system) 'iso-2022))
993b2a7d
KH
2826 ;; Try to get a pretty description for ISO 2022 escape sequences.
2827 (function (lambda (x) (or (cdr (assq x iso-2022-control-alist))
695effcc
JL
2828 (format "#x%02X" x))))
2829 (function (lambda (x) (format "#x%02X" x))))
993b2a7d 2830 str " "))
a127b764 2831
430c6ced 2832(defun encode-coding-char (char coding-system &optional charset)
a127b764 2833 "Encode CHAR by CODING-SYSTEM and return the resulting string.
430c6ced
KH
2834If CODING-SYSTEM can't safely encode CHAR, return nil.
2835The 3rd optional argument CHARSET, if non-nil, is a charset preferred
2836on encoding."
b529ed1e
KH
2837 (let* ((str1 (string-as-multibyte (string char)))
2838 (str2 (string-as-multibyte (string char char)))
2839 (found (find-coding-systems-string str1))
a127b764 2840 enc1 enc2 i1 i2)
b529ed1e
KH
2841 (if (and (consp found)
2842 (eq (car found) 'undecided))
2843 str1
2844 (when (memq (coding-system-base coding-system) found)
2845 ;; We must find the encoded string of CHAR. But, just encoding
2846 ;; CHAR will put extra control sequences (usually to designate
2847 ;; ASCII charset) at the tail if type of CODING is ISO 2022.
2848 ;; To exclude such tailing bytes, we at first encode one-char
2849 ;; string and two-char string, then check how many bytes at the
2850 ;; tail of both encoded strings are the same.
2851
430c6ced
KH
2852 (when charset
2853 (put-text-property 0 1 'charset charset str1)
2854 (put-text-property 0 2 'charset charset str2))
b529ed1e
KH
2855 (setq enc1 (encode-coding-string str1 coding-system)
2856 i1 (length enc1)
2857 enc2 (encode-coding-string str2 coding-system)
2858 i2 (length enc2))
2859 (while (and (> i1 0) (= (aref enc1 (1- i1)) (aref enc2 (1- i2))))
2860 (setq i1 (1- i1) i2 (1- i2)))
2861
2862 ;; Now (substring enc1 i1) and (substring enc2 i2) are the same,
2863 ;; and they are the extra control sequences at the tail to
2864 ;; exclude.
2865 (substring enc2 0 i2)))))
a127b764 2866
d2f613a0
DL
2867;; Backwards compatibility. These might be better with :init-value t,
2868;; but that breaks loadup.
2869(define-minor-mode unify-8859-on-encoding-mode
f82cb659 2870 "Exists only for backwards compatibility."
d2f613a0
DL
2871 :group 'mule
2872 :global t)
f82cb659
GM
2873;; Doc said "obsolete" in 23.1, this statement only added in 24.1.
2874(make-obsolete 'unify-8859-on-encoding-mode "don't use it." "23.1")
2875
d2f613a0 2876(define-minor-mode unify-8859-on-decoding-mode
f82cb659 2877 "Exists only for backwards compatibility."
d2f613a0
DL
2878 :group 'mule
2879 :global t)
f82cb659
GM
2880;; Doc said "obsolete" in 23.1, this statement only added in 24.1.
2881(make-obsolete 'unify-8859-on-decoding-mode "don't use it." "23.1")
a127b764 2882
18ccd78a
JB
2883(defvar nonascii-insert-offset 0)
2884(make-obsolete-variable 'nonascii-insert-offset "do not use it." "23.1")
2885(defvar nonascii-translation-table nil)
2886(make-obsolete-variable 'nonascii-translation-table "do not use it." "23.1")
7dd42fb1 2887
838d78d4
JL
2888(defvar ucs-names nil
2889 "Alist of cached (CHAR-NAME . CHAR-CODE) pairs.")
2890
2891(defun ucs-names ()
2892 "Return alist of (CHAR-NAME . CHAR-CODE) pairs cached in `ucs-names'."
2893 (or ucs-names
ae63e572
KH
2894 (let ((bmp-ranges
2895 '((#x0000 . #x33FF)
bf3e70eb 2896 ;; (#x3400 . #x4DBF) CJK Ideographs Extension A
ae63e572 2897 (#x4DC0 . #x4DFF)
bf3e70eb
JB
2898 ;; (#x4E00 . #x9FFF) CJK Unified Ideographs
2899 (#xA000 . #xD7FF)
ae63e572
KH
2900 ;; (#xD800 . #xFAFF) Surrogate/Private
2901 (#xFB00 . #xFFFD)))
2902 (upper-ranges
2903 '((#x10000 . #x134FF)
bf3e70eb
JB
2904 ;; (#x13500 . #x167FF) unused
2905 (#x16800 . #x16A3F)
2906 ;; (#x16A40 . #x1AFFF) unused
2907 (#x1B000 . #x1B0FF)
2908 ;; (#x1B100 . #x1CFFF) unused
ae63e572 2909 (#x1D000 . #x1FFFF)
bf3e70eb 2910 ;; (#x20000 . #xDFFFF) CJK Ideograph Extension A, B, etc, unused
ae63e572
KH
2911 (#xE0000 . #xE01FF)))
2912 (gc-cons-threshold 10000000)
2913 c end name names)
2914 (dolist (range bmp-ranges)
2915 (setq c (car range)
2916 end (cdr range))
2917 (while (<= c end)
2918 (if (setq name (get-char-code-property c 'name))
2919 (push (cons name c) names))
2920 (if (setq name (get-char-code-property c 'old-name))
2921 (push (cons name c) names))
2922 (setq c (1+ c))))
2923 (dolist (range upper-ranges)
2924 (setq c (car range)
2925 end (cdr range))
2926 (while (<= c end)
2927 (if (setq name (get-char-code-property c 'name))
2928 (push (cons name c) names))
2929 (setq c (1+ c))))
e0727873 2930 (setq ucs-names names))))
838d78d4 2931
838d78d4
JL
2932(defun read-char-by-name (prompt)
2933 "Read a character by its Unicode name or hex number string.
c0a67379 2934Display PROMPT and read a string that represents a character by its
a167e505
EZ
2935Unicode property `name' or `old-name'.
2936
2937This function returns the character as a number.
2938
2939You can type a few of the first letters of the Unicode name and
2940use completion. If you type a substring of the Unicode name
2941preceded by an asterisk `*' and use completion, it will show all
2942the characters whose names include that substring, not necessarily
2943at the beginning of the name.
2944
2945This function also accepts a hexadecimal number of Unicode code
2946point or a number in hash notation, e.g. #o21430 for octal,
2947#x2318 for hex, or #10r8984 for decimal."
838d78d4 2948 (let* ((completion-ignore-case t)
393a301e
SM
2949 (input (completing-read
2950 prompt
2951 (lambda (string pred action)
2952 (if (eq action 'metadata)
2953 '(metadata (category . unicode-name))
2954 (complete-with-action action (ucs-names) string pred))))))
c0a67379 2955 (cond
19e9789e 2956 ((string-match-p "\\`[0-9a-fA-F]+\\'" input)
c0a67379 2957 (string-to-number input 16))
19e9789e 2958 ((string-match-p "\\`#" input)
c0a67379
JL
2959 (read input))
2960 (t
d6ff002e 2961 (cdr (assoc-string input (ucs-names) t))))))
838d78d4 2962
2a1e2476 2963(define-obsolete-function-alias 'ucs-insert 'insert-char "24.3")
ddfc8813 2964(define-key ctl-x-map "8\r" 'insert-char)
a127b764 2965
4ed46869 2966;;; mule-cmds.el ends here