Search the web
Sign In
New User? Sign Up
vim-multibyte · Vim (Vi IMproved) text editor special language list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2358 - 2387 of 2636   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2358
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...
Kenneth Beesley
krbeesley@...
Send Email
Oct 5, 2007
9:37 am
2359
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...
Kenneth Beesley
krbeesley@...
Send Email
Oct 5, 2007
9:37 am
2360
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 ...
Kenneth Beesley
krbeesley@...
Send Email
Oct 5, 2007
9:38 am
2361
Hi Ken, ... I don't expect this to work at all without 'macatsui'. My experience is that vim assigns not enough horizontal space to supparea glyphs (is that...
Nico Weber
nicolasweber@...
Send Email
Oct 5, 2007
9:59 am
2362
... 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 ...
Nico Weber
nicolasweber@...
Send Email
Oct 5, 2007
10:02 am
2363
... Doing `:set ambiwidth=double` might help as well. Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Nico Weber
nicolasweber@...
Send Email
Oct 5, 2007
1:19 pm
2364
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...
Joseph Retzer
joe_retzer@...
Send Email
Oct 5, 2007
4:22 pm
2365
... Hello Nico, Thanks for the message. With 'nomacatsui' I see sharp, legible glyphs. By "scraggly" I mean thin glyphs, with thin, shaky lines. These ...
Kenneth Beesley
krbeesley@...
Send Email
Oct 5, 2007
4:36 pm
2366
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...
Kenneth Beesley
krbeesley@...
Send Email
Oct 5, 2007
5:23 pm
2367
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...
Kenneth Beesley
krbeesley@...
Send Email
Oct 5, 2007
5:26 pm
2368
... The 'macatsui' 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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Oct 5, 2007
6:59 pm
2369
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...
Joseph Retzer
joe_retzer@...
Send Email
Oct 5, 2007
7:51 pm
2370
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...
Nico Weber
nicolasweber@...
Send Email
Oct 8, 2007
7:11 pm
2371
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...
Nico Weber
nicolasweber@...
Send Email
Oct 8, 2007
7:14 pm
2372
... 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...
Kenneth Beesley
krbeesley@...
Send Email
Oct 8, 2007
8:56 pm
2373
... 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"...
Nico Weber
nicolasweber@...
Send Email
Oct 8, 2007
8:56 pm
2374
... I got this one wrong. See the other thread for Kenneth's clarification. Sorry. Nico --~--~---------~--~----~------------~-------~--~----~ You received this...
Nico Weber
nicolasweber@...
Send Email
Oct 8, 2007
9:02 pm
2375
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 ... ...
Krzysztof Maj
mkrzych@...
Send Email
Oct 9, 2007
7:57 pm
2376
... '/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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Oct 9, 2007
8:43 pm
2377
... Thanks a lot Tony! All the best, -- Krzysztof Maj, JNCIP-M/T I'm a M@c, are you still a PC?...
Krzysztof Maj
mkrzych@...
Send Email
Oct 9, 2007
8:50 pm
2378
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...
ocean
zhudonghai@...
Send Email
Oct 11, 2007
12:19 am
2379
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...
Kenneth Beesley
krbeesley@...
Send Email
Oct 12, 2007
7:30 pm
2380
... 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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Oct 12, 2007
8:05 pm
2381
try ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_multibyte" maillist. For more information, visit...
crimson
faque.cheng@...
Send Email
Oct 13, 2007
8:44 am
2382
... 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...
björn
bjorn.winckler@...
Send Email
Oct 13, 2007
6:46 pm
2383
... 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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Oct 14, 2007
12:31 am
2384
... I'm sorry about the confusion with posting this thread separately on vim_multibyte and vim_mac...I'll try to bring the diverging threads together by...
björn
bjorn.winckler@...
Send Email
Oct 14, 2007
11:01 am
2385
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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Oct 14, 2007
10:18 pm
2386
It doesn't have any effect ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_multibyte" maillist. For more...
ocean
zhudonghai@...
Send Email
Oct 15, 2007
12:35 pm
2387
... Did you set guifontwide explicitly as well? example from my .gvimrc set guifont=Luxi\ Mono\ 16 set guifontwide=Kochi\ Mincho\ 20 set linespace=3 Kornelis ...
Kornelis
kornelis@...
Send Email
Oct 15, 2007
2:06 pm
Messages 2358 - 2387 of 2636   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help