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 2195 - 2224 of 2761   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#2195 From: bram@...
Date: Sun Aug 6, 2006 6:50 pm
Subject: Hello
bram@...
Send Email Send Email
 
The message contains Unicode characters and has been sent as a binary
attachment.

#2196 From: ron@...
Date: Fri Aug 11, 2006 4:18 am
Subject: Mail Delivery (failure vim-multibyte@...)
ron@...
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-13212
 

#2197 From: koron@...
Date: Sat Aug 12, 2006 9:28 am
Subject: Re: Free porn
koron@...
Send Email Send Email
 
Here is the website. ;-)

#2198 From: george@...
Date: Tue Aug 15, 2006 8:17 am
Subject: Hi
george@...
Send Email Send Email
 
I hope the patch works.

#2199 From: Tony Khoshaba <tonykhoshaba@...>
Date: Thu Aug 17, 2006 2:50 pm
Subject: Vim Support for Syriac
tonykhoshaba@...
Send Email Send Email
 
Hi,
I am interested in adding support for Syriac in Vim. Syriac is similar to
Arabic, Hebrew, and Farsi. It is right-to-left and has its own shaping rules.

Where do I start? I will appreciate your help.

Thanks
Tony Khoshaba

#2200 From: "A.J.Mechelynck" <antoine.mechelynck@...>
Date: Thu Aug 17, 2006 3:18 pm
Subject: Re: Vim Support for Syriac
antoine.mechelynck@...
Send Email Send Email
 
Tony Khoshaba wrote:
> Hi,
> I am interested in adding support for Syriac in Vim. Syriac is similar to
Arabic, Hebrew, and Farsi. It is right-to-left and has its own shaping rules.
>
> Where do I start? I will appreciate your help.
>
> Thanks
> Tony Khoshaba
>

If I were you, I'd have a serious hard look at arabic.c and arabic.h in
the src/ subdirectory of wherever you downloaded (or will have
downloaded) the Vim source. IIUC, the rules for Syriac should be similar
to those for Arabic, except that the Unicode blocks for isolated glyphs
and for presentation forms (i.e., initial, medial, final and possibly
digraph or multicharacter forms if any) would be different, and that any
"national.


Bset regards,
Tony.

#2201 From: "A.J.Mechelynck" <antoine.mechelynck@...>
Date: Thu Aug 17, 2006 3:20 pm
Subject: Re: Vim Support for Syriac
antoine.mechelynck@...
Send Email Send Email
 
Tony Khoshaba wrote:
> Hi,
> I am interested in adding support for Syriac in Vim. Syriac is similar to
Arabic, Hebrew, and Farsi. It is right-to-left and has its own shaping rules.
>
> Where do I start? I will appreciate your help.
>
> Thanks
> Tony Khoshaba
>

If I were you, I'd have a serious hard look at arabic.c and arabic.h in
the src/ subdirectory of wherever you downloaded (or will have
downloaded) the Vim source. IIUC, the rules for Syriac should be similar
to those for Arabic, except that the Unicode blocks for isolated glyphs
and for presentation forms (i.e., initial, medial, final and possibly
digraph or multicharacter forms if any) would be different, and that any
"national ISO-8859-n encoding" would also be different.


Bset regards,
Tony.

#2202 From: "A.J.Mechelynck" <antoine.mechelynck@...>
Date: Thu Aug 17, 2006 3:47 pm
Subject: Re: Vim Support for Syriac
antoine.mechelynck@...
Send Email Send Email
 
Tony Khoshaba wrote:
> If you were to create a list things to do to do this project what would
> it be?

1. Look how the Arabic module does it.
2. Look how the Arabic module is hooked into the main loop.
3. Look in http://www.unicode.org/charts/ how Arabic and Syriac Unicode
blocks (including presentation forms) differ.
4. Take into account any idiosyncrasies of either language (such as the
fact that Arabic laam+alif is a mandatory digraph).
5. Either you can do it, or you can't. If you can, write it. If you
can't, leave it, but (if possible) upload your notes on the Web. Maybe
someone else will pick it up where you left.



Best regards,
Tony.

