emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/term ns-win.el


From: Adrian Robert
Subject: [Emacs-diffs] emacs/lisp/term ns-win.el
Date: Mon, 08 Jun 2009 04:35:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/06/08 04:35:40

Modified files:
        lisp/term      : ns-win.el 

Log message:
        term/ns-win.el (composition-function-table)  
(script-representative-chars): Don't alter.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/term/ns-win.el?cvsroot=emacs&r1=1.43&r2=1.44

Patches:
Index: ns-win.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/ns-win.el,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- ns-win.el   3 May 2009 23:19:39 -0000       1.43
+++ ns-win.el   8 Jun 2009 04:35:40 -0000       1.44
@@ -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.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]