emacs-devel archive search

Search String: Display: Description: Sort:

Results:

References: [ +from:Handa: 2854 ] [ Unicode: 6098 ]

Total 706 documents matching your query.

1. Re: New Mac OS Changes (score: -74)
Author: HIDDEN
Date: Wed, 25 Oct 2000 16:44:37 +0900 (JST)
I've just checked this page: ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/APPLE/ROMAN.TXT and found that only the following characters are not yet supported by Emacs. 0xD7 0x25CA # LOZENGE 0xDE 0xFB
/archive/html/emacs-devel/2000-10/msg00257.html (8,197 bytes)

2. Re: New Mac OS Changes (score: -85)
Author: HIDDEN
Date: Sat, 28 Oct 2000 11:36:32 +0900 (JST)
Ok. As it seems that there's no objection, I'll soon install codes to support mule-unicode-2500-33ff and mule-unicode-e000-ffff, then send a patch for lisp/term/mac-win to Andrew so that he can test
/archive/html/emacs-devel/2000-10/msg00385.html (8,322 bytes)

3. Re: New Mac OS Changes (score: -,107)
Author: HIDDEN
Date: Mon, 30 Oct 2000 10:46:13 +0900 (JST)
I've just installed these changes for those new charsets. 2000-10-30 Kenichi Handa <address@hidden> * international/mule-conf.el: New charsets mule-unicode-2500-33ff and mule-unicode-e000-ffff. * int
/archive/html/emacs-devel/2000-10/msg00404.html (15,965 bytes)

4. Re: New Mac OS Changes (score: -30)
Author: HIDDEN
Date: Mon, 30 Oct 2000 21:57:18 +0900 (JST)
I thought mac-roman font contains glyphs for those iso8859-1 characters (those decoded from mac-roman encoding). Isn't it correct? I found a bug in my code. It was the reason why those characters are
/archive/html/emacs-devel/2000-10/msg00416.html (8,689 bytes)

5. Re: UTF-8 support for Emacs (score: -,371)
Author: HIDDEN
Date: Fri, 19 Jan 2001 21:09:52 +0900 (JST)
Right. By the way, Takahashi-san has just given me a very short UTF-8 encoder/decoder. It decode UTF-8 into ascii, latin-1, mule-unicode-0100-24ff, mule-unicode-2500-33ff, mule-unicode-e000-ffff. Wit
/archive/html/emacs-devel/2001-01/msg00049.html (16,695 bytes)

6. Re: Unicode support (score: -,382)
Author: HIDDEN
Date: Tue, 24 Jul 2001 20:40:39 +0900 (JST)
Sorry for not joining this important topic much earlier. But, we have font-lock (jit-lock), and a Lisp program is called while redisplaying. I think jit-lock/font-lock is very fast even if we run Ema
/archive/html/emacs-devel/2001-07/msg00036.html (7,891 bytes)

7. Re: Q: something like autoload for coding-systems? (score: -8)
Author: HIDDEN
Date: Tue, 6 Nov 2001 14:23:10 +0900 (JST)
I agree with the idea of autoloading coding system or at least a translation table or CCL codes used in a coding system. Yes. Perhaps, coding-system-p is better because setup_coding_system is called
/archive/html/emacs-devel/2001-11/msg00227.html (8,539 bytes)

8. Re: Q: something like autoload for coding-systems? (score: -19)
Author: HIDDEN
Date: Wed, 7 Nov 2001 20:15:41 +0900 (JST)
It's possible but not worth doing that because, then, the rest part is very small as I wrote below. Yes. And if we setup all information in char-coding-system-table, loading of coding systems is almo
/archive/html/emacs-devel/2001-11/msg00291.html (8,815 bytes)

9. Re: Q: something like autoload for coding-systems? (score: -8)
Author: HIDDEN
Date: Tue, 13 Nov 2001 11:55:15 +0900 (JST)
Ah, yes. For instance, we can gradually shrink the set of coding systems to check. For Emacs 21.1, we already preload all the chinese-based coding systems. And, that preloading doesn't require much m
/archive/html/emacs-devel/2001-11/msg00553.html (8,885 bytes)

10. Re: Q: something like autoload for coding-systems? (score: -8)
Author: HIDDEN
Date: Wed, 14 Nov 2001 15:31:14 +0900 (JST)
No. It uses less space, but, isn't it time-consuming to check if a specific character is included or not with such an format? No. I checked it for Big5, GB2312, and CNS. Less than 10% of chinese char
/archive/html/emacs-devel/2001-11/msg00610.html (7,607 bytes)

11. Re: Emacs and UTF-8 locale (score: -19)
Author: HIDDEN
Date: Tue, 25 Dec 2001 11:08:19 +0900 (JST)
I've just read the code added by Dave (sorry for not doing that earliear). It seems that it doesn't have a major problem, but I found one problem related to handling unibyte case. If unify-8859-on-de
/archive/html/emacs-devel/2001-12/msg00898.html (6,722 bytes)

12. Re: Emacs and UTF-8 locale (score: -41)
Author: HIDDEN
Date: Mon, 7 Jan 2002 10:01:17 +0900 (JST)
I may have written various ideas but please don't assume that they all works fine. :-p C-q (quoted-insert) assumes that a code in the range 0240..0377 is a code for single-byte charset, and convert i
/archive/html/emacs-devel/2002-01/msg00134.html (6,863 bytes)

