Re: Coding system conversion error

2005-02-11 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Stefan Monnier <[EMAIL PROTECTED]> writes: >> --- 1977,1983 >> SDATA_NBYTES (data) = nbytes; >>#endif s-> size = nchars; >> ! s->size_byte = nchars != nbytes ? nbytes : -1; s-> data[nbytes] = '\0'; >>#ifdef GC_CHECK_STRING_OVERRUN >> bcop

Re: Coding system conversion error

2005-02-11 Thread Kenichi Handa
Sorry for the late response on this thread. At first, I think xassert in lisp_data_to_selection_data (xselect.c) is wrong. Here, obj is generated by a Lisp code that may generate a multibyte string by error (as in the current case). But, in general, an error in Lisp code should not lead to abort

Re: Coding system conversion error

2005-02-12 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, "Jan D." <[EMAIL PROTECTED]> writes: > If the multibyte string is generated by an error and this is one of the > places where we can detect the error, should we not keep the xassert? [EMAIL PROTECTED] (Kim F. Storm) writes: > I agree, but since the source of the e

Re: Coding system conversion error

2005-02-13 Thread Kenichi Handa
negative on signaling an error in lisp_data_to_selection_data because I was not sure it is safe to do that. But, I found that Fsignal is already use in this function. So, I've just installed these changes. 2005-02-14 Kenichi Handa <[EMAIL PROTECTED]> * coding.c (encode_cod

Re: Fontsets and ispell

