changeset 103345:8379b345d544

term/ns-win.el (composition-function-table) (script-representative-chars): Don't alter.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Mon, 08 Jun 2009 04:35:40 +0000
parents d04aeff22966
children 33a87d18a1f6
files lisp/term/ns-win.el
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- 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.