]> code.delx.au - gnu-emacs/commitdiff
term/ns-win.el (composition-function-table) (script-representative-chars): Don't...
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Mon, 8 Jun 2009 04:35:40 +0000 (04:35 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Mon, 8 Jun 2009 04:35:40 +0000 (04:35 +0000)
lisp/term/ns-win.el

index d767a66964761f80922ad51ac6f20e95e5d11d5c..3c963c3ca549c57ae7205cead6a739e593e10bdd 100644 (file)
@@ -684,10 +684,6 @@ See `ns-insert-working-text'."
        :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 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
                (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.