• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/international/

Lines Matching defs:on

39 ;; Latin-N as far as possible on encoding.
42 ;; mule-unicode-0100-24ff on decoding, with the corresponding
43 ;; adjustments on encoding; see `ucs-unify-8859'. Be wary of using
49 ;; Global minor modes are provided to unify on encoding and decoding.
55 ;; populated, which could be used for more general unification on
59 ;; `utf-fragment-on-decoding' which may specify decoding Greek and
65 ;; possible). Unification on decoding sets it globally to translate
66 ;; to Unicode. Unification on encoding uses hooks to set it up
71 ;; NB, this code depends on the default value of
1099 ;; utf-fragment-on-decoding is by default nil, thus the translation
1142 (or (memq 'unify-8859-on-encoding-mode dependency)
1143 (setq dependency (cons 'unify-8859-on-encoding-mode dependency)))
1144 (or (memq 'unify-8859-on-decoding-mode dependency)
1145 (setq dependency (cons 'unify-8859-on-decoding-mode dependency)))
1155 With prefix arg, do unification on encoding only, i.e. don't unify
1156 everything on input operations."
1158 ;; Unify 8859 on decoding. (Non-CCL coding systems only.)
1159 (if utf-fragment-on-decoding
1196 ;; on encoding.
1212 With prefix arg, undo unification on encoding only, i.e. don't undo
1213 unification on input operations."
1215 ;; Don't Unify 8859 on decoding.
1226 ;; `utf-fragment-on-decoding' is non-nil.
1233 (if (not utf-fragment-on-decoding)
1264 ;; We only set up translation on encoding to utf-8. Also translation
1383 (?,2f(B . ?$,1on(B)
2436 (define-minor-mode unify-8859-on-encoding-mode
2437 "Set up translation-tables for unifying ISO 8859 characters on encoding.
2448 In this mode, on encoding -- i.e. output operations -- non-ASCII
2463 See also command `unify-8859-on-decoding-mode'."
2467 (if unify-8859-on-encoding-mode
2471 (custom-add-version 'unify-8859-on-encoding-mode "21.3")
2473 (define-minor-mode unify-8859-on-decoding-mode
2474 "Set up translation-tables for unifying ISO 8859 characters on decoding.
2482 See also command `unify-8859-on-encoding-mode' and the user option
2483 `utf-fragment-on-decoding'."
2487 (if unify-8859-on-decoding-mode
2491 (custom-add-version 'unify-8859-on-decoding-mode "21.3")
2494 ;; unify-8859-on-encoding-mode and unify-8859-on-decoding-mode.
2504 (when (and unify-8859-on-encoding-mode
2505 (not unify-8859-on-decoding-mode)