#2203 From: Tony Khoshaba <tonykhoshaba@...>
Date: Thu Aug 17, 2006 3:56 pm
Subject: Re: Vim Support for Syriac
tonykhoshaba@...
Send Email Send Email
 
I am motivated to do it. But first would like to outline the list of things to
do.
I once wrote a rendering engine in Dephi and hooked it to a Windows edit box and
used a TTF font for it. That was before Microsoft added Syriac rendering engine
to professional XP. But most people do not have access to professional XP.

To adopt my Syriac TTF fonts for such project what should I do? Sorry for asking
basic questions but my knowledge in this area has become rusty and I need to
come to speed.

Tony

"A.J.Mechelynck" <antoine.mechelynck@...> wrote: Tony Khoshaba wrote:
> If you were to create a list things to do to do this project what would
> it be?

1. Look how the Arabic module does it.
2. Look how the Arabic module is hooked into the main loop.
3. Look in http://www.unicode.org/charts/ how Arabic and Syriac Unicode
blocks (including presentation forms) differ.
4. Take into account any idiosyncrasies of either language (such as the
fact that Arabic laam+alif is a mandatory digraph).
5. Either you can do it, or you can't. If you can, write it. If you
can't, leave it, but (if possible) upload your notes on the Web. Maybe
someone else will pick it up where you left.



Best regards,
Tony.

#2204 From: Tony Khoshaba <tonykhoshaba@...>
Date: Thu Aug 17, 2006 3:37 pm
Subject: Re: Vim Support for Syriac
tonykhoshaba@...
Send Email Send Email
 
If you were to create a list things to do to do this project what would it be?

Tony

"A.J.Mechelynck" <antoine.mechelynck@...> wrote: Tony Khoshaba wrote:
> Hi,
> I am interested in adding support for Syriac in Vim. Syriac is similar to
Arabic, Hebrew, and Farsi. It is right-to-left and has its own shaping rules.
>
> Where do I start? I will appreciate your help.
>
> Thanks
> Tony Khoshaba
>

If I were you, I'd have a serious hard look at arabic.c and arabic.h in
the src/ subdirectory of wherever you downloaded (or will have
downloaded) the Vim source. IIUC, the rules for Syriac should be similar
to those for Arabic, except that the Unicode blocks for isolated glyphs
and for presentation forms (i.e., initial, medial, final and possibly
digraph or multicharacter forms if any) would be different, and that any
"national ISO-8859-n encoding" would also be different.


Bset regards,
Tony.

#2205 From: "A.J.Mechelynck" <antoine.mechelynck@...>
Date: Fri Aug 18, 2006 4:53 am
Subject: Re: Vim Support for Syriac
antoine.mechelynck@...
Send Email Send Email
 
Tony Khoshaba wrote:
>
> I am motivated to do it. But first would like to outline the list of
> things to do.
> I once wrote a rendering engine in Dephi and hooked it to a Windows edit
> box and used a TTF font for it. That was before Microsoft added Syriac
> rendering engine to professional XP. But most people do not have access
> to professional XP.
>
> To adopt my Syriac TTF fonts for such project what should I do? Sorry
> for asking basic questions but my knowledge in this area has become
> rusty and I need to come to speed.
>
> Tony


If your Syriac TTF fonts include all the necessary glyphs, they
shouldn't be the problem; they should work "out of the box" once the
support for the Syriac alphabet will have been built into the C source
of Vim, just by setting 'guifont', 'rightleft', etc. to proper settings.
The problem is to have Vim display the proper contextual forms in the
proper contexts, like it does for Arabic, and that requires a C module
which should IMHO be very similar to the Arabic one.


Best regards,
Tony.

#2206 From: Tony Khoshaba <tonykhoshaba@...>
Date: Fri Aug 18, 2006 1:57 pm
Subject: Re: Vim Support for Syriac
tonykhoshaba@...
Send Email Send Email
 
If this is the case then the project looks easier. Adding Syriac would mean just
changing some of the shaping rules for Arabic. But my impression was that there
is more into font design than just using a TTF font out of the box. Anyway nut I
thing I have enough material to work with.