13. Re: Prevent iso-8859 unification for some files? (score: -19)
Author: HIDDEN
Date: Mon, 4 Feb 2002 14:26:15 +0900 (JST)
Why? Using hex escapes means that we embed internal character codes. They will be changed in the future (i.e. in unicode-base Emacs). But, emacs-mule and iso-2022-7bit-no-trans are decoded correctly
/archive/html/emacs-devel/2002-02/msg00064.html (6,380 bytes)

14. Re: Prevent iso-8859 unification for some files? (score: -8)
Author: HIDDEN
Date: Wed, 6 Feb 2002 15:03:42 +0900 (JST)
I see. But, isn't it better that we can see each character in correct glyph when we visit that file? -- Ken'ichi HANDA address@hidden
/archive/html/emacs-devel/2002-02/msg00120.html (5,641 bytes)

15. Re: Latin-1 non breaking space not highlighted (score: -8)
Author: HIDDEN
Date: Mon, 15 Apr 2002 08:54:04 +0900 (JST)
I think show-trailing-whitespace should not be affected by syntax of characters because what it should concern is a glyph. If a glyph of a character is just space, even if the syntax is `symbol' or w
/archive/html/emacs-devel/2002-04/msg00337.html (7,729 bytes)

16. Re: emacs-unicode branch is not usable (score: -,371)
Author: HIDDEN
Date: Wed, 17 Jul 2002 21:07:06 +0900 (JST)
Sure. How about putting this change in the current emacs-unicode? Could you please improve the English text? ** startup.el.~1.290.~ Fri May 10 11:13:48 2002 -- startup.el Wed Jul 17 21:09:59 2002 **
/archive/html/emacs-devel/2002-07/msg00537.html (5,514 bytes)

17. Re: Several serious problems (score: -8)
Author: HIDDEN
Date: Tue, 23 Jul 2002 22:35:46 +0900 (JST)
It seem that this problem was already fixed. As I also found one unnecessary mule-unicode-0100-24ff char, I deleted it. At least, (find-charset-region 1 (point-max)) will give you some information. I
/archive/html/emacs-devel/2002-07/msg00702.html (9,967 bytes)

18. desktop.el problem [Re: X-Symbol 4.0e; Emacs port (fwd)] (score: -8)
Author: HIDDEN
Date: Thu, 25 Jul 2002 11:47:33 +0900 (JST)
Oops... Then, it's a general problem of desktop. If a user define a new charset in a session, and there's a string containing that charset in kill-ring, he always fails in the next session while reco
/archive/html/emacs-devel/2002-07/msg00729.html (6,101 bytes)

19. Re: Reporting UTF-8 related problems? (score: -8)
Author: HIDDEN
Date: Mon, 29 Jul 2002 14:18:26 +0900 (JST)
The reported escape sequence is "ESC % G ... ESC % @" which is not the extended segments of CTEXT (described in the section 6 of the ctext document), but the special sequence for utf-8 (described in
/archive/html/emacs-devel/2002-07/msg00835.html (7,371 bytes)

20. Re: Reporting UTF-8 related problems? (score: -8)
Author: HIDDEN
Date: Mon, 29 Jul 2002 14:37:52 +0900 (JST)
Oops, I forgot to attach it. Here it is. -- Ken'ichi HANDA address@hidden 7. The UTF-8 encoding Unicode characters that are not contained in one of the approved standard encodings can be encoded usin
/archive/html/emacs-devel/2002-07/msg00838.html (7,268 bytes)

21. Re: Reporting UTF-8 related problems? (score: -8)
Author: HIDDEN
Date: Tue, 30 Jul 2002 14:22:33 +0900 (JST)
This is because Emacs received this byte sequence: ESC $ ( B ! H "ESC $ ( B" is a designation sequence for jisx0208, and the following two bytes "! H" specifies the above Japanese symbol. This is a p
/archive/html/emacs-devel/2002-07/msg00876.html (8,592 bytes)

22. Re: Reporting UTF-8 related problems? (score: -19)
Author: HIDDEN
Date: Tue, 30 Jul 2002 16:11:18 +0900 (JST)
I checked the contents of the html file itself and found this: &#132;Die Familie Schroffenstein&#147 I thought that the notation &#NUMBER is for transmitting Unicode character of code NUMBER. But, 13
/archive/html/emacs-devel/2002-07/msg00879.html (8,090 bytes)

23. Re: Reporting UTF-8 related problems? (score: -19)
Author: HIDDEN
Date: Tue, 30 Jul 2002 17:30:44 +0900 (JST)
Ah, I see. I found that windows-125X maps 132 and 147 to U+201E and U+201C. So, perhaps those systems (galeon and lynx) parse them as U+201E and U+201C. Anyway, how to encode them in X selection is t
/archive/html/emacs-devel/2002-07/msg00882.html (7,803 bytes)

24. Re: please consider emacs-unicode for pervasive changes (score: -,426)
Author: HIDDEN
Date: Tue, 13 Aug 2002 09:30:28 +0900 (JST)
I'm very sorry for not reacting on this matter more quickly. I've been busy for the other matters. Could you please apply any necessary changes to the unicode branch? As I'm currently working on the
/archive/html/emacs-devel/2002-08/msg00266.html (8,381 bytes)

25. regex and case-fold-search problem (score: -19)
Author: HIDDEN
Date: Fri, 23 Aug 2002 15:25:42 +0900 (JST)
While working on emacs-unicode, I noticed a very difficult problem which also exists in the current emacs. (let ((case-fold-search nil)) (string-match "[Þ-ß]" "Þ")) => 0 (let ((case-fold-search ni
/archive/html/emacs-devel/2002-08/msg00551.html (7,103 bytes)

26. Re: regex and case-fold-search problem (score: -8)
Author: HIDDEN
Date: Sat, 24 Aug 2002 10:16:10 +0900 (JST)
I agree. Ideally, the range "[A-_]" must be converted to "[a-z[-_]". But, it seems that your idea is to convert "[A-_]" to "[_-z]", correct? I agree that it results in less counter-intuitive behaviou
/archive/html/emacs-devel/2002-08/msg00591.html (8,764 bytes)

27. Re: regex and case-fold-search problem (score: -30)
Author: HIDDEN
Date: Mon, 26 Aug 2002 10:29:29 +0900 (JST)
Of course, it's not impossible. It's just not easy. It makes sense only when we assume some character set (or locale). For instance, in Emacs 21, Cyrillic characters has the same code order as that o
/archive/html/emacs-devel/2002-08/msg00662.html (9,246 bytes)

28. Re: regex and case-fold-search problem (score: -41)
Author: HIDDEN
Date: Thu, 29 Aug 2002 17:53:53 +0900 (JST)
People know the character codes that are based on their familiar charset. So, they can take advantage only when Emacs internally uses the character representation in which character code order is the
/archive/html/emacs-devel/2002-08/msg00871.html (10,008 bytes)

29. Re: Several serious problems (score: -,107)
Author: HIDDEN
Date: Thu, 29 Aug 2002 22:25:25 +0900 (JST)
Why aren't you using that code? Does it mean that you changed some of them locally? I noticed those `fixme's. Yes, it is better to solve all of them, but, for the moment, I want to concentrate on fix
/archive/html/emacs-devel/2002-08/msg00881.html (11,466 bytes)

