Hello, Tony! ... TM> Maybe you should set the 'printfont' option to some font that has the glyphs TM> you want to print. (The default, it is said, is...
Valery Kondakoff
strauss@...
Apr 1, 2003 9:10 pm
878
... Are you sure you are not using a multi-byte encoding? The printing only works for 8 bit encodings. Did you read section 3.2 in various.txt? -- Veni, Vidi,...
Bram Moolenaar
Bram@...
Apr 2, 2003 9:34 pm
879
Hello, people at vim-multibyte list! Ah! Another encoding-related problem: the 'right' encoding is not set in 'quickfix' window. There is an example: I was...
Valery Kondakoff
strauss@...
Apr 3, 2003 2:23 pm
880
Hello, Bram! ... BM> Are you sure you are not using a multi-byte encoding? The printing only BM> works for 8 bit encodings. Excuse, pls, my ignorance: I'm not...
Valery Kondakoff
strauss@...
Apr 3, 2003 2:23 pm
881
... This not just a problem of the quickfix window, the ":clist" command should have the same problem. The errorfile is read without conversion, thus it's used...
Bram Moolenaar
Bram@...
Apr 3, 2003 8:29 pm
882
... It's an 8 bit encoding. But I assume your 'encoding' is utf-8, which is what matters. Printing utf-8 is somewhere on the todo list, but it's not easy to ...
Bram Moolenaar
Bram@...
Apr 3, 2003 8:29 pm
883
Hello, Bram! ... BM> This not just a problem of the quickfix window, the ":clist" command BM> should have the same problem. Exactly! BM> I'll add a remark that...
Valery Kondakoff
strauss@...
Apr 3, 2003 9:53 pm
884
Hello, Bram! ... BM> It's an 8 bit encoding. But I assume your 'encoding' is utf-8, which BM> is what matters. Ah. Yes, I set 'encoding' to 'utf-8', because...
Valery Kondakoff
strauss@...
Apr 3, 2003 9:58 pm
885
Primarily, this patch adds enc_codepage, which is set to the codepage
specified in p_enc if it's a codepage; it's like enc_dbcs except it's
set for all...
Glenn Maynard
glenn@...
Apr 6, 2003 8:08 pm
886
... Looks good. Although I spot a few potential problems in mb_init(). I'll go through it, add a few other related things and post a modified patch. -- A...
Bram Moolenaar
Bram@...
Apr 6, 2003 9:55 pm
887
This is the patch which solves the problem of a Japanese titlestring. This problem occurs by redhat8 and 9. Index: os_unix.c ...
Kentaro Nakazawa
kentaro@...
Apr 12, 2003 1:31 pm
888
This is the patch which solves the problem of a Japanese titlestring and icon string. This problem occurs by redhat8 and 9. Index: os_unix.c ...
Kentaro Nakazawa
kentaro@...
Apr 12, 2003 1:53 pm
889
... Can you please send me a context diff? I can't see exactly where this fits. I suspect setting the icon text would have to be done in the same way. Ah, it...
Bram Moolenaar
Bram@...
Apr 13, 2003 2:18 pm
890
... It seems that XmbTextListToTextProperty() can be used from X11R5 and it is already used in ui.c os_unix.c(XmbTextPropertyToTextList). Index: os_unix.c ...
Kentaro Nakazawa
kentaro@...
Apr 13, 2003 3:41 pm
891
... OK, I'll assume this works for everyone. Thanks for making this patch! -- BODY: I'm not dead! CART DRIVER: 'Ere. He says he's not dead. LARGE MAN:...
Bram Moolenaar
Bram@...
Apr 13, 2003 5:57 pm
892
Hi. I think when we use XmbTextListToTextProperty, text_prop.value is newly allocated, so it needs to be XFree'd after using it....
Motonobu Ichimura
famao@...
Apr 14, 2003 1:33 am
893
... The manual page is a bit unclear on this point, but it certainly looks like the text_prop.value needs to be freed afterwards. -- BLACK KNIGHT: None shall...
Bram Moolenaar
Bram@...
Apr 14, 2003 7:44 am
894
The check of memory release and a return value was added and corrected. Index: os_unix.c =================================================================== ...
Kentaro Nakazawa
kentaro@...
Apr 14, 2003 11:55 am
895
... Thanks for updating the patch. -- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth /// Bram Moolenaar --...
Bram Moolenaar
Bram@...
Apr 14, 2003 7:52 pm
896
Hello all. Vim can't start preedit with some XIM on gtk2. I use kinput2 version 3.0 I notice that gtk2's behavior is not same as gtk's one. following patch...
Yasuhiro Matsumoto
mattn_jp@...
Apr 24, 2003 8:50 am
897
... Some XIM seems don't use im_synthesize_keypress(). Thus, xim_reset shouldn't used it. This patch work fine on my environment. Thanks. ... *************** ...
Yasuhiro Matsumoto
mattn_jp@...
Apr 24, 2003 9:43 am
898
... As usual, I don't use this code and can't check it. Thus I'm glad you are looking into this. I'll include the patch, unless someone tells me this is not a...
Bram Moolenaar
Bram@...
Apr 24, 2003 10:12 am
899
... OK. But perhaps the comment that explains why im_synthesize_keypress() was used needs to be changed now? -- CVS sux, men don't like commitment /// Bram...
Bram Moolenaar
Bram@...
Apr 24, 2003 10:25 am
900
... ok, and I had mistake. (I called useless add_to_input_buf().) I changed the comment. Thanks. ... *************** ... } /* + * Callback invoked after start...
Yasuhiro Matsumoto
mattn_jp@...
Apr 24, 2003 10:48 am
901
... Thanks, I'll include this version of the patch. -- hundred-and-one symptoms of being an internet addict: 51. You put a pillow case over your laptop so your...
Bram Moolenaar
Bram@...
Apr 24, 2003 11:32 am
902
... With the patch, I have a problem with imhangul(GTK IM module) and ami(XIM). With imhangul, I can input Korean, but whenever I typed imactivatekey, There...
Nam SungHyun
namsh@...
Apr 24, 2003 11:19 pm
903
The code can't re-start preediting with ATOK(japanese XIM). Following are newet. namsh, The problem is happen from before? or my patch? and try to set...
Yasuhiro Matsumoto
mattn_jp@...
Apr 25, 2003 12:54 am
904
... I just tested your 2nd(?) patch. And the 2nd and newest patch worked fine. Regards, namsh...
Nam SungHyun
namsh@...
Apr 25, 2003 4:56 am
905
Hello, Why this return value changed? Because of this change, whenever I typed imactivatekey(Shift+space), there inputs extra space. Regards, namsh diff -u -p...
Nam SungHyun
namsh@...
Apr 28, 2003 12:49 am
906
Nam SungHyun - ... Oh, sorry. It's my failure. bram, please fix with namsh's patch. Thanks. _________________________________________________________________ ...