From d0d071d2d7d7ab8c22df30e33cc2b6e02dd52f7c Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 25 Nov 2003 23:10:47 +0000 Subject: [PATCH] (standard-display-european-internal): Cancel the standard-display-table setting for ` and '. --- lisp/ChangeLog | 5 +++++ lisp/international/mule-cmds.el | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a570148f21..e16f53532c3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-11-26 Kenichi Handa + + * international/mule-cmds.el (standard-display-european-internal): + Cancel the standard-display-table setting for ` and '. + 2003-11-26 Kim F. Storm * ido.el (ido-use-filename-at-point, ido-use-url-at-point): diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index fb918094d4c..a9ed8299ad9 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1822,8 +1822,10 @@ specifies the character set for the major languages of Western Europe." (string= "The XFree86 Project, Inc" (x-server-vendor)) (> (aref (number-to-string (nth 2 (x-server-version))) 0) ?3)) - (aset standard-display-table ?' [?$,1ry(B]) - (aset standard-display-table ?` [?$,1rx(B]) + ;; We suppress these setting for the moment because the + ;; above assumption is wrong. + ;; (aset standard-display-table ?' [?$,1ry(B]) + ;; (aset standard-display-table ?` [?$,1rx(B]) ;; The fonts don't have the relevant bug. (aset standard-display-table 160 nil) (aset standard-display-table (make-char 'latin-iso8859-1 160) -- 2.39.2