30. Re: Several serious problems (score: -,140)
Author: HIDDEN
Date: Mon, 2 Sep 2002 10:28:25 +0900 (JST)
It defines two CCL codes to decode and encode utf-8 byte sequence, and makes the coding system mule-utf-8 by using those CCL codes. I'll attach the necessary change to enable RC's utf-8 to encode lat
/archive/html/emacs-devel/2002-09/msg00068.html (10,043 bytes)

31. Re: please consider emacs-unicode for pervasive changes (score: -,382)
Author: HIDDEN
Date: Tue, 3 Sep 2002 15:15:50 +0900 (JST)
Yes. On reading and writing iso-2022 files, Emacs-unicode may designate different charsets. I still can't find a time to fix it. But, is it a big problem? Even in Emacs 21, iso-2022 files may be chan
/archive/html/emacs-devel/2002-09/msg00127.html (7,043 bytes)

32. Re: please consider emacs-unicode for pervasive changes (score: -,393)
Author: HIDDEN
Date: Thu, 5 Sep 2002 14:48:22 +0900 (JST)
As Emacs-unicode unifies, for instance, character C1 of charset CS1 and character C2 of CS2. So, so even if an original iso-2022-7bit file uses the different byte sequence to represent them, when ema
/archive/html/emacs-devel/2002-09/msg00278.html (8,243 bytes)

33. Re: Several serious problems (score: -19)
Author: HIDDEN
Date: Fri, 6 Sep 2002 08:32:53 +0900 (JST)
Yes. But, that mode is on by default in RC too. How about adding this paragraph? See also the documentations of: `unify-8859-on-decoding-mode', `unify-8859-on-encoding-mode', `utf-8-fragment-on-decod
/archive/html/emacs-devel/2002-09/msg00345.html (7,168 bytes)

34. Re: please consider emacs-unicode for pervasive changes (score: -,371)
Author: HIDDEN
Date: Fri, 6 Sep 2002 13:29:41 +0900 (JST)
Not necessarily. If we put the text property `charset' (the value is a charset) to a text on decoding, and check it on encoding, we can preserve the same byte sequence. Putting that text property to
/archive/html/emacs-devel/2002-09/msg00370.html (7,750 bytes)

35. Re: please consider emacs-unicode for pervasive changes (score: -,360)
Author: HIDDEN
Date: Fri, 6 Sep 2002 13:46:36 +0900 (JST)
But, `diff' is another program. Emacs' ediff-files should work well. And, please note that even Emacs 21 don't preserve the same byte sequence for iso-2022-7bit file in rare case. This problem can ac
/archive/html/emacs-devel/2002-09/msg00371.html (8,795 bytes)

