mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(standard-display-european-internal):
Cancel the standard-display-table setting for ` and '.
This commit is contained in:
parent
c7cc2f9e9a
commit
d0d071d2d7
@ -1,3 +1,8 @@
|
||||
2003-11-26 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/mule-cmds.el (standard-display-european-internal):
|
||||
Cancel the standard-display-table setting for ` and '.
|
||||
|
||||
2003-11-26 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* ido.el (ido-use-filename-at-point, ido-use-url-at-point):
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user