2005-02-20 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > Hello! > I tried to spell-check a LaTeX file in an AUCTeX (version: 11.55) > buffer. When ispell hit the word sérifs (of sans-sérifs) this error was > reported: > Debugger entered--Lisp error: (error "Ispell misal

Re: Fontsets in LaTeX buffer with AUCTeX 11.55 don't work correct with umlauts or accents

2005-02-20 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > The buffer is according its modeline ("-0:--") in ISO Latin-15. It is I think you mean Latin-9 here---^^ (Latin-9 == ISO-8859-15) > using fontfaces to display di

Re: Fontsets and ispell

2005-02-21 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > I changed them this way: > (setq ispell-local-dictionary-alist > '(("english" > "[a-zA-Z]" "[^a-zA-Z]" "[']" t ("-C") "~tex" iso-8859-1) > ; ("german" > ; "[a-zA-Z\"]" "

Re: Abort when no X font resources are set.

2005-02-28 Thread Kenichi Handa
1/app-defaults or >> /usr/X11R6/lib/X11/app-defaults or /usr/lib/X11/app-defaults? It looks >> like the default fontset does not exist on your computer. > Ar an ceathrà là is fiche de mà Feabhra, scrÃobh Kenichi Handa: >> Please set break point at the function font

Re: latin1 input and underscores

2005-03-02 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Miles Bader <[EMAIL PROTECTED]> writes: > On Tue, 1 Mar 2005 18:35:04 +0100 (CET), Frederik Fouvry > <[EMAIL PROTECTED]> wrote: >> With the latin-1-prefix input method, what is the reason for turning >> input "_ " (underscore space) into "\ " (backslash space)?

Re: Abort when no X font resources are set.

2005-03-08 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Kenichi Handa <[EMAIL PROTECTED]> writes: >> I donât have the resolution-specific XFree86 directories in my font path, >> so >> the "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1" font wasnât >> available. The

Re: latin1 input and underscores

2005-03-08 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Frederik Fouvry <[EMAIL PROTECTED]> writes: > | Me too and I don't know why that sequence is selected. Anyway how > | about adding a rule "__"->"_" (like "^^"->"^").? > Would make sense (and is shorter than _ C-q ;-). Ok, I've just added it. > result for "_ ": an

Re: character syntax fixes needed

2005-03-08 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > The guillemets â, â,  and  should all be punctuation. The single > ones currently have word syntax, and the double ones are treated as > parens in latin-{1,5,9}.el. As I don't use those characters, I don't know what is cor

Re: character syntax fixes needed

2005-03-09 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> As I don't use those characters, I don't know what is >> correct. But, it seems that they are used as a pair; isn't >> i

Re: extra locale entries

2005-03-10 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > The following entries could usefully be added to > `locale-language-names' (taken from recent glibc): > aa_DJ Latin-1 > aa UTF-8 > az UTF-8 > kn Kannada > ml Malayalam > mn UTF-8 > se UTF-8 > so_ET U

Re: character syntax fixes needed

2005-03-10 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> Stefan Monnier <[EMAIL PROTECTED]> writes: >> >>> Maybe a workaround is to give them "generic string fence" syntax (a

Re: extra locale entries

2005-03-14 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> I agree. Could you please install a proper change? > No, I can't. Ok, I've just installed changes for them. I modified the format o

Re: utf-16 not auto-detected when finding file

2005-03-14 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > The encoding of a utf-16 file isn't detected correctly when finding > the file. > To reproduce: push 'coding-category-utf-16-le onto > `coding-category-list', and put "foo" into a new buffer. C-x h and > M-x encode-coding-re

Re: poor additions in quail/latin-ltx

2005-03-16 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Reiner Steib <[EMAIL PROTECTED]> writes: >> \glq, \glqq, ... are defined in the babel LaTeX package (see "texdoc >> babel", table 4 or babel/babel.def and babel/*.ldf). > Ah, that explains why I couldn't find them under t

Re: utf-16 not auto-detected when finding file

2005-03-24 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> When you modify coding-category-list by hand, you must call >> update-coding-systems-internal. > Oops, sorry I forgot how this works. >

Re: extra locale entries

2005-03-24 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> Ok, I've just installed changes for them. I modified the >> format of locale-language-names and adjusted >> set-locale-environment

Re: poor additions in quail/latin-ltx

2005-03-24 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> And, what to do with the followings? Doesn't babel table >> contain mnemonics for them? > The problem with the Babel ones is that

Re: problems with utf8 chars

2005-03-25 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Joakim Verona <[EMAIL PROTECTED]> writes: > Symptoms: > utf-8 chars doesnt work in todays emacs. > they show up as empty spaces. > I tried emacs -nw --no-init > and typed some swedish chars =8e5=8e4=8f6. > swedish chars do work at the shell prompt. You are in en_

Re: default value of terminal-coding-system

2005-03-25 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Stefan <[EMAIL PROTECTED]> writes: >> So, which terminal-coding-system should we set by default when LANG is >> de_DE.UTF-8(en_US.UTF-8), iso-latin-1 or utf-8? > At least on reasonably recent xterms, it needs to be utf-8. > On older xterms, I'd expect people don'

Re: extra locale entries

2005-03-25 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >>> Doesn't this cause incompatible changes for some environments (like >>> Vietnamese changing from viscii)? >> >> Yes. &

Re: poor additions in quail/latin-ltx

2005-03-25 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> How about enabling quail-completion on using "TeX" input >> method as below? I think it's rare to use TAB while editing >>

Re: utf-16 not auto-detected when finding file

2005-03-27 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> I don't know which coding systems should be utf-16 in that >> environment. It seems that at least >> default-file-coding-system shou

Re: utf-16 not auto-detected when finding file

2005-03-30 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Jason Rumney <[EMAIL PROTECTED]> writes: > Dave Love <[EMAIL PROTECTED]> writes: >> Yes. Perhaps someone knows exactly what Windows does (assuming the >> only significant use of it is in Windows)? > I would guess that the presence of a BOM is sufficient > heuris

Re: utf-16 not auto-detected when finding file

2005-03-30 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Jason Rumney <[EMAIL PROTECTED]> writes: >> I think BOM is not that safe because there are many charsets >> who have normal letters at 0xFE and 0xFF. >> > But what are those characters, and are they likely to appear as a pair > at the beginning of the file, and now

Re: mule-cmds.el defective, make bootfast, makeinfo

2005-03-30 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > After updating I see this in my compilation buffer: [...] > Finally compilation ended here: > Compiling > /Users/pete/Quellen/Emacs_CVS/emacs/lisp/./international/mule-cmds.el > In toplevel form: >

Re: Can't save in iso-8859-13

2005-04-04 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > A test file, starting with that header: > ;;; -*- mode: Text; coding: iso-8859-13; -*- > and consisting of lines like these: > ; oct dec hex > ;== >   = 240 = 160 = A

Re: Can't save in iso-8859-13

2005-04-04 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > Am 04.04.2005 um 03:19 schrieb Kenichi Handa: >> The above script outputs raw bytes 0..255, which is not a >> valid utf-8 code expected in *shell* buffer. So, Emacs >> decodes

Re: poor additions in quail/latin-ltx

2005-04-05 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >>> I didn't realize that was implemented. It looks helpful, but it >>> doesn't do what I'd expect. For instance, if

Re: character syntax fixes needed

2005-04-05 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Unicode says how guillemets are used as a matter of fact, which you > can verify. It's manifestly wrong for single ones to have word syntax > and double ones to have paren syntax and I wish I'd just changed it > when I had th

Re: ISO 8859-13/iso-latin-7 encoding incorrect

2005-04-08 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > Hello! > Few characters are not correctly coded: Thank you for finding those error. I've just fixed the code of code-pages.el. Although you didn't list it, 0241 = A1 = U+201D was also incorrectly decoded. --- Ken'ichi H

Re: ISO 8859-13/iso-latin-7 encoding incorrect

2005-04-10 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > Am 09.04.2005 um 01:46 schrieb Kenichi Handa: >> Although you didn't list it, 0241 = A1 = U+201D was also incorrectly >> decoded. > Was too used to see ¡ always in this place ...

Re: character syntax fixes needed

2005-04-11 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> Unicode doesn't say which syntax a character should have in >> Emacs. > I know it doesn't in detail -- the Emacs syntax code

Re: poor additions in quail/latin-ltx

2005-04-12 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> Sorry, I don't remember what discussion we had and which >> code I showed you. > For what it's worth, I think you suggested t

Re: Can't isearch 'ö'

2005-04-14 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Stefan Monnier <[EMAIL PROTECTED]> writes: > Hmm... indeed the translation-table-for-input is not used for X11 keys. > Now that I look at it a bit more, I think the patch below would make sense. > What do other people think? That doesn't work in some case. The val

Re: Can't isearch 'ö'

2005-04-17 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Stefan Monnier <[EMAIL PROTECTED]> writes: >>> Hmm... indeed the translation-table-for-input is not used for X11 keys. >>> Now that I look at it a bit more, I think the patch below would make sense. >>> What do other people think? >> That doesn't work in some c

Re: Can't isearch 'ö'

2005-04-17 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Stefan Monnier <[EMAIL PROTECTED]> writes: >> No, I can't. But shouldn't we avoid such an incompatible >> change at this stage? > Can be. But since it's about a year now since we called a freeze and I see > no sign of getting to the pretest stage, I figure I do

Re: case-folded search broken for non-ASCII

2005-04-20 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dave Love <[EMAIL PROTECTED]> writes: > With the default case-fold-search (i.e. t), set the language > environment to Latin-1 and do M-x list-charset-chars latin-iso8859-1 > C-x o C-\ C-s "a i.e. search for ä. This finds ä, but not Ä, although > C-s a finds both a

Re: The euro sign is no more displayed

2005-04-22 Thread Kenichi Handa
isplayed as a >> white rectangle. Before this change, and in Emacs 21.3, the Euro sign >> was displayed as expected. >> >> 2005-04-20 Kenichi Handa <[EMAIL PROTECTED]> >> >> * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro. .

Re: The euro sign is no more displayed

2005-04-22 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, David PONCE <[EMAIL PROTECTED]> writes: > Since I updated my local copy of Emacs 22 with the following change, > when I type an Euro sign character (Altgr+E) it is now displayed as a > white rectangle. Before this change, and in Emacs 21.3, the Euro sign > was displ

Re: [EMAIL PROTECTED]: coding system for html files (unibyte mode)]

2005-04-24 Thread Kenichi Handa
me: > Selected encoding raw-text-unix disagrees with iso-8859-1-unix > specified by file contents. Really save (else edit coding cookies > and try again)? (yes or no) --- Ken'ichi HANDA [EMAIL PROTECTED] 2005-04-25 Kenichi Handa <[EMAIL PROTECTED]> * internat

Re: Can't isearch 'ö'

2005-04-24 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Stefan Monnier <[EMAIL PROTECTED]> writes: >> The very right way is to shift to emacs-unicode. As long as >> we have multiple character codes for characters that user >> don't want to distinguish, any fix is just a dirty work >> around. > I'm not sure about "w

Re: Font encodings latin-iso8859-10 (ISO Latin-6) and latin-iso8859-13 (ISO Latin-7) are "Invalid charsets"

2005-04-25 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > Is there any reason why fonts in these encodings can't be used as > elements of a fontset? That's because Emacs doesn't have such charsets. What Emacs has is coding systems iso-8859-10 (iso-latin-6) and iso-8859-13 (iso

Re: Can't isearch 'ö'

2005-04-28 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Richard Stallman <[EMAIL PROTECTED]> writes: > We (me and Stefan) has already shown opinions and solutions > to the problem. Richard, could you please decide what to > do? > I have not been reading these messages, because they were numerous and > long.

Re: Can't isearch 'ö'

2005-05-01 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Luc Teirlinck <[EMAIL PROTECTED]> writes: > There is something that has not been pointed out in the summary Handa > gave, but which I believe may be relevant. If I understood correctly, > the problem in question will automatically completely disappear with > Unicod

Re: Carbon Emacs 23

2005-05-22 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, YAMAMOTO Mitsuharu <[EMAIL PROTECTED]> writes: > The problem is apparently caused by being out of sync with the trunk > in the font handling part. It would not be too difficult to cure > that problem in the unicode-2 branch by adjusting the trunk code > that

Re: Carbon Emacs 23

2005-05-22 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, YAMAMOTO Mitsuharu <[EMAIL PROTECTED]> writes: >> If it gets usable, >> * We can have more test-users of emacs-unicode, and >> * we don't have to spend time on replying to this kind of question >> any more. :-p > Without ATSUI support, I expect we'll get a

Re: Carbon Emacs 23

2005-05-22 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, YAMAMOTO Mitsuharu <[EMAIL PROTECTED]> writes: > Anyway, I've just installed a change for trivial cases, and at least > it should startup now. Thank you very much! > I'd like to wait for a response from Steven because > further changes require some investigation,

Re: cp1251 coding system and files

2005-05-26 Thread Kenichi Handa
ian-bdf and bulgarian-phonetic input methods for Bulgarian. They are listed when you type C-h L RET (describe-language-environment). They produce characters of charset mule-unicode-0100-24ff, and thus can be saved safely by cp1251. By the w

Re: cp1251 coding system and files

2005-05-26 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Ognyan Kulev <[EMAIL PROTECTED]> writes: > Kenichi Handa wrote: >> In short, Emacs 22 provides only bulgarian-bdf and >> bulgarian-phonetic input methods for Bulgarian. They are >> listed when you type C-h L RET >>

Re: cp1251 coding system and files

2005-05-27 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Kenichi Handa <[EMAIL PROTECTED]> writes: > Coding system cp1251 of Emacs 21 handles characters of > Emacs' internal charset cyrillic-iso8859-5 (thus it can > read/write only characters belonging to iso8859-5), but that > of Emacs 2

Re: Loop in coding.c (was: Re: its possible to make emacs not respond with ido mode)

2005-06-05 Thread Kenichi Handa
. But, it's strange. I remember I installed something like that long ago. And, ChangeLog surely has this entry. 2004-06-11 Kenichi Handa <[EMAIL PROTECTED]> * coding.c (decode_coding_string): Check CODING_FINISH_INTERRUPT. A

Re: Loop in coding.c

2005-06-05 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Stefan Monnier <[EMAIL PROTECTED]> writes: >> Yes, the patch is correct. But, it's strange. I remember >> I installed something like that long ago. And, ChangeLog >> surely has this entry. >> 200

Re: Korean String is broken on XFT_JHD_BRANCH

2005-06-12 Thread Kenichi Handa
> > Recent messages: > Loading view...done > Loading outline...done > Loading vc-cvs...done > View mode: type C-h for help, h for commands, q to quit. > Quit > Loading sendmail...done > Quit [2 times] > Making c

Re: Korean String is broken on XFT_JHD_BRANCH

2005-06-13 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, sangu <[EMAIL PROTECTED]> writes: > HI! > 2005-06-12 (일), 20:31 +0900, Kenichi Handa 쓰시길: >> In article <[EMAIL PROTECTED]>, sangu <[EMAIL PROTECTED]> writes: >> >> > //gulimche is Korean truetype fixed font.

Re: Symbol's function definition is void: global-font-lock-mode-buffers

2005-06-15 Thread Kenichi Handa
ot;make bootstrap". It seems that the recent merge Miles has done fixed the above problem. --- Kenichi Handa [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Multiple uses of code-conversion-work buffer

2005-07-14 Thread Kenichi Handa
ve garbage-collection-messages > set to t) which required conversion as well, using the same buffer that was > still being converted. Thank you for finding the cause of this bug. I've just installed the attached change. Could you please try it? --- Kenichi Handa [EMAIL PROTECTED] 20

Re: Decoding coding system of processes

2005-07-21 Thread Kenichi Handa
ed files, as If Tramp uses comint for transferring files, it should anyway set process coding system to `no-conversion' (at least while transferring files). --- Kenichi Handa [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: rxvt vs xterm keybindings

2005-07-22 Thread Kenichi Handa
uot;))) > (load "term/rxvt") > THE REST OF TERM/XTERM.EL > ) Isnt't it cleaner to modify startup.el? --- Kenichi Handa [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: rxvt vs xterm keybindings

2005-07-22 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dan Nicolaescu <[EMAIL PROTECTED]> writes: > Kenichi Handa <[EMAIL PROTECTED]> writes: >> In article <[EMAIL PROTECTED]>, Dan Nicolaescu <[EMAIL PROTECTED]> writes: >> > How about we put something like tha

Re: Chinese pinyin input missing char: zhi3

2005-09-10 Thread Kenichi Handa
input by typing "zi". My Chinese-Japanese dictionary also lists it under "zi". And, Unicode's unihan database contains this line (子 is U+5B50): U+5B50 kHanyuPinlu zi5(6853) zi3(1114) --- Kenichi Handa [EMAIL PROTECTED] _

Re: Bug while locale in utf8

2005-09-22 Thread Kenichi Handa
is called and it (re)loads the tables if necessary. But, the decoding of keyboard input via XIM is done in handle_one_xevent of xterm.c, and I'm not sure we can call Lisp there. So, I dared not call post-read-conversion function there. --- Kenichi Handa [EMAIL PROTECTED] 2005-09-23 Kenichi

Re: Bug while locale in utf8

2005-09-26 Thread Kenichi Handa
in read_char. I have not yet considered this problem in deep, but it seems that kbd_buffer_get_event is the appropriate place to perform decoding. --- Kenichi Handa [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Bug while locale in utf8

2005-09-27 Thread Kenichi Handa
e better suited. I see, though I have not yet checked if kbd_buffer_get_event can safely call Lisp. > BTW, hopefully making such a change would allow us to handle the funny X11 > keysyms of the form "U" for unicode char ""

Re: ps-print does not print and report correctly

2005-09-30 Thread Kenichi Handa
(bold-italic builtin "FONTNAME_FOR_BOLD_ITALIC" ps-mule-encode-8bit)) ps-mule-font-info-database-ps) (setq ps-multibyte-buffer 'non-latin-printer) --- Kenichi Handa [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: upcase-region changes 'i' to 'P'

2005-10-06 Thread Kenichi Handa
-table is not modified, for instance, \300 is incorrectly changed to \340 by downcasing. I've just installed the attached fix. It should fix the current problem, but it still has a problem. That is, when you start Emacs with --unibyte, and later set enable-multibyte-buffer to t, case tables a

Re: ps-print does not print and report correctly

2005-10-06 Thread Kenichi Handa
moveto (D0-DF:\320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337) show 100 200 moveto (E0-EF:\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357) show 100 150 moveto (F0-FF:\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377) show showpage cut h

Re: ps-print does not print and report correctly

2005-10-12 Thread Kenichi Handa
uffer "*Character List*". This works at least in my environment. But, as we need non-trivial change to the current code to make that work in general, I think we must wait for Emacs 23. --- Kenichi Handa [EMAIL PROTECTED] *** ps-prin1.ps 07 Jul 2005 11:07:43 +0900

Re: ps-print does not print and report correctly

2005-10-13 Thread Kenichi Handa
suggest to > add it to the trunk. Not being able to print Latin-9 is a serious > problem, IMHO. Hmmm, ok, I'll investigate whether there is a way to achieve that without a big change of the current code. --- Kenichi Handa [EMAIL PROTECTED] _

Re: emacs-unicode-2 branch: redundant filenames in lib-src/makefile.w32-in

2005-10-13 Thread Kenichi Handa
l > latin-9.el > But their names still appear in lib-src/makefile.w32-in, when > emacs-unicode-2 branch is compiled on Windows platform, that will > cause some compile errors. Thank you for the report. I've just installed your change. --- Kenichi Handa [EMAIL PROTECTED] _

Re: upcase-region changes 'i' to 'P'

2005-10-14 Thread Kenichi Handa
while searching for `i'. >Every successive `C-s' takes at least 1 sec. As `i' now can match with dotless-i and dotted-I, we can't use BM search to search for a text containing `i'. So, searching for such a text should become slower. But, at least for interactive u

Re: emacs-unicode-2: Gnus can't decode message of content-type utf-7

2005-10-24 Thread Kenichi Handa
Thank you for the bug report. I've just added autoload cookies to utf-7-{post-read|pre-write}-conversion. --- Kenichi Handa [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Isearch and postfix input methods.

2005-10-24 Thread Kenichi Handa
dy entered. Though, I admit that it's not convenient. We long ago discussed about a way to improve the behaviour of isearch in such a case, but, as far as I remember, no one has provided a concrete code. --- Kenichi Handa [EMAIL PROTECTED] ___

Re: Isearch and postfix input methods.

2005-10-24 Thread Kenichi Handa
eing before or after the previously found "o". So, isearch sometimes moves point back and forward. But, for the moment, no one has worked on implementing it. --- Kenichi Handa [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: quail inserts raw characters on unfinished sequences

2005-10-24 Thread Kenichi Handa
. This is wrong. When the input > sequence "shc" is completed, the result should be "шц", i.e. the first > character corresponding to "sh", and the second - translated according > to the rules of the same input method, as if "c" was typed solely. [...] &

Re: Isearch and postfix input methods.

2005-10-25 Thread Kenichi Handa
make input method function accept INPUT-CONTEXT as the second arg, update it, and return (EVENT-SEQ . INPUT-CONTEXT) instantly. In the case of "o", the returned EVENT-SEQ is nil which means no events to propagate but INPUT-CONTEXT can carry infor

Re: quail inserts raw characters on unfinished sequences

2005-10-25 Thread Kenichi Handa
using the fix below. Please review this fix very > carefully, since I am not familiar with the quail code at all, and > it may break something else. It seems that the change is incomplete. At least it should handle the case that `str1' is nil, perhaps by trying to lookup shorter k

Re: Patch for TeX input method

2005-10-26 Thread Kenichi Handa
reak > is allowed at '\,'. Thank you for the contribution. I agree that the change is good, so I've just installed it. --- Kenichi Handa [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: emacs-unicode-2: `locale-language-names' improvement on chinese locales

2005-10-26 Thread Kenichi Handa
e will always be zh_CN.GB. > This could be improved by the following patch: Thank you. I've just installed your change. --- Kenichi Handa [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: emacs-unicode-2: `locale-preferred-coding-systems' improvements on chinese locales

2005-10-26 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Zhang Wei <[EMAIL PROTECTED]> writes: > The `locale-preferred-coding-systems' variable should also > be improved for chinese locales. Thank you that change was also installed. --- Kenichi

Re: quail inserts raw characters on unfinished sequences

2005-10-27 Thread Kenichi Handa
translation in such cases (e.g. you'll see what I meen when you type "chua" in chinese-py). > But I think this doesn't mean that the input method is not well > designed. I must say that this input method is highly unambiguous. To input "шч", you must type, fo

Re: File names with accented Latin characters are not displayed correctly

2005-11-18 Thread Kenichi Handa
t; -- > but no change in pop-up buffers menu! All those confusions are because of normalization form used on your system. Emacs and the system don't agree with file name encoding. Mr. Kawabata is now working on implementing converters between a

Re: File names with accented Latin characters are not displayed correctly

2005-11-19 Thread Kenichi Handa
2 too? There is > something needed for this too ... As I have not yet checked his code, I don't know. But I suspect that his code assumes that Emacs can handle all Unicode characters and that is not true for Emacs 22, which means we need fairly amount of extra

Re: [EMAIL PROTECTED]: Invalid output to process]

2005-11-24 Thread Kenichi Handa
20 20 20 20 20 20 20 020 9e 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 040 9e 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 060 9e 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 100 --- Kenichi Handa [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: No i-search for € in iso-8859-16 coded buffer

2005-12-27 Thread Kenichi Handa
e can't improve this situation in the current Emacs 22 without huge amount of nontrivial changes. --- Kenichi Handa [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Trailing whitespace fix in lisp/language/

2006-01-03 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Michael Ernst <[EMAIL PROTECTED]> writes: > This patch deletes some spurious trailing whitespace in two files. Thank you! I've just committed those changes. --- Kenichi Handa [EMAIL PROTECTED] _

Re: Rmail: rmail-enable-mime is causing troubles

2006-01-11 Thread Kenichi Handa
that rmail-mime package is currently not available on the web. So, I created this page: <http://www.m17n.org/rmail-mime/index.html>. --- Kenichi Handa [EMAIL PROTECTED] *** rmail.el10 Jan 2006 20:52:13 +0900 1.418 --- rmail.el11 Jan 2006 13:24:19 +0900 *** ***

Re: Rmail: rmail-enable-mime is causing troubles

2006-01-16 Thread Kenichi Handa
: symbolp, "autodefs.el" > make: *** [autodefs.el] Error 255 There's also another problem for this package. I'll update a new vesion as soon as the problem of mh-acros.el advising `require' is fixed. --- Kenichi Handa [EMAIL PROTECTED] __

Re: Rmail: rmail-enable-mime is causing troubles

2006-01-17 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Kenichi Handa <[EMAIL PROTECTED]> writes: > In article > <[EMAIL PROTECTED]>, > Xavier Maillard <[EMAIL PROTECTED]> writes: >> Except that here, it just fails when trying to make it: >> [EMAIL PROTECTED] 22:37:02 rma

Re: Range striding over charsets error in nxml-mode

2006-01-23 Thread Kenichi Handa
has worked without this > error until recently. I've just installed nxml-mode-20041004 and tried rng-validate-mode on several xml files, but it shows "Using vacuous schema" without error. Please send me same sample file that trigers that error. --- Kenichi Handa [EMAIL PROTECT

Re: UTF-8 decoding error for characters U+10000 and above (hopefully fixed already)

2006-02-12 Thread Kenichi Handa
lias of mule-utf-8) UTF-8 encoding for Emacs-supported Unicode characters. It supports Unicode characters of these ranges: U+..U+33FF, U+E000..U+. They correspond to these Emacs character sets: ascii, latin-iso8859-1, mule-unicode-0100-24ff, mule-unicode-2500-33ff, mule-unicode

Re: Obsolete functions or variables, multiple definitions

2006-02-24 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Peter Dyballa <[EMAIL PROTECTED]> writes: > While compiling GNU Emacs 23 these showed up: All of them will be fixed when they are fixed in Emacs 22 (CVS HEAD) and the changes are reflected to Emacs 23. --- Kenichi Handa [EMAIL PROTECTED] >

Re: emacs-unicode-2: copy & paste problem of non standard encoding ctext

2006-02-27 Thread Kenichi Handa
om raw-8-bit char 0xC0 in a multibyte buffer. Perhaps, we should add a new function `byte-after' (which signals an error when a multibyte character is found). By the way, your changes are accumulating, and soon reach the limit of 15 lines. For further changes, FSF requires assignement paper fr

Re: Problems with international characters in menus on Mac OSX

2006-03-06 Thread Kenichi Handa
e-key test-menu [test-insert] '(menu-item "å ä ö Å" (lambda () (interactive) (insert "å ä ö Å" > Maybe specific to Aquamacs 0.9.6? I have no idea. --- Kenichi Handa [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: emacs-unicode-2: copy & paste problem of non standard encoding ctext

2006-03-06 Thread Kenichi Handa
te sequence. By the way, I've just installed debian package "xcingb" (which include crxvt-gb-2.3). But, when I run it with LANG=zh_CN.bgk, it doesn't send/accept ctext to/from Emacs. It only sends/accepts GBK encoded text (or perhaps it's just GB2312 en

Re: leim: No such file or directory

2006-03-06 Thread Kenichi Handa
/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim and the other variables are: datadir=${prefix}/share version=23.0.0 --- Kenichi Handa [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: infinite loop(?) in decode_coding

2006-03-06 Thread Kenichi Handa
Nozomu Ando <[EMAIL PROTECTED]> writes: > emacs-unicode-2 hangs when finding a file contains "\0". Thank you for finding this bug. I've just committed a fix. --- Kenichi Handa [EMAIL PROTECTED] ___ emacs-pretest-bug ma

  1   2   3   4   >