Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim-multibyte · Vim (Vi IMproved) text editor special language list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 2281 - 2310 of 2761   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2281 service@... Send Email Apr 12, 2007
1:21 am
#message, #message TD {font-family: verdana,arial,helvetica,sans-serif;font-size: 12px;color: #000000;}#message LI {line-height: 120%;}#message UL.smallBorder...
2282 service@... Send Email Apr 12, 2007
6:21 am
#message, #message TD {font-family: verdana,arial,helvetica,sans-serif;font-size: 12px;color: #000000;}#message LI {line-height: 120%;}#message UL.smallBorder...
2283 koron@... Send Email May 1, 2007
6:53 am
+----------------------------------------------------+ Panda GateDefender Performa has detected unauthorized content in the following file: ...
2284 Duke Winsor
dukebright@... Send Email
May 5, 2007
12:42 pm
[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...
2285 Bram Moolenaar
Bram@... Send Email
May 5, 2007
4:39 pm
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...
2286 A.J.Mechelynck
antoine.mechelynck@... Send Email
May 5, 2007
5:20 pm
... ...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...
2287 Duke Winsor
dukebright@... Send Email
May 6, 2007
1:39 am
[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....
2288 george@... Send Email May 7, 2007
4:54 pm
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
2289 Bram Moolenaar
Bram@... Send Email
May 10, 2007
6:56 pm
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...
2290 Laurent Blume
laurent@... Send Email
May 11, 2007
9:24 am
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,...
2291 Bram Moolenaar
Bram@... Send Email
May 11, 2007
7:32 pm
... 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...
2292 Laurent Blume
laurent@... Send Email
May 11, 2007
8:29 pm
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...
2293 Bram Moolenaar
Bram@... Send Email
May 11, 2007
9:17 pm
... Sorry for leading you in the wrong direction: the menus are not processed by gettext(). Only the messages are. The menu file used is...
2294 Laurent Blume
laurent@... Send Email
May 11, 2007
9:52 pm
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...
2295 Bram Moolenaar
Bram@... Send Email
May 12, 2007
4:22 pm
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...
2296 koron@... Send Email May 18, 2007
6:35 pm
2297 Bram Moolenaar
Bram@... Send Email
Jul 19, 2007
4:29 pm
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...
2298 noreply@googlegroups.... Send Email Jul 20, 2007
8:28 am
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...
2299 Bram Moolenaar
Bram@... Send Email
Jul 20, 2007
8:49 am
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...
2300 A.J.Mechelynck
antoine.mechelynck@... Send Email
Jul 20, 2007
1:14 pm
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...
2301 Bram Moolenaar
Bram@... Send Email
Jul 24, 2007
1:00 pm
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...
2302 Bram Moolenaar
Bram@... Send Email
Jul 28, 2007
7:33 pm
[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...
2303 MURAOKA Taro
KoRoN.KaoriYa@... Send Email
Jul 29, 2007
11:11 pm
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 ...
2304 Rainux
rainux@... Send Email
Jul 30, 2007
8:12 pm
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)...
2305 Bram Moolenaar
Bram@... Send Email
Jul 30, 2007
8:57 pm
... 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...
2306 MURAOKA Taro
KoRoN.KaoriYa@... Send Email
Jul 31, 2007
1:06 am
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...
2307 Rainux
rainux@... Send Email
Jul 31, 2007
3:49 pm
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 ...
2308 Bram Moolenaar
Bram@... Send Email
Jul 31, 2007
6:28 pm
... 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...
2309 Bram Moolenaar
Bram@... Send Email
Jul 31, 2007
6:34 pm
... What is your 'encoding&#39; set to then? Win32 has reasonable Unicode support, and Vim does some conversion itself too. Thus this would only fail if your...
2310 Rainux
rainux@... Send Email
Jul 31, 2007
7:16 pm
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...
Messages 2281 - 2310 of 2761   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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