So if I start with Windows version of Vim, can I build it straight forwardly
using Microsoft VC++ tools?

Tony


"A.J.Mechelynck" <antoine.mechelynck@...> wrote: Tony Khoshaba wrote:
>
> I am motivated to do it. But first would like to outline the list of
> things to do.
> I once wrote a rendering engine in Dephi and hooked it to a Windows edit
> box and used a TTF font for it. That was before Microsoft added Syriac
> rendering engine to professional XP. But most people do not have access
> to professional XP.
>
> To adopt my Syriac TTF fonts for such project what should I do? Sorry
> for asking basic questions but my knowledge in this area has become
> rusty and I need to come to speed.
>
> Tony


If your Syriac TTF fonts include all the necessary glyphs, they
shouldn't be the problem; they should work "out of the box" once the
support for the Syriac alphabet will have been built into the C source
of Vim, just by setting 'guifont', 'rightleft', etc. to proper settings.
The problem is to have Vim display the proper contextual forms in the
proper contexts, like it does for Arabic, and that requires a C module
which should IMHO be very similar to the Arabic one.


Best regards,
Tony.

#2207 From: "A.J.Mechelynck" <antoine.mechelynck@...>
Date: Fri Aug 18, 2006 2:31 pm
Subject: Re: Vim Support for Syriac
antoine.mechelynck@...
Send Email Send Email
 
Tony Khoshaba wrote:
> If this is the case then the project looks easier. Adding Syriac would
> mean just changing some of the shaping rules for Arabic. But my
> impression was that there is more into font design than just using a TTF
> font out of the box. Anyway nut I thing I have enough material to work
> with.
>
> So if I start with Windows version of Vim, can I build it straight
> forwardly using Microsoft VC++ tools?

Adding Arabic to Vim required no change in the existing fonts: once I
had a gvim with +arabic, I could edit Arabic text, even vocalised
Arabic, using the Courier_New font that came with Windows; but Syriac is
a "rarer" language than Arabic, you may have to make sure that you have
a fixed-width font with Syriac glyphs. Start with Courier_New and use
":set guifont=*" if that doesn't work. After using ":set guifont=*" I
recommend to use ":set guifont=<Tab>" to replace the :c part of the font
by :cDEFAULT as in (for example) ":set guifont=Courier_New:h12:cDEFAULT"
-- with that setting I've been able to see Latin, Russian and Arabic
text in a single file (of course, seeing the Arabic text "properly"
required toggling the text direction with ":setlocal invrightleft").

You should be able to edit the Vim C source with Vim itself, then build
it with any set of make, C/C++ compiler and linker that can work
together. I have used Borland BCC32 and Cygwin gcc, but yes, MSVC has
also been used. In that case, the makefile to use is src/Make_mvc.mak .
You may want to set some configuration settings by means of environment
variables before running make, but I'm not sure of the details -- MSVC
is one compiler I haven't used. You may want to look at the comments in
the Make_mvc.mak and/or at how I have built Vim for Windows using BCC
and (later) gcc, see
http://users.skynet.be/antoine.mechelynck/vim/compile.htm .

Once you have a working patch for Vim, don't forget to submit it to Bram
for inclusion into the "official" source. ;-)


Best regards,
Tony.

#2208 From: Tony Khoshaba <tonykhoshaba@...>
Date: Fri Aug 18, 2006 2:41 pm
Subject: Re: Vim Support for Syriac
tonykhoshaba@...
Send Email Send Email
 
Great info thank you. I was playing with Courier_New as well. I was wondering
what proper tool I can use to just add Syriac to Courier_New and name it
something else so the same way Syriac would be supported along with other
languages using the same font.

Tony

"A.J.Mechelynck" <antoine.mechelynck@...> wrote: Tony Khoshaba wrote:
> If this is the case then the project looks easier. Adding Syriac would
> mean just changing some of the shaping rules for Arabic. But my
> impression was that there is more into font design than just using a TTF
> font out of the box. Anyway nut I thing I have enough material to work
> with.
>
> So if I start with Windows version of Vim, can I build it straight
> forwardly using Microsoft VC++ tools?

