comparison lisp/international/mule.el @ 88643:db559e54c9e0

(coding-system-iso-2022-flags): Revert last change.
author Dave Love <fx@gnu.org>
date Sun, 26 May 2002 00:01:51 +0000
parents fc23956c9f9b
children ddc129ce7bc1
comparison
equal deleted inserted replaced
88642:3a7ca837e9b9 88643:db559e54c9e0
343 init-at-bol 343 init-at-bol
344 designate-at-bol 344 designate-at-bol
345 safe 345 safe
346 latin-extra 346 latin-extra
347 composition 347 composition
348 euc-tw-shift 348 euc-tw-shift)
349 use-roman
350 use-oldjis)
351 "List of symbols that control ISO-2022 encoder/decoder. 349 "List of symbols that control ISO-2022 encoder/decoder.
352 350
353 The value of `:flags' attribute in the argument of the function 351 The value of `:flags' attribute in the argument of the function
354 `define-coding-system' must be composed from them. 352 `define-coding-system' must be one of them.
355 353
356 If `long-form' is specified, use a long designation sequence on 354 If `long-form' is specified, use a long designation sequence on
357 encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312', 355 encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312',
358 and `japanese-jisx0208'. The long designation sequence doesn't 356 and `japanese-jisx0208'. The long designation sequence doesn't
359 conform to ISO 2022, but used by such a coding system as 357 conform to ISO 2022, but used by such a coding system as
399 If `composition' is specified, an escape sequence to specify 397 If `composition' is specified, an escape sequence to specify
400 composition sequence is correctly decode on decoding, and is produced 398 composition sequence is correctly decode on decoding, and is produced
401 on encoding. 399 on encoding.
402 400
403 If `euc-tw-shift' is specified, the EUC-TW specific shifting code is 401 If `euc-tw-shift' is specified, the EUC-TW specific shifting code is
404 correctly decoded on decoding, and is produced on encoding. 402 correctly decoded on decoding, and is produced on encoding.")
405
406 If `use-roman' is specified, JIS0201-1976-Roman is designated instead
407 of ASCII.
408
409 If `use-oldjis' is specified, JIS0208-1976 is designated instead of
410 JIS0208-1983.")
411 403
412 (defun define-coding-system (name docstring &rest props) 404 (defun define-coding-system (name docstring &rest props)
413 "Define NAME (symbol) as a coding system with DOCSTRING and attributes. 405 "Define NAME (symbol) as a coding system with DOCSTRING and attributes.
414 The remaining arguments must come in pairs ATTRIBUTE VALUE. ATTRIBUTE 406 The remaining arguments must come in pairs ATTRIBUTE VALUE. ATTRIBUTE
415 may be any symbol. 407 may be any symbol.