36. Re: Fontset problem (score: -19)
Author: HIDDEN
Date: Fri, 6 Sep 2002 22:01:28 +0900 (JST)
If you specify an XLFD field other than FOUNDRY, FAMILY, CHARSET_REGISTRY, CHARSET_ENCODING in each font name, Emacs tries to use the specified font name as is (i.e. the same font X server will find
/archive/html/emacs-devel/2002-09/msg00383.html (7,609 bytes)

37. Re: please consider emacs-unicode for pervasive changes (score: -,404)
Author: HIDDEN
Date: Mon, 9 Sep 2002 09:57:38 +0900 (JST)
Each charset has different reason. IPA: Some characters are not in Unicode. Korean: It contains Chinese characters too. But, by default, it is unified with Unicode. (unify-charset 'korean-ksc5601 nil
/archive/html/emacs-devel/2002-09/msg00489.html (8,597 bytes)

38. status of utf-8.el, etc [Re: Several serious problems] (score: -63)
Author: HIDDEN
Date: Wed, 25 Sep 2002 16:01:45 +0900 (JST)
I noticed some combinations of unify-8859-on-encoding-mode, utf-8-fragment-on-decoding, and utf-8-translate-cjk doesn't work in HEAD. So, I made a fairly comprehensive testsuite for testing them (att
/archive/html/emacs-devel/2002-09/msg00917.html (15,418 bytes)

39. Re: status of utf-8.el, etc [Re: Several serious problems] (score: -19)
Author: HIDDEN
Date: Thu, 26 Sep 2002 08:47:16 +0900 (JST)
I tend to agree with getting rid of it. But, I have not yet considered that possibility deeply. If we are going to remove it, I think we should do that in 21.3. Introducing something in 21.3 and remo
/archive/html/emacs-devel/2002-09/msg00929.html (8,990 bytes)

40. Re: Fontset problem (score: -8)
Author: HIDDEN
Date: Thu, 26 Sep 2002 17:10:34 +0900 (JST)
Sorry for the late response. Ah, I see. You actually have courier iso10646-1 fonts. Hmmm, currently, Emacs tries at first the family specified by face, and if you have that font, Emacs uses it. Perha
/archive/html/emacs-devel/2002-09/msg00934.html (12,446 bytes)

41. Re: status of utf-8.el, etc [Re: Several serious problems] (score: -41)
Author: HIDDEN
Date: Mon, 30 Sep 2002 18:09:22 +0900 (JST)
I've just installed fixes in HEAD. Could people please test these customizalbe variables. unify-8859-on-encoding-mode unify-8859-on-decoding-mode utf-fragment-on-decoding utf-translate-cjk Then, why
/archive/html/emacs-devel/2002-09/msg01009.html (9,623 bytes)

42. Re: please consider emacs-unicode for pervasive changes (score: -,382)
Author: HIDDEN
Date: Fri, 4 Oct 2002 15:08:45 +0900 (JST)
It seems that the word "get rid of" is confusing. Emacs-unicode still keeps all latin-iso8859-X charsets. We can't get rid of them. Those charsets carry such information as how to map their code poin
/archive/html/emacs-devel/2002-10/msg00104.html (6,502 bytes)

43. (no subject) (score: -19)
Author: HIDDEN
Date: Thu, 7 Nov 2002 17:08:04 +0900 (JST)
(1) I'm working on fixing ps-print and ps-mule so that non-ASCII characters in a buffer name can also be converted to correct PostScript code. I think I can find time to finish it by the end of this
/archive/html/emacs-devel/2002-11/msg00191.html (7,771 bytes)

44. Re: iso-8859-1 and non-latin-1 chars (score: -8)
Author: HIDDEN
Date: Mon, 16 Dec 2002 09:42:12 +0900 (JST)
Yes, it's better for Emacs, but not for the other programs (e.g. ispell). And such Emacs Lisp applications that use wrong coding system should be fixed anyway. I was also thinking about that for emac
/archive/html/emacs-devel/2002-12/msg00398.html (8,120 bytes)

45. Re: iso-8859-1 and non-latin-1 chars (score: -8)
Author: HIDDEN
Date: Wed, 25 Dec 2002 22:05:29 +0900 (JST)
Sure. Though, I see this mail in linux-utf8 mailing list. But, I think it's not that difficult to fix this behaviour so that it breaks a line at an unencodable word. If that is possible (i.e. users a
/archive/html/emacs-devel/2002-12/msg00582.html (8,812 bytes)

46. Re: unibyte<->multibyte conversion [Re: Emacs-diffs Digest, Vol 2, Issue 28] (score: -8)
Author: HIDDEN
Date: Tue, 21 Jan 2003 09:20:49 +0900 (JST)
It is useful for instance in this scenario. I don't remember a concrete example, but some package is doing this kind of thing. Read a file of weird encoding in a unibyte buffer. Parse the contents an
/archive/html/emacs-devel/2003-01/msg00528.html (8,940 bytes)

47. Re: unibyte<->multibyte conversion [Re: Emacs-diffs Digest, Vol 2, Issue 28] (score: -8)
Author: HIDDEN
Date: Tue, 21 Jan 2003 17:04:37 +0900 (JST)
I agree that those names are not that intuitive, but the first two were there before I noticed it. :-p But, in what sense, the concepts are confusing? Please note that decode-coding-string also does
/archive/html/emacs-devel/2003-01/msg00539.html (13,015 bytes)

48. problem of display property [Re: list-charset-chars and unicode-bmp] (score: -,360)
Author: HIDDEN
Date: Tue, 28 Jan 2003 20:29:40 +0900 (JST)
Being a little bit tired of the discussion in emacs-devel, I tried to fix this bug. At first sight, it seems easy ... but it's not ... of course. :-( That bug can be reproduced as below. (insert "abc
/archive/html/emacs-devel/2003-01/msg00762.html (15,866 bytes)

49. Re: problem of display property [Re: list-charset-chars and unicode-bmp] (score: -,349)
Author: HIDDEN
Date: Wed, 29 Jan 2003 16:39:59 +0900 (JST)
Ah, thank you! That explains the strange behaviour I noticed after I applied my patch, and is fixed by adjusting buf_charpos in increment_row_positions. But... Oops, I didn't know about string_buffer
/archive/html/emacs-devel/2003-01/msg00794.html (11,210 bytes)

50. Re: problem of display property [Re: list-charset-chars and unicode-bmp] (score: -,349)
Author: HIDDEN
Date: Wed, 29 Jan 2003 22:15:59 +0900 (JST)
Thank you. If you can't, perhaps no one can. :-) Ok, I've just installed that change. Let's see the effect. By the way, I found that current-column, move-to-column, etc. don't take display properties
/archive/html/emacs-devel/2003-01/msg00801.html (7,035 bytes)

51. Re: problem of display property [Re: list-charset-chars and unicode-bmp] (score: -,349)
Author: HIDDEN
Date: Thu, 30 Jan 2003 13:26:43 +0900 (JST)
Of course we can't reuse the existing glyph matrics, but, was it the conclusion that we can't use `struct it' without a glyph matrics? For instance, it seems to me that doing this is possible. (1) ca
/archive/html/emacs-devel/2003-01/msg00823.html (7,085 bytes)

52. Re: no font shown with tamil.el (score: -19)
Author: HIDDEN
Date: Fri, 14 Feb 2003 20:00:10 +0900 (JST)
I've got a personal mail from him. It seems that he is now extremely busy, and can't dug out the clear permission documentation. He at least found the attached mail. As the mail date is three year ag
/archive/html/emacs-devel/2003-02/msg00363.html (15,715 bytes)

53. Re: No malayalam glyphs in language/mlm-util.el (score: -8)
Author: HIDDEN
Date: Tue, 18 Feb 2003 08:43:28 +0900 (JST)
That's a very good news. Thank you for taking time for it. I checked those fonts. As I wrote, it seems that it's not difficult to use those fonts. With emacs-unicode, as I have implemented auto-compo
/archive/html/emacs-devel/2003-02/msg00450.html (7,727 bytes)

54. Re: No malayalam glyphs in language/mlm-util.el (score: -8)
Author: HIDDEN
Date: Tue, 18 Feb 2003 20:51:26 +0900 (JST)
Ah! Sure. I forgot that I set scalable-fonts-allowed to "-morisawa-.*". So, the font selector doesn't fallback to the other scalable fonts. Hmmm, even in that case, the font selector should try all t
/archive/html/emacs-devel/2003-02/msg00453.html (8,671 bytes)

55. Re: No malayalam glyphs in language/mlm-util.el (score: -8)
Author: HIDDEN
Date: Wed, 19 Feb 2003 15:16:54 +0900 (JST)
I've just installed that change in HEAD. -- Ken'ichi HANDA address@hidden 2003-02-19 Kenichi Handa <address@hidden> * xfaces.c (try_alternative_families): Try all scalable fonts if Vscalable_fonts_al
/archive/html/emacs-devel/2003-02/msg00475.html (8,709 bytes)

56. Re: No malayalam glyphs in language/mlm-util.el (score: -19)
Author: HIDDEN
Date: Mon, 24 Feb 2003 10:46:57 +0900 (JST)
I think you can simply do this: (if (featurep 'fontset) (set-fontset-font "fontset-default" (cons (decode-char 'ucs #x0D00) (decode-char 'ucs #x0D7f)) (cons "misc-malayalam" "iso10646-1"))) There are
/archive/html/emacs-devel/2003-02/msg00614.html (9,951 bytes)

57. Re: Malayalam rendering (score: -30)
Author: HIDDEN
Date: Mon, 24 Feb 2003 16:54:45 +0900 (JST)
I see. Apart from the correctness of that non-standard way, if the Unicode standard requires that such a sequence should be rendered correctly, Emacs should support it. Do you know what Unicode requi
/archive/html/emacs-devel/2003-02/msg00621.html (7,081 bytes)

58. Re: Malayalam -- more fixes (score: -63)
Author: HIDDEN
Date: Mon, 24 Feb 2003 20:22:36 +0900 (JST)
Installed, thank you. Kawabata-san, what do you think? -- Ken'ichi HANDA address@hidden
/archive/html/emacs-devel/2003-02/msg00627.html (6,876 bytes)

59. Re: setenv -> locale-coding-system cannot handle ASCII?! (score: -8)
Author: HIDDEN
Date: Tue, 4 Mar 2003 13:33:03 +0900 (JST)
As for memory, such optimization may be worth considering except for CJK users, but as for speed, not that much. And in emacs-unicode, it gets worse. And, memory is not a big problem nowadays. On the
/archive/html/emacs-devel/2003-03/msg00043.html (7,186 bytes)

60. Re: Prefer UTF-8 over mac-roman? (was: [Karl Eichwalder <address@hidden>] charset=macintosh) (score: -19)
Author: HIDDEN
Date: Tue, 18 Mar 2003 15:55:48 +0900 (JST)
Sorry for the late reply on this matter. I have no idea, I know nothing about Macintosh. But as the coding system mac-roman doesn't have `mime-charset' property, I think Gnus should prefer some other
/archive/html/emacs-devel/2003-03/msg00380.html (5,764 bytes)

61. Re: ISO-8859-1 encoded file names and UTF-8 (score: -8)
Author: HIDDEN
Date: Wed, 26 Mar 2003 13:47:27 +0900 (JST)
I've just installed the attached change. -- Ken'ichi HANDA address@hidden 2003-03-26 Kenichi Handa <address@hidden> * files.el (recode-file-name): New function. Index: files.el == RCS file: /cvsroot/
/archive/html/emacs-devel/2003-03/msg00577.html (10,632 bytes)

62. Re: More Cyrillic vs UTF-8 (score: -8)
Author: HIDDEN
Date: Sat, 26 Apr 2003 16:52:18 +0900 (JST)
Those characters belongs to the charset japanese-jisx0208, and the current Emacs still can't encode them into UTF-8. How did you get such characters? -- Ken'ichi HANDA address@hidden
/archive/html/emacs-devel/2003-04/msg00674.html (6,216 bytes)

63. Re: Cyrillic vs UTF-8 (score: -8)
Author: HIDDEN
Date: Sat, 26 Apr 2003 16:59:16 +0900 (JST)
From which part of manual, did you get that impression? It doesn't work. Please follow what described in the "Difining Fontsets" node of Emacs info. -- Ken'ichi HANDA address@hidden
/archive/html/emacs-devel/2003-04/msg00675.html (6,377 bytes)

64. Re: Cyrillic vs UTF-8 (score: -30)
Author: HIDDEN
Date: Sat, 26 Apr 2003 17:11:06 +0900 (JST)
Unfortunately, the current Emacs doesn't have a facility to detect UTF-8 byte sequence. So, if we put UTF-8 the higher priority, all files are detected as UTF-8. :-( The UTF-8 support was surely impr
/archive/html/emacs-devel/2003-04/msg00676.html (7,404 bytes)

65. Re: Implementing charset-aware X font names [was: Cyrillic vs UTF-8] (score: -30)
Author: HIDDEN
Date: Mon, 28 Apr 2003 20:09:30 +0900 (JST)
I fully agree with that idea. [...] We connect charsets to font registries vis fontset. And in the emacs-unicode version, we have enhanced it so that we can connect scripts, charsets, range of charac
/archive/html/emacs-devel/2003-04/msg00718.html (7,909 bytes)

66. Re: More Cyrillic vs UTF-8 (score: -19)
Author: HIDDEN
Date: Mon, 28 Apr 2003 21:35:48 +0900 (JST)
[...] Private Use Area in U+E000..U+F8FF are supported. Perhaps, it is better to mention utf-translate-cjk mode as this. * Encoding some characters as Unicode (UTF-8) is rejected by Emacs. Emacs curr
/archive/html/emacs-devel/2003-04/msg00722.html (8,846 bytes)

67. Re: Cyrillic vs UTF-8 (score: -19)
Author: HIDDEN
Date: Thu, 1 May 2003 16:20:05 +0900 (JST)
Unfortunately, a fontset is not a variable, thus can't be customized easily. Another way to modify a fontset is to do something like this in .emacs. (set-fontset-font "fontset-default" 'mule-unicode-
/archive/html/emacs-devel/2003-05/msg00002.html (6,022 bytes)

68. Re: Cyrillic vs UTF-8 (score: -,162)
Author: HIDDEN
Date: Thu, 1 May 2003 17:27:42 +0900 (JST)
Dave has compiled the current problems in the file emacs-unicode/README.unicode. Some of them (especially serious ones) are already fixed. Dave, do you have anything else to add to that file? I think
/archive/html/emacs-devel/2003-05/msg00004.html (12,824 bytes)

69. Re: Implementing charset-aware X font names (score: -30)
Author: HIDDEN
Date: Thu, 1 May 2003 20:13:34 +0900 (JST)
It is documented as the docstring of set-fontset-font (as attached at the tail). Internally, a fontset is implemented by a char-table of a special format. I don't know about "the specifiers interface
/archive/html/emacs-devel/2003-05/msg00006.html (8,870 bytes)

70. Re: Cyrillic vs UTF-8 (score: -8)
Author: HIDDEN
Date: Mon, 5 May 2003 17:47:16 +0900 (JST)
As far as I remember, the redisplay problem is because of a bug of the original display routine which is already fixed in HEAD, and thus, once emacs-unicode is merged with HEAD, the problem will disa
/archive/html/emacs-devel/2003-05/msg00103.html (7,127 bytes)

71. Re: describe-char and unicode data (score: -,349)
Author: HIDDEN
Date: Mon, 12 May 2003 20:22:09 +0900 (JST)
I see no problem with such a patch as far as there's no license problem. As UnicodeData.txt is less than 1M-byte, the above methos will be ok, but Unihan.dat is about 26M-byte which, I think, is too
/archive/html/emacs-devel/2003-05/msg00225.html (7,341 bytes)

72. Re: setting Tajik environment error in cvs emacs (score: -8)
Author: HIDDEN
Date: Thu, 15 May 2003 21:54:54 +0900 (JST)
I've just installed the attached fix. -- Ken'ichi HANDA address@hidden 2003-05-15 Kenichi Handa <address@hidden> * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t. Index: code-pages.el
/archive/html/emacs-devel/2003-05/msg00313.html (5,345 bytes)

73. Re: MML charset tag regression (score: -19)
Author: HIDDEN
Date: Thu, 22 May 2003 09:58:22 +0900 (JST)
The current Emacs still don't unify Unicode and the other legacy charsets (e.g. iso-8859-2, jisx0208, gb2312) automatically. So, for instance, if iso-8859-2 characters arrive at Emacs with UTF8_STRIN
/archive/html/emacs-devel/2003-05/msg00486.html (6,843 bytes)

74. Re: MML charset tag regression (score: -41)
Author: HIDDEN
Date: Fri, 23 May 2003 10:33:44 +0900 (JST)
It's surely Emacs' problem that the same iso-8859-2 character is represented in two ways internally. But, incomplete support of COMPOUND_TEXT is GTK's (or some other X client's) problem. As far as th
/archive/html/emacs-devel/2003-05/msg00526.html (7,703 bytes)

75. Re: MML charset tag regression (score: -8)
Author: HIDDEN
Date: Sat, 24 May 2003 09:51:49 +0900 (JST)
How about this? Please note that I don't know if this is the responsibility of GTK, nor of the underling GDK, nor of each client program. Could you send it (after polishing English) to a proper perso
/archive/html/emacs-devel/2003-05/msg00587.html (7,444 bytes)

76. Re: Emacs failes to communicate with other X clients (score: -8)
Author: HIDDEN
Date: Mon, 26 May 2003 13:54:37 +0900 (JST)
XmbTextPropertyToTextList can handle only such compound-text that contains characters supported in the current X locale. So, in your way, if you are in GBK locale, Emacs can't receive, for instance,
/archive/html/emacs-devel/2003-05/msg00681.html (6,954 bytes)

77. Re: Emacs failes to communicate with other X clients (score: -8)
Author: HIDDEN
Date: Mon, 26 May 2003 16:09:41 +0900 (JST)
The reason why you can't input Hangul characters is that your input method doesn't support it or it generates data only in chiense-gbk encoding which can't contain Hangul characters. Provided that yo
/archive/html/emacs-devel/2003-05/msg00688.html (8,849 bytes)

78. Re: Major update just committed (score: -8)
Author: HIDDEN
Date: Tue, 27 May 2003 22:28:27 +0900 (JST)
Are there any other big changes scheduled? If not, I'll start the work of synchronizing emacs-unicode to HEAD next week. -- Ken'ichi HANDA address@hidden
/archive/html/emacs-devel/2003-05/msg00734.html (6,403 bytes)

79. Re: Major update just committed (score: -30)
Author: HIDDEN
Date: Wed, 28 May 2003 08:22:19 +0900 (JST)
No. For the moment, I'll just modify emacs-unicode branch so that it become easier to actually integrate emacs-unicode into HEAD in the near feature. -- Ken'ichi HANDA address@hidden
/archive/html/emacs-devel/2003-05/msg00768.html (6,129 bytes)

80. Re: MML charset tag regression (score: -19)
Author: HIDDEN
Date: Fri, 30 May 2003 17:39:03 +0900 (JST)
I've found that at least we must modify iso-2022 decoder so that it retains ctext extended segements. Otherwise, we can't handle this kind of sequence: ESC $ A --GB-SEQ-- ESC % / --EX-SEGENT-- --GB-S
/archive/html/emacs-devel/2003-05/msg00883.html (8,690 bytes)

81. Re: MML charset tag regression (score: -8)
Author: HIDDEN
Date: Fri, 30 May 2003 20:36:13 +0900 (JST)
The ctext coding system at least should not treat extended segments as a part of "Standard Character Set Encodings". So, I commited a change to coding.c. But, ctext itself doesn't have to support it,
/archive/html/emacs-devel/2003-05/msg00895.html (9,817 bytes)

82. Re: MML charset tag regression (score: -8)
Author: HIDDEN
Date: Fri, 30 May 2003 21:03:09 +0900 (JST)
Currently, even if we customize utf-fragment-on-decoding to t, iso-8859-2 chars encoded in utf-8 can't be decoded into latin-iso8859-2 charset because utf-fragmentation-table contain only Greek and C
/archive/html/emacs-devel/2003-05/msg00898.html (6,939 bytes)

83. Re: Problems with info (emacs version) (score: -8)
Author: HIDDEN
Date: Mon, 2 Jun 2003 15:51:16 +0900 (JST)
At least composition property should not be stripped until I install on-the-fly-composition feature in HEAD (emacs-unicode already has that). I think display property should be retained too. -- Ken'i
/archive/html/emacs-devel/2003-06/msg00039.html (6,419 bytes)

84. Re: [emacs-bidi] Re: merge emacs-bidi into the main tree (score: -30)
Author: HIDDEN
Date: Fri, 8 Aug 2003 20:44:50 +0900 (JST)
I'm now working to synchronize the emacs-unicode branch to the latest HEAD code. As there were many cosmetic and restructuring changes in HEAD, it's not easy to adjust the code of emacs-unicode. I th
/archive/html/emacs-devel/2003-08/msg00074.html (8,839 bytes)

85. Re: merge emacs-bidi into the main tree (score: -30)
Author: HIDDEN
Date: Fri, 15 Aug 2003 14:51:03 +0900 (JST)
Synchronizing emacs-unicode to HEAD will take a few weeks more. After that, I'll take a look at Eli's code and decide what to do. In any cases, I will install the changes for BIDI in the branch emacs
/archive/html/emacs-devel/2003-08/msg00198.html (7,985 bytes)

86. Re: merge emacs-bidi into the main tree (score: -85)
Author: HIDDEN
Date: Mon, 18 Aug 2003 09:24:47 +0900 (JST)
To reflect the changes in HEAD to the Unicode version of emacs, I made a branch emacs-unicode-2. When I finish the work, emacs-unicode branch will be an obsolete branch. -- Ken'ichi HANDA address@hid
/archive/html/emacs-devel/2003-08/msg00224.html (6,987 bytes)

87. synchronizing emacs-unicode branch to HEAD (score: -,404)
Author: HIDDEN
Date: Tue, 9 Sep 2003 08:32:34 +0900 (JST)
About a month ago, I made a branch emacs-unicode-2 from HEAD and started to work on synchronizing codes of emacs-unicode branch to HEAD in that new branch. I've just finished the work and committed t
/archive/html/emacs-devel/2003-09/msg00011.html (6,422 bytes)

88. Re: synchronizing emacs-unicode branch to HEAD (score: -,371)
Author: HIDDEN
Date: Tue, 9 Sep 2003 21:12:07 +0900 (JST)
Oops, as I've been testing emacs-unicode on GNU/Linux which defines GC_MARK_STACK to GC_MAKE_GCPROS_NOOPS, I have not paid match attention to GC cleanness. I think we can test if c_functions is GC cl
/archive/html/emacs-devel/2003-09/msg00014.html (6,929 bytes)

89. Re: synchronizing emacs-unicode branch to HEAD (score: -,404)
Author: HIDDEN
Date: Wed, 10 Sep 2003 10:15:29 +0900 (JST)
Almost all changes are about character and fontset handling; charset.[ch], coding.[ch], fontset.c are mostly re-written, character.[ch] and chartab.c are newly created. So, if your change depends on
/archive/html/emacs-devel/2003-09/msg00033.html (7,338 bytes)

90. Re: synchronizing emacs-unicode branch to HEAD (score: -,349)
Author: HIDDEN
Date: Tue, 16 Sep 2003 11:27:48 +0900 (JST)
Ah! You are right. Anyway, I found that you already commited a proper fix. Thank you. Ok, I see. -- Ken'ichi HANDA address@hidden
/archive/html/emacs-devel/2003-09/msg00189.html (7,204 bytes)

91. Re: address@hidden: changing line heights] (score: -30)
Author: HIDDEN
Date: Sat, 27 Sep 2003 11:15:30 +0900 (JST)
No. I'm now working on improving it. Please wait for a while. I think `' should not be displayed by U+2018 and U+2019. Unicode defines them not as balanced quotes. Using them as balanced quotes is ab
/archive/html/emacs-devel/2003-09/msg00465.html (7,613 bytes)

