I've got a vim keymap problem when trying to map digits to Char I've got a keymap with mappings like the following, and they work perfectly: u...
2359
Kenneth Beesley
krbeesley@...
Oct 5, 2007 9:37 am
Gvim rendering glyphs double-width? Background: I'm running gvim 7.1.135 (configured for huge) on RHEL If I set the font to Bitstream Vera Sans Mono the...
2360
Kenneth Beesley
krbeesley@...
Oct 5, 2007 9:38 am
Vim on OS X, (no)macatsui problem Background: running gvum 7.1.135 on OS X version 10.4.10 Using font DejaVuAgainSansMono.jjt, which is DejaVuSansMono.jjt ...
2361
Nico Weber
nicolasweber@...
Oct 5, 2007 9:59 am
Hi Ken, ... I don't expect this to work at all without 'macatsui39;. My experience is that vim assigns not enough horizontal space to supparea glyphs (is that...
2362
Nico Weber
nicolasweber@...
Oct 5, 2007 10:02 am
... Probably a bug. Which version are you using? It works ok with the latest version of MacVim and the terminal version that's preinstalled (both OS X). Nico ...
2363
Nico Weber
nicolasweber@...
Oct 5, 2007 1:19 pm
... Doing `:set ambiwidth=double` might help as well. Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
2364
Joseph Retzer
joe_retzer@...
Oct 5, 2007 4:22 pm
The MacVim looks great but as a newbie I'm not sure how to get it to work from the command window. I have the mvim.htm file but not sure where to save it or...
2365
Kenneth Beesley
krbeesley@...
Oct 5, 2007 4:36 pm
... Hello Nico, Thanks for the message. With 'nomacatsui39; I see sharp, legible glyphs. By "scraggly" I mean thin glyphs, with thin, shaky lines. These ...
2366
Kenneth Beesley
krbeesley@...
Oct 5, 2007 5:23 pm
Joseph, I assume you're working in OS X. You should put MacVim.app in /Applications/ You should have an executable file named mvim, not mvim.htm See...
2367
Kenneth Beesley
krbeesley@...
Oct 5, 2007 5:26 pm
Nico, Background: I'm running OS X version 10.4.10 I just installed the latest MacVim and tried it with a version of DejaVuSansMono.ttf, augmented with...
2368
Tony Mechelynck
antoine.mechelynck@...
Oct 5, 2007 6:59 pm
... The 'macatsui39; option exists only in Mac GUI versions and "may become obsolete in the future". Therefore, you should check for it before using it, e.g.: if...
2369
Joseph Retzer
joe_retzer@...
Oct 5, 2007 7:51 pm
Kenneth, THANKS VERY MUCH!!!! Got it to work! This solves a lot of problems I've been dealing with for some time. Take care, Joe Kenneth Beesley...
2370
Nico Weber
nicolasweber@...
Oct 8, 2007 7:11 pm
Forwarding this to vim_mac as Bjorn is not subscribed to vim_multibyte as far as i know. Kenneth, I guess it would help if you could post links to screenshots...
2371
Nico Weber
nicolasweber@...
Oct 8, 2007 7:14 pm
Forwarding this as well. How exactly are you setting up your keymaps? I tried `:imap 2 a`, after that hitting 2 inserts an a in insert mode. Which keyboard...
2372
Kenneth Beesley
krbeesley@...
Oct 8, 2007 8:56 pm
... Nico, Thanks for your help. I'm not using the :imap command. I'm using vim keymap files, stored in the standard place: ~/.vim/keymap/ I define my own...
2373
Nico Weber
nicolasweber@...
Oct 8, 2007 8:56 pm
... Would have been easier if you'd "Reply all"d. Here's what I think ... You can enter desert characters by opening the Character Palette, putting "deseret"...
2374
Nico Weber
nicolasweber@...
Oct 8, 2007 9:02 pm
... I got this one wrong. See the other thread for Kenneth's clarification. Sorry. Nico --~--~---------~--~----~------------~-------~--~----~ You received this...
2375
Krzysztof Maj
mkrzych@...
Oct 9, 2007 7:57 pm
Hello, How to set the correct PATH variable in the Mac OSX environment for GVim? I tried to do it like below in the GVim window, but it doesn't ... ...
2376
Tony Mechelynck
antoine.mechelynck@...
Oct 9, 2007 8:43 pm
... '/opt/local/bin:~/bin:/usr/local/bin:/opt/local/sbin:/usr/local/tex:live/2005/bin/i386-darwin:' . $PATH (all on one line). IIUC, Vim executes external...
2377
Krzysztof Maj
mkrzych@...
Oct 9, 2007 8:50 pm
... Thanks a lot Tony! All the best, -- Krzysztof Maj, JNCIP-M/T I'm a M@c, are you still a PC?...
2378
ocean
zhudonghai@...
Oct 11, 2007 12:19 am
when vim is compiled with gtk2, I set guifont to monospace font, my chinese character spacing is wider than latin character,not as other gtk2 applictions,the...
2379
Kenneth Beesley
krbeesley@...
Oct 12, 2007 7:30 pm
MEA CULPA, MEA MAXIMA CULPA. I found the error in my keymap file, which was mapping 2 <Char-0x10432> and later, in the same keymap file, I had \2 2 with...
2380
Tony Mechelynck
antoine.mechelynck@...
Oct 12, 2007 8:05 pm
... Since the lines after :loadkeymap are mappings (albeit in a special format), you could also use <Bslash>2 2 literal digit two Best regards, Tony. -- Kill...
2381
crimson
faque.cheng@...
Oct 13, 2007 8:44 am
try ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_multibyte" maillist. For more information, visit...
2382
björn
bjorn.winckler@...
Oct 13, 2007 6:46 pm
... Hi Ken, I have looked into why MacVim fails to render the deseret glyphs and I now have an answer, but unfortunately no solution. The problem is that one...
2383
Tony Mechelynck
antoine.mechelynck@...
Oct 14, 2007 12:31 am
... UTF-8 uses: 1 byte for each codepoint in the range U+0000 - U+007F 2 bytes for each codepoint in the range U+0080 - U+07FF 3 bytes for each codepoint in...
2384
björn
bjorn.winckler@...
Oct 14, 2007 11:01 am
... I'm sorry about the confusion with posting this thread separately on vim_multibyte and vim_mac...I39;ll try to bring the diverging threads together by...
2385
Tony Mechelynck
antoine.mechelynck@...
Oct 14, 2007 10:18 pm
björn wrote: [...] ... Yes, obviously (if one thinks about it) one UTF-16 16-bit word cannot represent anything above U+FFFF. For codepoints U+10000 to...
2386
ocean
zhudonghai@...
Oct 15, 2007 12:35 pm
It doesn't have any effect ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_multibyte" maillist. For more...
2387
Kornelis
kornelis@...
Oct 15, 2007 2:06 pm
... Did you set guifontwide explicitly as well? example from my .gvimrc set guifont=Luxi92; Mono\ 16 set guifontwide=Kochi\ Mincho\ 20 set linespace=3 Kornelis ...