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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2437 - 2466 of 2636   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2437
Hi, I'm using Vim 7.1 (patched 1-229) with SCIM 1.4.0 (Anthy) for Japanese inputting. After I preedit Japanese text, iminsert automatically turns off, though I...
Takuhiro Nishioka
takuhiro@...
Send Email
Feb 5, 2008
4:26 am
2438
... I can't say I understand the details either. The im_is_active flag is supposed to keep track if wetther the input method is active, thus that typed...
Bram Moolenaar
Bram@...
Send Email
Feb 6, 2008
6:41 pm
2439
Hi, Yes, Vim with GTK2 on Fedora Core 6. I don't have the Linux environment here, so I'll check through more in a few days. The following is what I discovered...
Takuhiro Nishioka
takuhiro@...
Send Email
Feb 9, 2008
4:39 am
2440
hi, i'm new to vim. does anyone know where .vimrc file could be beside its default location ~/ I'm on OS X 10.5.2. I could only find .viminfo there. I tried...
koadr
pwnrus@...
Send Email
Feb 13, 2008
7:25 am
2441
... Welcome :-) ... Vim looks for ~/.vimrc and ~/_vimrc. I recommend the latter, because files whose names start with '.' are not displayed in the Finder. ... ...
Nico Weber
nicolasweber@...
Send Email
Feb 13, 2008
7:38 am
2442
Thanks for the reply, Nico. I think i'll create it myself. ... --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
koadr
pwnrus@...
Send Email
Feb 13, 2008
7:54 am
2443
Hi, (Only after I have sent the email to vim@... I realized this question is more appropriate to this group, I'm sorry if you have received both the...
Hua Yanghao
huayanghao@...
Send Email
Feb 18, 2008
5:40 am
2444
... You are seeing the BOM, the byte order mark, of utf-8 at the beginning of the file. This can cause problems for any program that does not know how to...
Camillo Särs
ged@...
Send Email
Feb 18, 2008
3:16 pm
2445
Hi, Thanks very much, that's exactly what i missed here. Best Regards, Hua Yanghao --~--~---------~--~----~------------~-------~--~----~ You received this...
Hua Yanghao
huayanghao@...
Send Email
Feb 18, 2008
3:37 pm
2446
I am playing with CSV files with Chinese contents. Windows (Excel) outputs a text file in ucs-2le coding. VIM correctly opens this file and displays Chinese...
msingtse@...
Send Email
Mar 12, 2008
7:36 am
2447
... You don't need to change your Windows locale (I can display Chinese characters in Unicode perfectly in an fr_BE locale), but you may need to use gvim...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Mar 12, 2008
8:04 am
2448
Thanks Tony for the advice. More details on my problem: I am using gVim on Windows Vista Business which has full (normal) Chinese support. I set "enc=ucs-2le"...
Mansing
msingtse@...
Send Email
Mar 12, 2008
9:10 am
2449
... Try the following after starting gvim afresh (lines starting with a double-quote are comments; you don't need to type them) ... " (the input UCS-2le file)....
Tony Mechelynck
antoine.mechelynck@...
Send Email
Mar 12, 2008
9:37 am
2450
Hi, I love Vim's language support, but I am puzzled how can I ogonkify on Wind*ws platform as well as I can on Linux? For example, to enter extended latin-1 ...
Joseph Schiller
tendingcows@...
Send Email
Mar 12, 2008
5:40 pm
2451
... //Ged -- Camillo Särs <ged@...> Aim for the impossible and you http://www.ged.fi will achieve the improbable ...
Camillo Särs
ged@...
Send Email
Mar 12, 2008
6:25 pm
2452
... Note: the present reply is in UTF-8 On Windows, +multi_byte is usually part of +multi_byte_ime/dyn. You can check it by ... (similarly for any other...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Mar 12, 2008
11:26 pm
2453
The instruction works! Seems I must set both "enc" and "fenc" correctly ~before~ loading an input file. I used to set only the "enc" to match input file format...
Mansing
msingtse@...
Send Email
Mar 13, 2008
2:41 am
2454
... 'enc' means how Vim represents the data in memory. 'fenc' means how the data is represented on disk, it will usually be set automagically at load-time...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Mar 13, 2008
3:39 am
2455
[Tony Mechelynck] ... This is a common misconception. Unicode can represent many things, not anything. On one side, the W3C consortium has dispositions...
François Pinard
pinard@...
Send Email
Mar 13, 2008
10:32 am
2456
Did you come upon this kind of trouble? my GVIM lose syntax hightlighting oftenly. especially when I switch to another tab or buffer I checked the plugins i...
za
dajiahao@...
Send Email
Mar 14, 2008
2:26 pm
2457
... Which platform are you using? Does it also happen if you start vim with `gvim -u NONE -U NONE`? That prevents that your .vimrc file is loaded. You can use...
Nico Weber
nicolasweber@...
Send Email
Mar 14, 2008
3:11 pm
2458
I tried the following command with some Chinese characters in file kk.txt. vim --noplugin -es kk.txt +"set encoding=utf-8" +"set tenc=cp950" +"set...
sola
kiilsx@...
Send Email
Mar 17, 2008
2:40 pm
2459
... Check the help for the -s option: :help -s-ex Perhaps it's something in your vimrc that matters. Try using "-u NONE" to both commands. Setting...
Bram Moolenaar
Bram@...
Send Email
Mar 17, 2008
9:29 pm
2460
... I tried with different termencoding,it has no effect on the output at all. I tried with different encoding,it only works when encoding is same as the...
sola
kiilsx@...
Send Email
Mar 18, 2008
4:37 am
2461
... typo error: It should be "ucs-2le" but not "ucs2-le" so this dont work too. --~--~---------~--~----~------------~-------~--~----~ You received this message...
sola
kiilsx@...
Send Email
Mar 18, 2008
5:08 am
2462
Thanks for the comments, I think this will be a long-term question to find the answer. the platform is Linux/ubuntu 7.10 desktop with ZH_CN.UTF-8 locale The...
za
dajiahao@...
Send Email
Mar 23, 2008
8:15 am
2463
This is Nakagawa, Japanese user on unix and Windows XP SP2. ( Windows Japanese version's native character set is cp932 ) I found same problem 30 April, another...
T.P.S.Nakagawa
yaemon@...
Send Email
May 2, 2008
1:29 am
2464
... The BOM is a valid codepoint, ZERO-WIDTH NO-BREAK SPACE; however its use in that capacity is now deprecated (ZERO-WIDTH NON-JOINER is preferred IIUC)....
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 2, 2008
2:37 am
2465
Thanks for reading my broken english, and retry and reply. ... <> ... Sorry , I did't try by gvim on Windows ( downloaded, version 7.1 / 2007 May 12 compiled...
T.P.S.Nakagawa
yaemon@...
Send Email
May 2, 2008
8:18 am
2466
On 02/05/08 10:17, T.P.S.Nakagawa wrote: [...] ... This is 7.1.000. I recommend the updated Vim and gvim compiled by Steve Hall (currently 7.1.293), obtainable...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 2, 2008
9:46 am
Messages 2437 - 2466 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