From c3c122b7620bcb46ccf909af6cb4bc278ca99361 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Mon, 8 Jun 2009 04:35:40 +0000 Subject: [PATCH] term/ns-win.el (composition-function-table) (script-representative-chars): Don't alter. --- lisp/term/ns-win.el | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index d767a66964..3c963c3ca5 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -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. -- 2.39.2