92. Re: utf-8 cjk translation bug? (score: -,151)
Author: HIDDEN
Date: Tue, 30 Sep 2003 21:59:42 +0900 (JST)
The first three letters are "FULL WIDTH LATIN ?? LETTER" (U+FF??). Yes, they are representable in utf-8. But, in subst-jis.el, we have this code: (mapc (lambda (pair) (let ((unicode (car pair)) (char
/archive/html/emacs-devel/2003-09/msg00573.html (6,950 bytes)

93. Re: utf-8 cjk translation bug? (score: -96)
Author: HIDDEN
Date: Thu, 2 Oct 2003 10:08:15 +0900 (JST)
Sorry, I don't understand the meaning of the last sentence. Ah, right, they have double-width glyphs for those chars. But, I think there are still many those who are not using the recent XFree86, or
/archive/html/emacs-devel/2003-10/msg00027.html (8,829 bytes)

94. Re: utf-8 cjk translation bug? (score: -19)
Author: HIDDEN
Date: Tue, 7 Oct 2003 08:18:25 +0900 (JST)
No. In emacs-unicode, we can assign multiple fonts for each script, charset, or a range of character codes, and Emacs selects one that has a requested glyph and has the highest priority depending on
/archive/html/emacs-devel/2003-10/msg00151.html (6,857 bytes)

95. Re: utf-8 cjk translation bug? (score: -30)
Author: HIDDEN
Date: Tue, 7 Oct 2003 08:53:23 +0900 (JST)
Yes. I see. "using utf-8" means many things. If they are using utf-8 locale, I think they surely have those fonts. But, as far as I know, ja_JP.UTF-8 is still not that popular in Japan. And, even in
/archive/html/emacs-devel/2003-10/msg00153.html (7,337 bytes)

96. Re: windows-1251 language environment (score: -8)
Author: HIDDEN
Date: Tue, 14 Oct 2003 09:37:35 +0900 (JST)
It's not easy to see the effect of preloading code-pages from this output. But, when I put this in loadup.el (load "international/code-pages") the resulting Emacs is 585K-byte bigger. I think we can'
/archive/html/emacs-devel/2003-10/msg00252.html (9,102 bytes)

97. Re: [mew-int 01585] Re: windows 1252 (score: -41)
Author: HIDDEN
Date: Fri, 7 Nov 2003 16:13:45 +0900 (JST)
I'm sorry for the late response on this thread. I at first want to clarify these things: (1) windows-1252 This is actually not a charset but a coding system in Emacs. When Emacs reads a file by this
/archive/html/emacs-devel/2003-11/msg00072.html (9,285 bytes)

98. Re: [mew-int 01593] Re: windows 1252 (score: -41)
Author: HIDDEN
Date: Fri, 7 Nov 2003 16:30:41 +0900 (JST)
Yes, emacs-unicode still can read/write mule-unicode charsets. Actually it supports all current charsets, and the coding system emacs-mule is also still supported. -- Ken'ichi HANDA address@hidden
/archive/html/emacs-devel/2003-11/msg00074.html (7,698 bytes)

99. Re: [mew-int 01596] Re: windows 1252 (score: -,107)
Author: HIDDEN
Date: Mon, 10 Nov 2003 16:42:47 +0900 (JST)
Sorry, mine was a typo, ESC $ - 1 is correct because mule-unicode-0100-24ff is treated as a 96x96 charset. [...] That's a good idea. I'll work on it. The latest emacs-unicode is available in the "ema
/archive/html/emacs-devel/2003-11/msg00106.html (8,272 bytes)

100. Re: [mew-int 01596] Re: windows 1252 (score: -19)
Author: HIDDEN
Date: Thu, 13 Nov 2003 10:01:57 +0900 (JST)
I think so. Currently we encode mule-unicode-0100-24ff by ESC $ - 1 ... which is also an invalid code, and only Emacs can decode it. If we use UTF-8 encoding, more clients can decode it. Emacs decode
/archive/html/emacs-devel/2003-11/msg00145.html (8,997 bytes)


This search system is powered by Namazu