... Ah, thanks for the clarification. Yes, I set 'keymap' locally, since I have a number of files loaded in split-windows, and only one of them uses a...
Tony Mechelynck
antoine.mechelynck@...
Apr 13, 2009 8:29 pm
2608
Problem with rendering Combining Diacritics, using DejaVuSansMono in MacVim/gvim I use MacVim/gvim with either 1. DejaVuSansMono.ttf , currently 2.29, or 2....
Kenneth Reid Beesley
krbeesley@...
Apr 16, 2009 12:03 am
2609
I tested that combination in my terminal (which uses DejaVu Sans Mono, rendered via the bytecode), which was handy. My version of DejaVu as installed is svn...
James Cloos
cloos@...
Apr 16, 2009 2:14 am
2610
... [...] You're spurring me to run some more tests on my version of gvim. I'm on Linux with GTK2 gvim, and I don't have BrighamVu Sans Mono installed, but I...
Tony Mechelynck
antoine.mechelynck@...
Apr 17, 2009 11:56 am
2611
Hello Vim users, Vim comes for free. I do ask you to consider helping Vim's charity, please read on. In April I have visited the Kibaale Childrens Centre. My...
Bram Moolenaar
Bram@...
May 12, 2009 8:08 pm
2612
Hello Vim users, Vim comes for free. I do ask you to consider helping Vim's charity, please read on. In April I have visited the Kibaale Childrens Centre. My...
Bram Moolenaar
Bram@...
May 12, 2009 8:16 pm
2613
... Tony, I appreciate that you reply to my post, but there really is no need in stating the painfully obvious. The problem appears when the filename is...
björn
bjorn.winckler@...
Jun 20, 2009 6:56 pm
2614
... Ah, I see. I entered it in Vim by copy-paste from your previous post in the vim_mac Google Group page in my browser. Vim is obviously unaware of hangul...
Tony Mechelynck
antoine.mechelynck@...
Jun 21, 2009 12:15 am
2615
... Hangul jamo (de)composition is part of Unicode normalization. Do we know if OS X does Unicode for all characters or just for Korean? I suspect it is done...
Andrew Dunbar
hippytrail@...
Jun 21, 2009 3:04 am
2616
On Jun 19, 11:22 pm, björn <bjorn.winck...@...> wrote: [...] ... The OP's problem was about a file with 한 as (part of) the filename, not as the...
Tony Mechelynck
antoine.mechelynck@...
Jun 21, 2009 6:19 am
2617
... Hi Andrew, As far as I can tell (from searching around) HFS+ always uses normalization form D (NFD) for filenames. So as a workaround for the issue the OP...
björn
bjorn.winckler@...
Jun 23, 2009 7:06 pm
2618
Hi Björn, ... HFS+ uses a variant of NFD for filenames. (The HFS+ variant predates standardizatoin of NFD.) This requirement is enforced by the OS. ...
John (Eljay) Love-Jen...
eljay@...
Jun 23, 2009 7:47 pm
2619
... I meant: ... NFC or NFD. Fat fingers. --Eljay --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_multibyte"...
John (Eljay) Love-Jen...
eljay@...
Jun 23, 2009 8:03 pm
2620
... When I worked on AbiWord a few years ago Linux left filename encoding up to the filesystem and the user. This may have changed since... Linux supports many...
Andrew Dunbar
hippytrail@...
Jun 24, 2009 1:34 am
2621
... I'm pretty sure it hasn't. As far as I know, for linux a filename is just a bunch of bytes, and you only need to know the encoding for lesser tasks such as...
Nico Weber
nicolasweber@...
Jun 24, 2009 4:14 am
2622
Hi Eljay, ... Thanks for clarifying that (and for the links!). ... I read that Windows uses NFKC. Have you got a reference for the claim that NFC is used? ......
björn
bjorn.winckler@...
Jun 24, 2009 12:01 pm
2623
Hi Björn, ... Drat, I cannot find the MSDN reference. Maybe my memory has failed me. NFKC is lossy. NFC is non-lossy. Perhaps you are remembering the...
John (Eljay) Love-Jen...
eljay@...
Jun 24, 2009 1:33 pm
2624
... Hm, NFKC and NFKD sometimes fuse slightly different glyphs into a single "normalized" form. For instance, NFKC(²) = 2, though both are (different) Latin1...
Tony Mechelynck
antoine.mechelynck@...
Jun 24, 2009 1:34 pm
2625
Hi, I hope this is the correct place to bring up this question. I love vim very much! But I think that Vim's localization is still not perfect. ...
KL
klu1024@...
Jul 5, 2009 1:13 am
2626
KL wrote: [ Please mention your name ] ... Perhaps this code will help: http://vimgadgets.sourceforge.net/liblinebreak/ -- ERROR 047: Keyboard not found....
Bram Moolenaar
Bram@...
Jul 5, 2009 10:41 am
2627
Hi. I'm using few MONO apps (Nemerle compiler and COCO/R parser generator) through compiler plugins in VIM under Linux, and the problem is that they produce...
Aleksey
alex.baibarin@...
Jul 9, 2009 1:54 am
2628
... Make sure your 'fileencodings' option (plural) starts with "ucs-bom". In that case, for editfiles at least (not sure about quickfix error files), Vim will...
Tony Mechelynck
antoine.mechelynck@...
Jul 9, 2009 3:53 am
2629
... Thanks for your answer. fileencoding already had 'ucs-bom' in its start, so it didnt' help. I also have :language messages C, so it didn't help either. I...
Aleksey
alex.baibarin@...
Jul 9, 2009 6:52 am
2630
... should be 'fileencodings' with s at the end. There are two different options, with and without s, and they don't have the same meaning. Without s, it's the...
Tony Mechelynck
antoine.mechelynck@...
Jul 9, 2009 9:52 am
2631
On Jul 9, 1:51 pm, Tony Mechelynck <antoine.mechely...@...> ... Sorry, mistyped it. It's 'fileencodings' certainly, and 'ucs-bom' is the list. ... I...
Aleksey
alex.baibarin@...
Jul 9, 2009 10:11 am
2632
Hello Vim users! Vim bug fixes are coming out one by one, not very exciting but essential maintenance. Keeps me busy. Nothing worth announcing though, that...
Bram Moolenaar
Bram@...
Oct 4, 2009 1:18 pm
2633
Hello Vim users! Vim bug fixes are coming out one by one, not very exciting but essential maintenance. Keeps me busy. Nothing worth announcing though, that...
Bram Moolenaar
Bram@...
Oct 4, 2009 1:19 pm
2634
Hi all! I need to perform ANSI/UNICODE commands in my GVIM. I read many docs on the web about and I did set these: "------------------------------------------ ...
wintec
wintec@...
Nov 5, 2009 9:25 pm
2635
... What's the value for the option "encoding" ? if the "encoding" is set to utf-8 when you don't set "fenc" , the file will open with the same encoding as...
winterTTr
winterTTr.vim@...
Nov 6, 2009 12:54 am
2636
... See discussion in vim_use http://groups.google.com/group/vim_use/browse_thread/thread/cc7e9076fa7d277d John ...