... 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...
60685
Bram Moolenaar
Bram@...
Aug 1, 2005 8:32 am
... 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...
60686
Neil Bird
neil@...
Aug 1, 2005 12:53 pm
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...
60687
Mike Williams
mike.williams@...
Aug 1, 2005 12:58 pm
... 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. ...
60688
Mike Williams
mike.williams@...
Aug 1, 2005 12:59 pm
... 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...
60689
Mike Williams
mike.williams@...
Aug 1, 2005 1:00 pm
... 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...
60690
Mike Williams
mike.williams@...
Aug 1, 2005 1:02 pm
... What is the definition of correct? ... In other words there are no warnings when you start to produce invalid Unicode characters. Possibly by mistake...
60691
François Pinard
pinard@...
Aug 1, 2005 1:17 pm
[Mike Williams] ... Allow me to quote the Recode manual (:-): Universal Transformation Format, 16 bits ======================================== Another...
60692
Mike Williams
mike.williams@...
Aug 1, 2005 2:28 pm
... 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...
60693
Jingzhao Ou
jingzhao.ou@...
Aug 1, 2005 2:54 pm
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...
60694
François Pinard
pinard@...
Aug 1, 2005 3:31 pm
[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...
60695
bxuefeng
phyrster@...
Aug 1, 2005 3:57 pm
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,...
60698
Halim, Salman
salman@...
Aug 1, 2005 5:49 pm
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...
60699
Hari Krishna Dara
hari_vim@...
Aug 1, 2005 9:04 pm
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...
60700
Stephen Boulet
stephen@...
Aug 1, 2005 9:25 pm
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...
60701
Tim Chase
vim@...
Aug 1, 2005 9:49 pm
... 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...
60702
Tony Mechelynck
antoine.mechelynck@...
Aug 1, 2005 9:55 pm
... From: "Hari Krishna Dara" <hari_vim@...> To: <vim@...> Sent: Monday, August 01, 2005 11:03 PM Subject: vanishing syntax highlighting problem ... ...
60703
Tim Chase
vim@...
Aug 1, 2005 9:59 pm
... 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 ...
60704
Tony Mechelynck
antoine.mechelynck@...
Aug 1, 2005 10:04 pm
... From: "Stephen Boulet" <stephen@...> To: <vim@...> Sent: Monday, August 01, 2005 11:24 PM Subject: Default window width on win2000 ... See ...
60705
Hari Krishna Dara
hari_vim@...
Aug 1, 2005 10:26 pm
... 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...
60706
Hari Krishna Dara
hari_vim@...
Aug 1, 2005 10:34 pm
... 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...
60707
Neil Bird
neil@...
Aug 2, 2005 6:51 am
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:...
60708
Charles E. Campbell, ...
drchip@...
Aug 2, 2005 5:46 pm
... 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...
60709
Wes Potts
wespotts@...
Aug 2, 2005 8:16 pm
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...
60710
Tim Chase
vim@...
Aug 2, 2005 8:37 pm
... 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...
60711
Wes Potts
wespotts@...
Aug 2, 2005 8:53 pm
... 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...
60712
jose isaias cabrera
jicman@...
Aug 2, 2005 9:07 pm
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#,...
60713
Tony Mechelynck
antoine.mechelynck@...
Aug 2, 2005 9:08 pm
... From: "Wes Potts" <wespotts@...> To: <vim@...> Sent: Tuesday, August 02, 2005 10:15 PM Subject: raw fixed width data ... WARNING: the following...