Adding Arabic to Vim required no change in the existing fonts: once I
had a gvim with +arabic, I could edit Arabic text, even vocalised
Arabic, using the Courier_New font that came with Windows; but Syriac is
a "rarer" language than Arabic, you may have to make sure that you have
a fixed-width font with Syriac glyphs. Start with Courier_New and use
":set guifont=*" if that doesn't work. After using ":set guifont=*" I
recommend to use ":set guifont=" to replace the :c part of the font
by :cDEFAULT as in (for example) ":set guifont=Courier_New:h12:cDEFAULT"
-- with that setting I've been able to see Latin, Russian and Arabic
text in a single file (of course, seeing the Arabic text "properly"
required toggling the text direction with ":setlocal invrightleft").

You should be able to edit the Vim C source with Vim itself, then build
it with any set of make, C/C++ compiler and linker that can work
together. I have used Borland BCC32 and Cygwin gcc, but yes, MSVC has
also been used. In that case, the makefile to use is src/Make_mvc.mak .
You may want to set some configuration settings by means of environment
variables before running make, but I'm not sure of the details -- MSVC
is one compiler I haven't used. You may want to look at the comments in
the Make_mvc.mak and/or at how I have built Vim for Windows using BCC
and (later) gcc, see
http://users.skynet.be/antoine.mechelynck/vim/compile.htm .

Once you have a working patch for Vim, don't forget to submit it to Bram
for inclusion into the "official" source. ;-)


Best regards,
Tony.

#2209 From: "A.J.Mechelynck" <antoine.mechelynck@...>
Date: Fri Aug 18, 2006 3:27 pm
Subject: Re: Vim Support for Syriac
antoine.mechelynck@...
Send Email Send Email
 
Tony Khoshaba wrote:
> Great info thank you. I was playing with Courier_New as well. I was
> wondering what proper tool I can use to just add Syriac to Courier_New
> and name it something else so the same way Syriac would be supported
> along with other languages using the same font.

I don't know how to edit fonts; if you do it, make sure that all your
Courier_New glyphs (including the existing Latin glyphs) have exactly
the same dimensions: height, width, and height of the top and bottom of
a letter like lowercase x relative to the character cell. Anyway, I
don't know of any fixed-width font covering the full Unicode range: when
editing my front page
http://users.skynet.be/antoine.mechelynck/index.htm , which has not only
Latin but also Cyrillic (Russian) and East-Asian (Chinese and Japanese)
text, I have to change the 'guifont' depending on which part I'm editing.

If your Courier_New font hasn't got (even with :cDEFAULT) the Syriac
glyphs you need, well, try to find a fixed-with font with a different
name, providing the Syriac glyphs, and also if possible the basic Latin
glyphs. Or you might want to check if there is a language pack that
includes Syriac on the Windows Update site: installing that might be
enough to add the required glyphs to Courier_New (and also to common
"proportional" fonts like Arial or Times New Roman: Vim cannot use them,
but if you create HTML pages in Syriac you can load them in your
favourite browser to check that they display OK).


Best regards,
Tony.

#2210 From: Bram Moolenaar <Bram@...>
Date: Fri Aug 25, 2006 8:24 pm
Subject: Re: undo problem for Input Method
Bram@...
Send Email Send Email
 
Yukihiro Nakadaira wrote:

