... Thanks, but that doesn't work for me. I use gvim as a external editor for my application. I cannot claim the application's users to use non-OLE version of...
Bruce Who
huxuzhao@...
Aug 1, 2005 7:15 am
60685
... We do need iconv for non-obvious conversions. What I was referring to was detecting illegal byte sequences in utf-8. ... I don't think the list of things...
Bram Moolenaar
Bram@...
Aug 1, 2005 8:32 am
60686
I think I asked this years ago, but I've lost & forgotten the answer! I have a file (previously on Win32, but this was on Linux IIRC - I've actually forgotten...
Neil Bird
neil@...
Aug 1, 2005 12:53 pm
60687
... Ok damaged was possibly too emotive a word. It would be more accurate to say VIM lets you produce semantically invalid Unicode files without any warning. ...
Mike Williams
mike.williams@...
Aug 1, 2005 12:58 pm
60688
... Why do you say that? They are defined ranges of values in the 21-bit codespace, and have well defined semantics in all Unicode encodings. Every value in...
Mike Williams
mike.williams@...
Aug 1, 2005 12:59 pm
60689
... That is not so, I believe you can claim Unicode conformance and just support editing of 7-bit ASCII. Not many people would use but it is allowable. A key...
Mike Williams
mike.williams@...
Aug 1, 2005 1:00 pm
60690
... What is the definition of correct? ... In other words there are no warnings when you start to produce invalid Unicode characters. Possibly by mistake...
Mike Williams
mike.williams@...
Aug 1, 2005 1:02 pm
60691
[Mike Williams] ... Allow me to quote the Recode manual (:-): Universal Transformation Format, 16 bits ======================================== Another...
François Pinard
pinard@...
Aug 1, 2005 1:17 pm
60692
... I think we are talkng at crossed purposes. The use of 2x1024 codepoints for the surrogate pair values means there are 2x1024 less characters that could be...
Mike Williams
mike.williams@...
Aug 1, 2005 2:28 pm
60693
Dear all, I want to use GDB within Vim, similar to what is provided by Emacs. There is a plugin called VimGDB, which looks very cool. However, in order to use...
Jingzhao Ou
jingzhao.ou@...
Aug 1, 2005 2:54 pm
60694
[Jingzhao Ou] ... Another possible avenue is to try Agide, if it happens to work fo you. It does not yet for me, but I do not have much time to push on it. It...
François Pinard
pinard@...
Aug 1, 2005 3:31 pm
60695
Hi vim users, How to make vim a sleek yet powerful file manager? I got his script ls.vim from the main site but not so happy with its key mappings. (I am...
... From: "bxuefeng" <phyrster@...> To: <vim@...> Sent: Monday, August 01, 2005 5:57 PM Subject: how to use vim as a file manager? ... Yes, you can,...
Tony Mechelynck
antoine.mechelynck@...
Aug 1, 2005 4:15 pm
60698
Dunno if you've got any response to this (email was a spot inconsistent), but I've always understood the cusor to not actually be ON the letter, but rather...
Halim, Salman
salman@...
Aug 1, 2005 5:49 pm
60699
For the last few days, I have been having a weird problem with syntax highlighting. After using my vim session for a few hours/days, suddenly the syntax...
Hari Krishna Dara
hari_vim@...
Aug 1, 2005 9:04 pm
60700
Can I change the default width of the gvim window when it launches? I'm running under win2000. Thanks. _________ Stephen If your desktop gets out of control...
Stephen Boulet
stephen@...
Aug 1, 2005 9:25 pm
60701
... Well, given that you describe that it seems to occur when editing certain new buffers, do you know what sorts of filetype those get registered as? If...
Tim Chase
vim@...
Aug 1, 2005 9:49 pm
60702
... From: "Hari Krishna Dara" <hari_vim@...> To: <vim@...> Sent: Monday, August 01, 2005 11:03 PM Subject: vanishing syntax highlighting problem ... ...
Tony Mechelynck
antoine.mechelynck@...
Aug 1, 2005 9:55 pm
60703
... In your gvimrc file, you should be able to set the 'columns' property to something more to your liking. From my own, I have set lines=100 columns=80 ...
Tim Chase
vim@...
Aug 1, 2005 9:59 pm
60704
... From: "Stephen Boulet" <stephen@...> To: <vim@...> Sent: Monday, August 01, 2005 11:24 PM Subject: Default window width on win2000 ... See ...
Tony Mechelynck
antoine.mechelynck@...
Aug 1, 2005 10:04 pm
60705
... I will do that. I checked 'filetype' and it was set correctly. ... I am using Vim 6.3 with patches 1-31. If I don't get a solution, I will also try...
Hari Krishna Dara
hari_vim@...
Aug 1, 2005 10:26 pm
60706
... Today when it happened, it was on a sql file, and the 'ft' was set as expected. I am not sure if it was on sql files before. I can't use "-u NONE" for a...
Hari Krishna Dara
hari_vim@...
Aug 1, 2005 10:34 pm
60707
Around about 01/08/05 16:59, Tony Mechelynck typed ... ... Excellent, thanks for that! -- [neil@fnx ~]# rm -f .signature [neil@fnx ~]# ls -l .signature ls:...
Neil Bird
neil@...
Aug 2, 2005 6:51 am
60708
... Hello, Hari! May I throw another suggestion or two into the hat? * have you made any recent changes to your <.vimrc>? * have you recently added/upgraded...
Charles E. Campbell, ...
drchip@...
Aug 2, 2005 5:46 pm
60709
Is it possible to configure vim such that it can distinguish records (and treat them as lines) in a fixed-width data file (without newlines)? For example: if I...
Wes Potts
wespotts@...
Aug 2, 2005 8:16 pm
60710
... If you don't mind actually editing your data (or a copy thereof), its something I've done before with simply ... which will insert a newline after every...
Tim Chase
vim@...
Aug 2, 2005 8:37 pm
60711
... I've added newlines with perl before but, I'm hoping to find a "better" solution as these files are sometimes HUGE (Gigabytes) and when making edits...
Wes Potts
wespotts@...
Aug 2, 2005 8:53 pm
60712
If you have programmed before, I would suggest to write a small d program for it. http://www.digitalmars.com/ D is a like a combination of c, c++, java and c#,...
jose isaias cabrera
jicman@...
Aug 2, 2005 9:07 pm
60713
... From: "Wes Potts" <wespotts@...> To: <vim@...> Sent: Tuesday, August 02, 2005 10:15 PM Subject: raw fixed width data ... WARNING: the following...