+----------------------------------------------------+ Panda GateDefender Performa has detected unauthorized content in the following file: ...
koron@...
May 1, 2007 6:53 am
2284
[It has been many years since I have subscribed to a mailing list, so I'm not sure what I should expect. I submitted this, except for the update at the...
Duke Winsor
dukebright@...
May 5, 2007 12:42 pm
2285
Announcing: Vim (Vi IMproved) version 7.1a BETA This is a BETA release of Vim 7.1. It consists of Vim 7.0 plus all patches and updated runtime files. I...
Bram Moolenaar
Bram@...
May 5, 2007 4:39 pm
2286
... ...and before. Windows 3.1 already had a version of Notepad, albeit not necessarily a Unicode-enabled one. ... Try to modify your "start" command so that...
A.J.Mechelynck
antoine.mechelynck@...
May 5, 2007 5:20 pm
2287
[Response in thread. I'm just posting it, not knowing the preferred protocol.] ... I'll take your word for it. I haven't had a running 3.1 for about 5 years....
Duke Winsor
dukebright@...
May 6, 2007 1:39 am
2288
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
george@...
May 7, 2007 4:54 pm
2289
Announcing: Vim (Vi IMproved) version 7.1b BETA This is a BETA release of Vim 7.1. It consists of Vim 7.0 plus all patches, updated runtime files and a few...
Bram Moolenaar
Bram@...
May 10, 2007 6:56 pm
2290
Hi all, I've built vim 7.1b.001 on Solaris 10 & Solaris Express, using the native GTK2 libs in each case, and Sun Studio 11 compiler. The build works fine,...
Laurent Blume
laurent@...
May 11, 2007 9:24 am
2291
... It works fine for me. This is on FreeBSD. I know Solaris has its own version of msgfmt. Perhaps you used the GNU version? They are not compatible. It...
Bram Moolenaar
Bram@...
May 11, 2007 7:32 pm
2292
Hello Bram, thanks for your answer, ... Well, I was sure it did work for at least some others :-) It used to work at some point for me, too, but I think I've...
Laurent Blume
laurent@...
May 11, 2007 8:29 pm
2293
... Sorry for leading you in the wrong direction: the menus are not processed by gettext(). Only the messages are. The menu file used is...
Bram Moolenaar
Bram@...
May 11, 2007 9:17 pm
2294
Bram Moolenaar a écrit : [snip] ... Yes, that's it. I added the set encoding=utf-8 and set fileencoding=utf-8 at the bottom of .vimrc some time ago, and since...
Laurent Blume
laurent@...
May 11, 2007 9:52 pm
2295
Announcing: Vim (Vi IMproved) version 7.1 This is a stable release of Vim, version 7.1. Since version 7.0 lots of problems were fixed and runtime files were...
Bram Moolenaar
Bram@...
May 12, 2007 4:22 pm
2296
koron@...
May 18, 2007 6:35 pm
2297
You may have noticed that the Vim maillist server has died. It was an old machine. A big thanks to the people in Berlin for keeping it alive for such a long...
Bram Moolenaar
Bram@...
Jul 19, 2007 4:29 pm
2298
Bram Moolenaar brammoolenaar@... has added you to the vim_multibyte group with this message: This should add Yahoo groups to the vim_multibyte list Here...
noreply@googlegroups....
Jul 20, 2007 8:28 am
2299
This is to test that a message to Google Groups gets archived at Yahoo. -- hundred-and-one symptoms of being an internet addict: 18. Your wife drapes a blond...
Bram Moolenaar
Bram@...
Jul 20, 2007 8:49 am
2300
Please do not reply. This is to check how many copies of vim-multibyte emails I get, and into which of my mail accounts. Best regards, Tony. -- God doesn't...
A.J.Mechelynck
antoine.mechelynck@...
Jul 20, 2007 1:14 pm
2301
As you are reading this it means the maillists are working for you again. Unless you were expecting an e-mail and have to read it online. Apparently there are...
Bram Moolenaar
Bram@...
Jul 24, 2007 1:00 pm
2302
[this message was stuck in my outbox for a few weeks, sorry] ... I'm very careful with replacing things like this. The page you refer to mentions requiring...
Bram Moolenaar
Bram@...
Jul 28, 2007 7:33 pm
2303
Vim loads libintl.dll dynamically, so we can try multiple implementations of libintl.dll easily. In attached patch, it try to load libintl2.dll (which requres ...
MURAOKA Taro
KoRoN.KaoriYa@...
Jul 29, 2007 11:11 pm
2304
I have received this message before you resend it :p But seems my reply to it haven't delivered. I think Vim always need libiconv (iconv.dll or libiconv.dll)...
Rainux
rainux@...
Jul 30, 2007 8:12 pm
2305
... The libiconv.dll is big. I noticed one that is almost 1 Mbyte. While Win32 has native support for encoding conversions, thus mostly there is no reason to...
Bram Moolenaar
Bram@...
Jul 30, 2007 8:57 pm
2306
Hi Bram. I see 3 items to think in your reply: 1. Should vim continue to use iconv.dll? 2. Is the newer libintl.dll portable? 3. Can we modify gettext to use...
MURAOKA Taro
KoRoN.KaoriYa@...
Jul 31, 2007 1:06 am
2307
Wonderful answer! Yes, I think the problem that Vim can not handle ucs-2le encoding file I've encoutered, is produced by the problem of native encoding ...
Rainux
rainux@...
Jul 31, 2007 3:49 pm
2308
... We rarely remove existing support. However, keep in mind that iconv is loaded dynamically, it's only really loaded when the user has it installed in the...
Bram Moolenaar
Bram@...
Jul 31, 2007 6:28 pm
2309
... What is your 'encoding' set to then? Win32 has reasonable Unicode support, and Vim does some conversion itself too. Thus this would only fail if your...
Bram Moolenaar
Bram@...
Jul 31, 2007 6:34 pm
2310
This is the relative settings in my .vimrc set fileencodings=ucs-bom,utf-8,chinese set encoding=utf-8 I'm sorry now I can not recur that problem, it not occur...