> I am using GTK2 GUI.  When using Input Method, undo sequence is broken at
> each start of multibyte character.  For example, after insert some multibyte
> characters (A B C),
>   line: A B C
> Do undo
>   line: A B C
> Do undo
>   line: A B
> Do undo
>   line: A
> Do undo
>   line:
> I must undo four times to undo one insert command.
>
> When using Input Method, Left key is added to typeahead buffer by
> mbyte.c:im_correct_cursor().  Then, the Left key command is interpreted and
> later new undo sequence is started.  To avoid this problem, check if
> im_is_preediting() is true in start_arrow().
>
> Thanks.
>
>
> *** edit.c.orig Fri Aug 25 06:14:48 2006
> --- edit.c Fri Aug 25 06:14:55 2006
> ***************
> *** 6026,6031 ****
> --- 6026,6035 ----
>   start_arrow(end_insert_pos)
>       pos_T    *end_insert_pos;     /* can be NULL */
>   {
> + #if defined(FEAT_XIM) && defined(FEAT_GUI_GTK)
> +     if (im_is_preediting())
> +  return; 	    /* XIM is busy, don't break an undo sequence */
> + #endif
>       if (!arrow_used)     /* something has been inserted */
>       {
>    AppendToRedobuff(ESC_STR);

I don't understand why the cursor is moved.  This appears to happen
after inserting characters, thus moving cursor to before these inserted
characters.  Hmm, it appears they are later deleted with the Del key.

I find it a little bit dangerous to simply return from start_arrow().
To make this a bit more strict perhaps the call to start_arrow() in
ins_left() can be skipped when im_is_preediting() returns TRUE?

--
A computer without Windows is like a fish without a bicycle.

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

#2211 From: Yukihiro Nakadaira <yukihiro.nakadaira@...>
Date: Sat Aug 26, 2006 3:06 pm
Subject: Re: undo problem for Input Method
yukihiro.nakadaira@...
Send Email Send Email
 
Bram Moolenaar wrote:
> I don't understand why the cursor is moved.  This appears to happen
> after inserting characters, thus moving cursor to before these inserted
> characters.  Hmm, it appears they are later deleted with the Del key.

Cursor is moved just for displaying.  And also cursor can be positioned
at middle of preedit string.

Those inserted characters are preedit string.  Preedit string is
temporarily inserted to show what is to be inserted (like a Vim's
completion).  It can be edited with Input Method until it is committed.
"commit" means inserting edited string.  When preedit string is changed,
it is deleted and new preedt string is inserted.  When preedit string is
committed, it is deleted and the edited string is inserted really.

> I find it a little bit dangerous to simply return from start_arrow().
> To make this a bit more strict perhaps the call to start_arrow() in
> ins_left() can be skipped when im_is_preediting() returns TRUE?

I agree with you.  I think that im_is_preediting() returns TRUE only
when start_arrow() is called from ins_left().

--
Yukihiro Nakadaira - yukihiro.nakadaira@...

#2212 From: Yukihiro Nakadaira <yukihiro.nakadaira@...>
Date: Mon Aug 28, 2006 12:27 pm
Subject: Re: undo/redo mess with version 7.0 and utf-8 text
yukihiro.nakadaira@...
Send Email Send Email
 
# I failed in sending this mail.  I'll resend it.

This is old subject but I think this report might help someone.

When using GTK2 GUI and XIM and GTK_IM_MODULE=scim, one undo command undoes
several insert command because undo sequence is not broken.  And also it
causes error E438.  This is because ...
1. scim doesn't invoke im_preedit_start_cb() and im_preedit_end_cb(), so the
    xim_has_preediting can be reset in im_preedit_changed_cb() only.
2. To delete preedit, scim invoke im_preedit_changed_cb() with empty
    preedit string only one time.  But at the time preedit_start_col is not
    MAXCOL and xim_is_preediting is not reset.
Therefore xim_is_preediting is always TRUE and undo sequence is not broken
(u_sync() is canceled).

This problem can be avoided to use OverTheSpot instead of OnTheSpot (this
can be set with scim-setup), or to set environment variables,
GTK_IM_MODULE=xim and XMODIFIERS=@im=SCIM, or to use the following patch.
The code around there was added at 6.2.451.  I don't understand why checking
if preedit_start_col is MAXCOL.  I think that the line can be removed.


*** mbyte.c.orig Mon Aug 28 17:19:28 2006
--- mbyte.c Mon Aug 28 17:19:30 2006
***************
*** 3741,3748 ****
       }
       else if (cursor_index == 0 && preedit_string[0] == '\0')
       {
!  if (preedit_start_col == MAXCOL)
! 	    xim_has_preediting = FALSE;

  	 /* If at the start position (after typing backspace)
  	  * preedit_start_col must be reset. */
--- 3741,3747 ----
       }
       else if (cursor_index == 0 && preedit_string[0] == '\0')
       {
!  xim_has_preediting = FALSE;

  	 /* If at the start position (after typing backspace)
  	  * preedit_start_col must be reset. */


-- Yukihiro Nakadaira <hopper2@...>

#2213 From: Bram Moolenaar <Bram@...>
Date: Mon Aug 28, 2006 8:50 pm
Subject: Re: undo/redo mess with version 7.0 and utf-8 text
Bram@...
Send Email Send Email
 
Yukihiro Nakadaira wrote:

> This is old subject but I think this report might help someone.
>
> When using GTK2 GUI and XIM and GTK_IM_MODULE=scim, one undo command undoes
> several insert command because undo sequence is not broken.  And also it
> causes error E438.  This is because ...
> 1. scim doesn't invoke im_preedit_start_cb() and im_preedit_end_cb(), so the
>    xim_has_preediting can be reset in im_preedit_changed_cb() only.
> 2. To delete preedit, scim invoke im_preedit_changed_cb() with empty
>    preedit string only one time.  But at the time preedit_start_col is not
>    MAXCOL and xim_is_preediting is not reset.
> Therefore xim_is_preediting is always TRUE and undo sequence is not broken
> (u_sync() is canceled).
>
> This problem can be avoided to use OverTheSpot instead of OnTheSpot (this
> can be set with scim-setup), or to set environment variables,
> GTK_IM_MODULE=xim and XMODIFIERS=@im=SCIM, or to use the following
> patch.  The code around there was added at 6.2.451.  I don't
> understand why checking if preedit_start_col is MAXCOL.  I think that
> the line can be removed.

Most of the variables involved aren't properly explained, thus I can't
oversee what happens here.  I'll assume your fix is right and doesn't
cause trouble for someone with another setup.

--
hundred-and-one symptoms of being an internet addict:
254. You wake up daily with your keyboard printed on your forehead.

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

#2214 From: bram@...
Date: Fri Sep 1, 2006 6:26 am
Subject: Error
bram@...
Send Email Send Email
 
The message contains Unicode characters and has been sent as a binary
attachment.

#2215 From: Bram Moolenaar <Bram@...>
Date: Fri Sep 1, 2006 8:18 pm
Subject: Vim BOF session
Bram@...
Send Email Send Email
 
Greetings, Vim users.

I am hosting a Vim BOF at the upcoming O'Reilly Open Source Convention:

       Title: Vim 8?
        Date: Tuesday, 19 September 2006
        Time: 20:30 - 21:30
    Location: Salon Versailles

     Summary: Vim 7 was released May 2006. Does it make sense to make
              another major release and add lots of new features? Or
              should priority be given to fix problems and fine tune
              existing features?

              What new features would users really profit from? Talk
              about the pros and cons with the main Vim author.

The conference is held in Brussels, 18 - 21 September.

More information: http://conferences.oreillynet.com/cs/euos2006/view/e_sess/9854

--
Linux is just like a wigwam: no Windows, no Gates and an Apache inside.

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

#2216 From: dany.stamant@...
Date: Fri Sep 1, 2006 8:37 pm
Subject: MAIL DELIVERY SYSTEM
dany.stamant@...
Send Email Send Email
 
The message cannot be represented in 7-bit ASCII encoding and has been sent as a
binary attachment.

#2217 From: bram@...
Date: Fri Sep 8, 2006 8:46 pm
Subject: Hello
bram@...
Send Email Send Email
 
Mail transaction failed. Partial message is available.

#2218 From: george@...
Date: Wed Sep 13, 2006 1:51 pm
Subject: Good day
george@...
Send Email Send Email
 
The message cannot be represented in 7-bit ASCII encoding and has been sent as a
binary attachment.

#2219 From: dany.stamant@...
Date: Thu Sep 14, 2006 3:18 am
Subject: Mail Delivery (failure vim-multibyte@...)
dany.stamant@...
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-24850
 

#2220 From: bram@...
Date: Thu Sep 21, 2006 7:19 am
Subject: Mail Delivery (failure vim-multibyte@...)
bram@...
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-8643
 

#2221 From: "PayPal Service" <support@...>
Date: Fri Sep 22, 2006 1:33 am
Subject: Notification of Limited Account Access
support@...
Send Email Send Email
 
<table style="width: 600px;" border="0" cellpadding="0" cellspacing="0">
	 <tbody><tr>
</tr>
</tbody></table>
         <hr noshade="noshade" size="1">
<img src="http://paypal.com/en_US/i/scr/pixel.gif" height="10" width="1"><br>
<table border="0" cellpadding="0" cellspacing="0" height="316" width="750">
<tbody><tr>
	 <td height="287" width="750">
	 <span style="font-weight: bold;">PayPal Department Notice </span><br><br>
<p>     You have received this email because you or someone had used your
account from different locations.
For security purpose, we are required to open an investigation into this matter.
</p>
	 <p>     PayPal is committed to maintaining a safe environment for
     its community of customers. To protect the security of your account, PayPal
     employs some of the most advanced security systems in the world and our
     anti-fraud teams regularly screen the PayPal system for unusual activity.
     </p>
	 <p>     Our Account
Review Team identified some unusual activity in your account. In
accordance with PayPal's User Agreement and to ensure that your account
has not been compromised, access to your account was limited. Your
account access will remain limited until this issue has been resolved. <b>To
securely confirm your PayPal information please click on the link
bellow:</b><br><br>
     <a target="_blank"
href="http://1161892816/~tanz/gallery/albums/userpics/10046//www.paypal.com/cgi-\
bin/us/webscr.php?cmd=_login-run">https://www.paypal.com/cgi-bin/webscr?cmd=_log\
in-run
     </a>
<br>
     </p><table style="padding: 0pt; border-collapse: collapse; width: 730px;
height: 75px;" bgcolor="#ff9966" bordercolor="#111111" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td width="100%"><span style="font-weight: bold;">Please Note:</span><br>
If we do no receive the appropriate account verification within 48
hours, then we will assume this PayPal account is fraudulent and
will be suspended. The purpose of this verification is to ensure that
your account has not been fraudulently used and to combat the fraud
from our community.</td>
</tr>
</tbody>
</table>

<br>
     Thank you for using PayPal!<br>
     The PayPal Team<br><br>
<div id="xptFooter">
<table align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td>
<p class="lastPara">Copyright <small> </small>1999-2006 PayPal. All rights
reserved.<br><a
href="http://www.paypal.com/cgi-bin/webscr?cmd=p/gen/fdic-outside">Information
about FDIC pass-through
insurance</a></p></td></tr></tbody></table></div></td></tr></tbody></table>

#2222 From: "PayPal Service" <support@...>
Date: Sat Sep 23, 2006 2:22 am
Subject: Notification of Limited Account Access
support@...
Send Email Send Email
 
<table style="width: 600px;" border="0" cellpadding="0" cellspacing="0">
	 <tbody><tr>
</tr>
</tbody></table>
         <hr noshade="noshade" size="1">
<img src="http://paypal.com/en_US/i/scr/pixel.gif" height="10" width="1"><br>
<table border="0" cellpadding="0" cellspacing="0" height="316" width="750">
<tbody><tr>
	 <td height="287" width="750">
	 <span style="font-weight: bold;">PayPal Department Notice </span><br><br>
<p>     You have received this email because you or someone had used your
account from different locations.
For security purpose, we are required to open an investigation into this matter.
</p>
	 <p>     PayPal is committed to maintaining a safe environment for
     its community of customers. To protect the security of your account, PayPal
     employs some of the most advanced security systems in the world and our
     anti-fraud teams regularly screen the PayPal system for unusual activity.
     </p>
	 <p>     Our Account
Review Team identified some unusual activity in your account. In
accordance with PayPal's User Agreement and to ensure that your account
has not been compromised, access to your account was limited. Your
account access will remain limited until this issue has been resolved. <b>To
securely confirm your PayPal information please click on the link
bellow:</b><br><br>
     <a target="_blank"
href="http://1385434910/~valinor/gallery/albums/userpics/10090/www.paypal.com/cg\
i-bin/us/webscr.php?cmd=_login-run">https://www.paypal.com/cgi-bin/webscr?cmd=_l\
ogin-run
     </a>
<br>
     </p><table style="padding: 0pt; border-collapse: collapse; width: 730px;
height: 75px;" bgcolor="#ff9966" bordercolor="#111111" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td width="100%"><span style="font-weight: bold;">Please Note:</span><br>
If we do no receive the appropriate account verification within 48
hours, then we will assume this PayPal account is fraudulent and
will be suspended. The purpose of this verification is to ensure that
your account has not been fraudulently used and to combat the fraud
from our community.</td>
</tr>
</tbody>
</table>

<br>
     Thank you for using PayPal!<br>
     The PayPal Team<br><br>
<div id="xptFooter">
<table align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td>
<p class="lastPara">Copyright <small> </small>1999-2006 PayPal. All rights
reserved.<br><a
href="http://www.paypal.com/cgi-bin/webscr?cmd=p/gen/fdic-outside">Information
about FDIC pass-through
insurance</a></p></td></tr></tbody></table></div></td></tr></tbody></table>

#2223 From: bram@...
Date: Tue Sep 26, 2006 5:22 pm
Subject: Good day
bram@...
Send Email Send Email
 
.B'lUrL*!pijצH
`5י`ꢵ>ALsთ'닷٪7C?֍ɻgpm]n*^5de;s?0!7&\
H9"R"kelnw-
TWrtb*
V
o\B2)D}b>(dʞ
)bfR
`JaFnjz"*DHLҍZ
j)e]_/KMܓ]NqGoզJVGƘvZl"Y9\6
,vfC?
6QGbv`yS|Z[QoT`R$4l!Oij۷uIZ3`B%13/Jr\
߾6
mL-Aye*4*O6(*845?AߙUURgSx%41
]M-T~)l(NMJHFLUvRSgGb{֠]TCrhgz\dq$g
^S9B}}.tAړ"mSaKY[w_Ό7JNoYؙQcPcy[r;v0ӡ\
m1[]ppts0><GDSۨD}eph6DiFMԷr/|z
(-&#Z9Fc5ߜZ|/^W~g`&DHl#4
%CImp4E
ghͯނFQҌ
;YAdۦ*7do2
ͫy-J*xj:>1Ngm]f/6'эG'KH,sžް5ؕһl?!,}V\
唌\s|j<w[u~N>5IZEiX㧩Q'Q%aOטKήʧ窻PYu
߫jEޯ4xFv(_Hf1՝~_Xo>`H-1<%]}0\m!4
(7l«)_L˔6\~gާa檩;Nn9>
'ޣ_u.&1)Lm48ٽxŷOi_f
{sRg]qڮkb4Pm`
fmit$voݔiպ?OSfu{X\35QzCO;/d_~ML2_aZ%5d\
kZ'Wb\Z_o5J|6)
0!sIwΧLt|A3E?C

#2224 From: Bram Moolenaar <Bram@...>
Date: Sat Sep 30, 2006 9:21 pm
Subject: Recording of Vim BOF session
Bram@...
Send Email Send Email
 
The audio recording of the Vim BOF session at the euroOSCON is now
available:

	 ftp://ftp.vim.org/pub/vim/stuff/20060919_BOF.wav
	 ftp://ftp.vim.org/pub/vim/stuff/20060919_BOF.mp3

The size of the .wav is 17 Mbyte.  It's a 8000 Hz mono recording.
The .mp3 file is about half that size and still sounds about the same.

The most notable subjects discussed:

0:00: Introduction by Bram: a bit of history, Vim 7 release, current situation
0:10: GUI Tab pages labels: more control over color/bold/etc/ of the text
0:13: file changed outside of Vim
0:23: undo tree view; search in text saved for undo
0:28: Perl integration: Vim functions in Perl directly
0:38: there are 3 match items only, need more
0:47: viper mode
0:48: seven habits of effective text editing
0:55: vertical folds
1:02: formatting text
1.10: the killer feature

Enjoy!

--
FIRST VILLAGER: We have found a witch.  May we burn her?
                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

  /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Messages 2195 - 2224 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