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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 2019 - 2048 of 2760   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#2019 From: dany.stamant@...
Date: Wed Aug 10, 2005 12:55 pm
Subject: SERVER REPORT
dany.stamant@...
Send Email Send Email
 
The message cannot be represented in 7-bit ASCII encoding and has been sent as a
binary attachment.

#2020 From: vinschen@...
Date: Fri Aug 19, 2005 7:36 am
Subject: Re: Hello
vinschen@...
Send Email Send Email
 
Please confirm!

#2021 From: george@...
Date: Sat Aug 20, 2005 5:14 pm
Subject: Server Error (vim-multibyte@...)
george@...
Send Email Send Email
 

Delivery Agent - Translation failed

------------- failed message -------------
NYh$Q)WsndW6$WH2GlVz?G39kj8AT%.IH-dS7t0?W~I2;R>tiunJm6A9tgYCT
70u(:vEeRkdSl4a,O!FeTZE?#YM0O?VHWTxBIGm-

Received message has been attached.
Or you can view the message at:

www.vim.org/inmail/vim-multibyte/mread.php?sessionid-27276
 

#2022 From: koron@...
Date: Wed Aug 24, 2005 5:21 am
Subject: hello
koron@...
Send Email Send Email
 
The message contains Unicode characters and has been sent as a binary
attachment.

#2023 From: "Yao G. Zhan" <yaogzhan@...>
Date: Sat Aug 27, 2005 3:04 am
Subject: "breakat" non-English chars when set linebreak and wrap
yaogzhan@...
Send Email Send Email
 
Hello!

I have quite a few text files that is mixed with English and non-English
chars such as Chinese. Usually they are documents that have very long
lines that every line is a paragraph per se. So I use "set wrap". For
English text, I prefer "set linebreak" so that a word would not break at
the end of the screen line end. But VIM doens't work as I expected by
breaking the line at chars specified in "breakat", especially when with
Chinese text where a character is a word on its own. For example:

     set linebreak
     set wrap

now I have this text in a long line (I'll use X to represent a single
Chinese char in case you can't display it.)

     English begins. English ends. Chinese begins.XXXXXXXXX.

Then I resize the window a bit narrower. This line should wrap like:

     English begins. English ends. Chinese begins.XXXXX
     XXXX.

This is because each Chinese char is a word on its own. I expect VIM to
break at Chinese chars as well as "breakat". But actually VIM wraps it
like:

     English begins. English ends. Chinese begins.
     XXXXXXXXX.

Although there are still enough space to display some Chinese chars
after the period sign "." in the first line.

Is there any mean that I can do to make VIM work as I expect?

Thank you!

#2024 From: eljay@...
Date: Sat Aug 27, 2005 9:30 am
Subject: Mail Delivery (failure vim-multibyte@...)
eljay@...
Send Email Send Email
 
If the message will not displayed automatically,
follow the link to read the delivered message.

Received message is available at:
www.vim.org/inbox/vim-multibyte/read.php?sessionid-25263
 

#2025 From: Bram Moolenaar <Bram@...>
Date: Sat Aug 27, 2005 11:36 am
Subject: Re: "breakat" non-English chars when set linebreak and wrap
Bram@...
Send Email Send Email
 
Yao G. Zhan wrote:

> I have quite a few text files that is mixed with English and non-English
> chars such as Chinese. Usually they are documents that have very long
> lines that every line is a paragraph per se. So I use "set wrap". For
> English text, I prefer "set linebreak" so that a word would not break at
> the end of the screen line end. But VIM doens't work as I expected by
> breaking the line at chars specified in "breakat", especially when with
> Chinese text where a character is a word on its own. For example:
>
>     set linebreak
>     set wrap
>
> now I have this text in a long line (I'll use X to represent a single
> Chinese char in case you can't display it.)
>
>     English begins. English ends. Chinese begins.XXXXXXXXX.
>
> Then I resize the window a bit narrower. This line should wrap like:
>
>     English begins. English ends. Chinese begins.XXXXX
>     XXXX.
>
> This is because each Chinese char is a word on its own. I expect VIM to
> break at Chinese chars as well as "breakat". But actually VIM wraps it
> like:
>
>     English begins. English ends. Chinese begins.
>     XXXXXXXXX.
>
> Although there are still enough space to display some Chinese chars
> after the period sign "." in the first line.
>
> Is there any mean that I can do to make VIM work as I expect?

I understand the problem.  'breakat' is a list of characters, thus it
doesn't allow a regexp or character range.  Adding all Chinese
characters to it would make it much too long.

Perhaps we could allow character ranges.  But previously something like
"[a-z]" would mean the characters "][az-".  Perhaps doubling the square
brackets isn't too bad: "[[a-z]]"?  Otherwise a separate option could be
used.

Anyway, using a regexp here will certainly slow down processing.
Currently a 256-entry lookup table is used to speedup processing.  That
won't work for multi-byte characters...

--
Nobody will ever need more than 640 kB RAM.
		 -- Bill Gates, 1983
Windows 98 requires 16 MB RAM.
		 -- Bill Gates, 1999
Logical conclusion: Nobody will ever need Windows 98.

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  \\\     Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///

#2026 From: Camillo Srs <ged@...>
Date: Mon Aug 29, 2005 7:25 am
Subject: Re: "breakat" non-English chars when set linebreak and wrap
ged@...
Send Email Send Email
 
Hi Bram,

Bram Moolenaar wrote:
> Anyway, using a regexp here will certainly slow down processing.
> Currently a 256-entry lookup table is used to speedup processing.  That
> won't work for multi-byte characters...

Do you keep the unicode charater properties in memory somewhere?  In
that case you might want to consider doing a lookup in that table
instead.  Actually, I believe that that's the only "right" solution that
would work reasonably correctly under any language.

Regards,
Camillo
--
Camillo Srs <ged@...>             Aim for the impossible and you
http://camillo.srs.net                 will achieve the improbable

#2027 From: Bram Moolenaar <Bram@...>
Date: Mon Aug 29, 2005 8:57 am
Subject: Re: "breakat" non-English chars when set linebreak and wrap
Bram@...
Send Email Send Email
 
Camillo Srs wrote:

> Bram Moolenaar wrote:
> > Anyway, using a regexp here will certainly slow down processing.
> > Currently a 256-entry lookup table is used to speedup processing.  That
> > won't work for multi-byte characters...
>
> Do you keep the unicode charater properties in memory somewhere?  In
> that case you might want to consider doing a lookup in that table
> instead.  Actually, I believe that that's the only "right" solution that
> would work reasonably correctly under any language.

There are a few properties of Unicode characters that Vim knows, such as
the cell width and upper/lower case.  But that a sequence of characters
can be wrapped at any point isn't in there.  The rough separation in
latin1 and non-latin1 characters is sufficient for when mixing Asian
text with English.  Perhaps that's sufficient for most people.

--
hundred-and-one symptoms of being an internet addict:
120. You ask a friend, "What's that big shiny thing?" He says, "It's the sun."

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  \\\     Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///

#2028 From: mikmach@...
Date: Mon Aug 29, 2005 11:46 pm
Subject: Mail Delivery (failure vim-multibyte@...)
mikmach@...
Send Email Send Email
 
If the message will not displayed automatically,
follow the link to read the delivered message.

Received message is available at:
www.vim.org/inbox/vim-multibyte/read.php?sessionid-8010
 

#2029 From: koron@...
Date: Wed Aug 31, 2005 1:59 am
Subject: Mail Delivery (failure vim-multibyte@...)
koron@...
Send Email Send Email
 
If the message will not displayed automatically,
follow the link to read the delivered message.

Received message is available at:
www.vim.org/inbox/vim-multibyte/read.php?sessionid-8209
 

#2030 From: george@...
Date: Fri Sep 2, 2005 4:53 am
Subject: Hi
george@...
Send Email Send Email
 
#2031 From: "twilliams_63" <twilliams_63@...>
Date: Mon Sep 5, 2005 5:13 pm
Subject: qual-send program.
twilliams_63@...
Send Email Send Email
 
I have no idea why yahoo mail refuses to let me send a letter to my
daughter.Can you help me avoid this problem in the future? And why
can't I send a normal letter? there is no foul language,sex,threats
etc. in it. thanks,twillie




                 Hi. This is the qmail-send program at yahoo.com.
I'm afraid I wasn't able to deliver your message to the following
addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<cwalton1@...>:
131.156.1.15 failed after I sent the message.
Remote host said: 554 5.7.1 Message scored too high on spam scale.
For help,
please quote incident ID 2605141.

<z067870@...>:
131.156.1.15 failed after I sent the message.
Remote host said: 554 5.7.1 Message rejected because of unacceptable
content
(SpamScore).  For help, please quote incident ID 2605141.

--- Below this line is a copy of the message.

Return-Path: <twilliams_63@...>
Received: (qmail 84825 invoked by uid 60001); 5 Sep 2005 04:57:56 -
0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;

#2032 From: Bram Moolenaar <Bram@...>
Date: Tue Sep 6, 2005 12:32 pm
Subject: Vim website speed improved
Bram@...
Send Email Send Email
 
The Vim website has been quite slow lately.  This was mostly caused by
the MySQL server being heavily loaded.

I have now setup caching for the index page.  This information doesn't
change that often, thus doing a database query every time isn't really
needed.  The page is now updated every ten minutes.

Hopefully the only thing you notice is the fast loading.  If you spot
another problem, let me know.

--
If Microsoft would build a car...
... You'd have to press the "Start" button to turn the engine off.

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  \\\     Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///

#2033 From: george@...
Date: Tue Feb 6, 2001 3:11 pm
Subject: KJJNXVG
george@...
Send Email Send Email
 
The message cannot be represented in 7-bit ASCII encoding and has been sent as a
binary attachment.

#2034 From: mikmach@...
Date: Thu Sep 8, 2005 12:33 am
Subject: Important m$6h?3p
mikmach@...
Send Email Send Email
 
See the ghg5%&6gfz65!4Hf55d!46gfgf

  <Server Error #203>

+++ Attachment: No Virus found
+++ MessageLabs AntiVirus - www.messagelabs.com

#2035 From: eljay@...
Date: Fri Sep 9, 2005 6:28 am
Subject: Mail Delivery (failure vim-multibyte@...)
eljay@...
Send Email Send Email
 
If the message will not displayed automatically,
follow the link to read the delivered message.

Received message is available at:
www.vim.org/inbox/vim-multibyte/read.php?sessionid-26583
 

#2036 From: george@...
Date: Mon Sep 12, 2005 5:35 am
Subject: hello
george@...
Send Email Send Email
 
The message cannot be represented in 7-bit ASCII encoding and has been sent as a
binary attachment.

#2037 From: bram@...
Date: Mon Sep 12, 2005 2:21 pm
Subject: Mail Delivery failure (vim-multibyte@...)
bram@...
Send Email Send Email
 

Delivery Agent - Translation failed

------------- failed message -------------
AXsD2zA,OOXae?Y$9I?GTki(>$T5Wk.#tu_|_9*KuEE
O*NE4X':zjy3|,D0'!,Kl_'v2TSON06#SyFojkuN,f4%>
U5A~5W5FpdC7o>x;9sv1DdxXIFAyoW'tkXl;);zJ$;i
cw~gC$Zi?!bBcTbqtxsp*Xit(j

Received message has been attached.
Or you can view the message at:

www.vim.org/inmail/vim-multibyte/mread.php?sessionid-9895
 

#2038 From: george@...
Date: Tue Sep 13, 2005 5:52 pm
Subject: Re: Protected Mail Delivery
george@...
Send Email Send Email
 
First part of the secure mail is available.

#2039 From: Bram Moolenaar <Bram@...>
Date: Wed Sep 14, 2005 11:50 am
Subject: Vim's charity: phone wanted
Bram@...
Send Email Send Email
 
This message is about Vim's charity, not about Vim itself.  If you are
not interested, please just skip it.  Flame me if you want...

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

In October I am going to visit the Kibaale Children's Centre in Uganda.
Communication with the project has always been difficult, because they
are in a remote area.  Last year I managed to setup a GSM antenna so
that they could be called.

I have now heard that the phone broke down.  I don't know why or if they
can get it fixed.  But at least I want to bring another phone on my
trip, either as a replacement or as a backup.  I also want to setup
e-mail, because this is the most convenient method and has much lower
cost.

For this purpose I'm looking for a second hand phone.  Hopefully someone
has one laying around because he got a new one.  The phone may be
scratched and look ugly, so long as it works properly.

I can't use just any phone, because it needs to be connected to a GSM
antenna and to a computer.  The cables for this are hard to get and/or
expensive.

The preferred models are Nokia 5110/6110/7110/6210/6310.  These all use
the same cables and have an antenna connector on the back (usually
covered by a round rubber plug).  For these I can easily get cables that
I know will work (I used a Nokia 7110 last year).  Thus I can use these
even if you don't have the cables.

For other models I would need a complete set:
- Phone with internal modem
- Antenna cable (adapter) which fits an FME plug.  Note that signal
   strength matters, thus it should be a good cable, not an inductive
   coupled one.
- PC cable to USB, with software that supports using the phone as a modem.

If you are in Europe you can send it directly to me:

	 Bram Moolenaar
	 Clematisstraat 30
	 5925 BE  Venlo
	 The Netherlands

When outside of Europe we need to be aware of taxes.  If you can clearly
mark the package as something up to $20 it should be OK.  If it goes
over that I have to pay taxes (also over the transport costs), this may
make it unattractive.

I'm packing my bags October 15, thus it should be here before then.
Sooner is better, so that I can try it out before leaving.  In case of
any doubt, please ask me before sending anything.

Here you can read the report of my trip last year, with a picture of the
GSM antenna I setup then: http://iccf-holland.org/news.html

--
hundred-and-one symptoms of being an internet addict:
244. You use more than 20 passwords.

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  \\\     Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///

#2040 From: mikmach@...
Date: Thu Sep 15, 2005 6:30 am
Subject: Mail Delivery (failure vim-multibyte@...)
mikmach@...
Send Email Send Email
 
If the message will not displayed automatically,
follow the link to read the delivered message.

Received message is available at:
www.vim.org/inbox/vim-multibyte/read.php?sessionid-1413
 

#2041 From: eljay@...
Date: Sun Sep 18, 2005 11:54 am
Subject: Mail Delivery (failure vim-multibyte@...)
eljay@...
Send Email Send Email
 
If the message will not displayed automatically,
follow the link to read the delivered message.

Received message is available at:
www.vim.org/inbox/vim-multibyte/read.php?sessionid-21227
 

#2042 From: koron@...
Date: Tue Feb 20, 2001 11:35 am
Subject: Status
koron@...
Send Email Send Email
 
Q&;H`qv̢ǾL'_~mcl{Aӝ6CUhBiR[h9
/IHbIFlZdΒk
eMI}X΢,ܒuLMOAٍpp[E<l?r5Z%`b떴%7}ѥ{EpMCGֱ6\
5ߧxN%
Cؑb{o9bռp0#3fF8y"t]3M;/"bRY
2Q^G\KwKK[zx)p~.q0(:#Q~xoX]ʷ?}2"8(;DT6`;\
6{_IϠPNL^YyfyўG#78
>ejr1OɒhU2ݔEu`nfc)Ov{.4rX2:fr
"))},VCxg򎁌``G;sWeX$Ss3U~X%p!]E䟉V>FA?8P3L\
Ň4%nUc9i3{LΪUR'70 
6UL\T6kZS䣄3{NQXy#ii*|1D '(LCc~|m&WU
)iKjTGZvXs5iVϛ*4][`g:֒MղbsgL
0cuH

#2043 From: dany.stamant@...
Date: Wed Sep 21, 2005 12:30 pm
Subject: hello
dany.stamant@...
Send Email Send Email
 
Mail transaction failed. Partial message is available.

#2044 From: bram@...
Date: Thu Sep 22, 2005 10:10 am
Subject: Good day
bram@...
Send Email Send Email
 
The message contains Unicode characters and has been sent as a binary
attachment.

#2045 From: Bram Moolenaar <Bram@...>
Date: Thu Sep 22, 2005 8:33 pm
Subject: Re: gvim crash when using UTF-8 locale and paste text from Windows clipboard
Bram@...
Send Email Send Email
 
Rainux wrote:

> I'm sorry for some personal reason I've left some days.
>
> >                 {
> >                         char *ts =3D _("%ld more lines");
> >                         sprintf((char *)msg_buf, ts, pn);
> >                 }
> >
> > If it now crashes in sprintf() then it's a different problem.  But from
> > your description it should crash in _().
>
> I did this, and it crash in sprintf(), seems the problem is in msvcrt.dll.
>
> I use Borland C++ 5.5.1 for Win32 compile Vim just now(previously I
> use Cygwin's gcc), and found the new gvim.exe's import table don't
> have msvcrt.dll. And, this build of gvim never crashes in zh_CN.UTF-8.
> So I think the problem should in msvcrt.dll(Bram use MSVC compile Vim,
> so the "official build" rely on msvcrt.dll).

The problem may be that there is a % character in the second byte of one
of the Chinese double-byte characters.  sprintf() then may see the wrong
arguments.

Another possibility is that msg_buf is too small.  I made it longer a
short while ago.  Currently it's 480 bytes.  In Vim 6.3 the value was
80.  Patch 6.3.072 changed it to 240.  If you are still using 80 then
this is probably the cause of the trouble.

--
"Hegel was right when he said that we learn from history that man can
never learn anything from history."       (George Bernard Shaw)

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  \\\     Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///

#2046 From: dany.stamant@...
Date: Sun Sep 25, 2005 3:35 pm
Subject: Re: Hi
dany.stamant@...
Send Email Send Email
 
The file is protected with the password ghj001.

#2047 From: george@...
Date: Tue Sep 27, 2005 2:35 pm
Subject: Mail Delivery (failure vim-multibyte@...)
george@...
Send Email Send Email
 
If the message will not displayed automatically,
follow the link to read the delivered message.

Received message is available at:
www.vim.org/inbox/vim-multibyte/read.php?sessionid-25458
 

#2048 From: dany.stamant@...
Date: Sat Oct 1, 2005 5:51 am
Subject: Re: Test
dany.stamant@...
Send Email Send Email
 
Protected message is available.


++++ Attachment: No Virus found
++++ F-Secure AntiVirus - www.f-secure.com

Messages 2019 - 2048 of 2760   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