On August 10, 2006 at 2:41AM +0900, tats (at debian.org) wrote: > > I’ve started using “smart quotes” (characterss 0x201c and 0x201d) in > > my unicode text documents. Unfortunately, when I run mule-ucs,
> To prefer single with (latin) characters, use
> (un-define-debian-latin) or (require 'un-define) instead of
> (un-define-debian).
Sorry, the above doesn't work.
To prevent this problem, please apply the following patch to
/etc/emacs/site-start.d/40mule-ucs.el, and run (un-define-debian).
----
--- 40mule-ucs.el.orig
+++ 40mule-ucs.el
@@ -240,7 +240,7 @@
latin-iso8859-14
latin-iso8859-15
ipa))
- '(japanese-jisx0208)
+ '(mule-unicode-0100-24ff japanese-jisx0208)
(if jisx0213-flag '(japanese-jisx0213-1
japanese-jisx0213-2))
'(japanese-jisx0212
@@ -262,8 +262,7 @@
(if (fboundp
(function tibetan-pre-write-canonicalize-for-unicode))
'(tibetan))
- '(mule-unicode-0100-24ff
- mule-unicode-2500-33ff
+ '(mule-unicode-2500-33ff
mule-unicode-e000-ffff
mule-ucs-unicode-multichar)))
(while (setq elem (car cand))
----
--
Tatsuya Kinoshita
pgpLjWNXyaDwk.pgp
Description: PGP signature

