# HG changeset patch # User Adrian Robert # Date 1244435740 0 # Node ID 8379b345d5441432180f25eade6ca36f1e903c83 # Parent d04aeff22966201fa80555835289faba16037220 term/ns-win.el (composition-function-table) (script-representative-chars): Don't alter. diff -r d04aeff22966 -r 8379b345d544 lisp/term/ns-win.el --- a/lisp/term/ns-win.el Mon Jun 08 04:34:54 2009 +0000 +++ b/lisp/term/ns-win.el Mon Jun 08 04:35:40 2009 +0000 @@ -684,10 +684,6 @@ :post-read-conversion 'ns-utf8-nfd-post-read-conversion) (set-file-name-coding-system 'utf-8-nfd))) -;; PENDING: disable composition-based display for Indic scripts as it -;; is not working well under Nextstep for some reason -(set-char-table-range composition-function-table - '(#x0900 . #x0DFF) nil) ;;;; Inter-app communications support. @@ -984,15 +980,6 @@ (format "Creation of the standard fontset failed: %s" err) :error))))) -;;(push (cons 'font "-ns-*-*-*-*-*-10-*-*-*-*-*-fontset-standard") -;; default-frame-alist) - -;; Add some additional scripts to var we use for fontset generation. -(setq script-representative-chars - (cons '(kana #xff8a) - (cons '(symbol #x2295 #x2287 #x25a1) - script-representative-chars))) - ;;;; Pasteboard support.