Wind | 1 Apr 2005 10:52
Picon
Favicon

Missprint in help

Hello vim-dev,
     While rereading help I've found mispring:
     usr_04.txt 336,24:
     "usual.  To yank two workds use "y2w".  Example:"
--

-- 
Best regards,
 Wind                          mailto:sonic_wind <at> tut.by

Fan Decheng | 1 Apr 2005 11:38

Re: Missprint in help

Wind wrote:
> Hello vim-dev,
>      While rereading help I've found mispring:
>      usr_04.txt 336,24:
>      "usual.  To yank two workds use "y2w".  Example:"

I used the :helpg command to search for such errors, and found another 
in arabic.txt:

arabic.txt|197| default mapping (english), its advised that users use 
the 'CTRL-^'

its => it's

quotes.txt|61| you get the hang of it, its small, powerful and FAST! 
(Unknown)

its => it's

rileft.txt|39| existing editor (and its not sanctioned by Unicode either).

its => it's

sign.txt|27| Microsystem's dtterm does support this its the only 
terminal emulator I know

its => . It's

version6.txt|6811| Solution:   Add the "skip_syntax_sel_menu" variable. 
  When its defined the
(Continue reading)

A. J. Mechelynck | 4 Apr 2005 03:18
Picon

Re: Missprint in help

Fan Decheng wrote:
> Wind wrote:
> 
>> Hello vim-dev,
>>      While rereading help I've found mispring:
[...]

While we're at it, I found an error under ":help i_CTRL-V_digit":

*insert.txt*    For Vim version 7.0aa.  Last change: 2005 Feb 21
line 274
there is:

o or O		octal		   3		255

there should be:

o or O		octal		   3		377	(255)

for consistency with the following lines.

Best regards,
Tony.

Bram Moolenaar | 4 Apr 2005 11:01
Picon

Re: Missprint in help


Fan Decheng wrote:

> Wind wrote:
> > Hello vim-dev,
> >      While rereading help I've found mispring:
> >      usr_04.txt 336,24:
> >      "usual.  To yank two workds use "y2w".  Example:"
> 
> I used the :helpg command to search for such errors, and found another 
> in arabic.txt:

Thanks for the corrections, I'll include them.  These mistakes will
probably be less frequent when spell checking works.  I'm currently
working on using the Myspell files (used in OpenOffice.org and Mozilla).

--

-- 
hundred-and-one symptoms of being an internet addict:
44. Your friends no longer send you e-mail...they just log on to your IRC
    channel.

 /// Bram Moolenaar -- Bram <at> Moolenaar.net -- 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   ///

Bram Moolenaar | 4 Apr 2005 11:01
Picon

Re: Missprint in help


Tony Mechelynck wrote:

> While we're at it, I found an error under ":help i_CTRL-V_digit":
> 
> *insert.txt*    For Vim version 7.0aa.  Last change: 2005 Feb 21
> line 274
> there is:
> 
> o or O		octal		   3		255
> 
> there should be:
> 
> o or O		octal		   3		377	(255)
> 
> for consistency with the following lines.

I'll change that.  Thanks.

- Bram

--

-- 
hundred-and-one symptoms of being an internet addict:
47. You are so familiar with the WWW that you find the search engines useless.

 /// Bram Moolenaar -- Bram <at> Moolenaar.net -- 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   ///

(Continue reading)

Keith Roberts | 4 Apr 2005 18:59

RE: Missprint in help

>-----Original Message-----
>From: Bram <at> moolenaar.net [mailto:Bram <at> moolenaar.net] 
>Sent: Monday, April 04, 2005 1:01 AM
>To: Fan Decheng
>Cc: Wind; vim-dev <at> vim.org
>Subject: Re: Missprint in help
>
>
>Fan Decheng wrote:
>
>> Wind wrote:
>> > Hello vim-dev,
>> >      While rereading help I've found mispring:
>> >      usr_04.txt 336,24:
>> >      "usual.  To yank two workds use "y2w".  Example:"
>> 
>> I used the :helpg command to search for such errors, and 
>found another 
>> in arabic.txt:
>
>Thanks for the corrections, I'll include them.  These mistakes 
>will probably be less frequent when spell checking works.  I'm 
>currently working on using the Myspell files (used in 
>OpenOffice.org and Mozilla).

I wouldn't count on spell check to catch "its" => "it's" errors, since
"its" is also a legitimate English word (the possessive pronoun). :)

Example:
It's lost its ability to turn.
(Continue reading)

RE: Missprint in help

Am I the only one who finds it humorous that the subject of this thread
has a typo? And the body of the original post... :)

 RE: Missprint in help

should be:

RE: Misprint in help

>>      While rereading help I've found mispring:

should be:

>>      While rereading help I've found misprint:

Kevin

-----Original Message-----
From: A. J. Mechelynck [mailto:antoine.mechelynck <at> skynet.be] 
Sent: Sunday, April 03, 2005 6:18 PM
To: Fan Decheng
Cc: Wind; vim-dev <at> vim.org
Subject: Re: Missprint in help

Fan Decheng wrote:
> Wind wrote:
> 
>> Hello vim-dev,
>>      While rereading help I've found mispring:
[...]
(Continue reading)

Eljay Love-Jensen | 4 Apr 2005 19:41
Picon
Favicon

RE: Missprint in help


>Am I the only one who finds it humorous that the subject of this thread has a typo? And the body of the original
post... :)

Phil's Law - when pointing out a typo or grammatical, one makes a typo or grammatical error.  Especially when
more egregious than the original one pointed out.

--Eljay

A. J. Mechelynck | 4 Apr 2005 20:38
Picon

Re: Using fenc in modeline

Bram Moolenaar wrote:
[...]
> There is an idea in the todo list to allow specifying the encoding in
> one of the first lines in the file:
> 
> 8   Add an item in 'fileencodings' to check the first lines of a file for
>     the encoding.  See Python PEP: http://www.python.org/peps/pep-0263.html.
>     To avoid getting a wrong encoding only accept something Emacs-like:
>     "-*- coding: enc-na_me.foo -*-" and "-*- coding= enc-na_me.foo -*-"
>     Match with "-\*-\s*coding[:=]\s*\([::word::-_.]\+\)\s*-\*-" and use first
>     item.
> 8   Add an item in 'fileencodings' to check the first line of an XML file for
>     the encoding.  <?xml version="1.0" encoding="UTF-8"?>  Or "charset=UTF-8"?
> 
> This is a typical problem of having so many standards to chose from...
> 
Since you're doing it for XML, you might add a todo item of equal 
priority to check, in HTML files, the first few lines (it's usually not 
the first one) for a tag of the format:

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />

which must come before the </HEAD> closing tag. I think it is 
case-insensitive but I'm not 100% sure. I suppose that if both items you 
quoted become possible it should be a small matter to add this kind of 
detection in the appropriate vim script (ftplugin/html.vim maybe?). 
Maybe through a new autocommand event triggered after a "preliminary 
read" (call it ModeLine, EncodingDetect, whatever)? Or maybe define a 
buffer-local boolean allowing BufReadPost autocommands to trigger a 
re-read with some options changed? ('fileencoding' being the prime 
(Continue reading)

Wind | 5 Apr 2005 09:24
Picon
Favicon

Re[2]: Missprint in help

Hello Kevin,

      Thanks for correction. I'm not very accurate while wrting, even
in my native language. But while reading I stumble over misprints
(Wish it be vice-versa). Sorry for mistakes in my letter(s).

      PS:
         Don't spellcheck this letter, or it will be infinite
         process.  ;)

Monday, April 4, 2005, 7:59:38 PM, you wrote:

CKMC> Am I the only one who finds it humorous that the subject of this thread
CKMC> has a typo? And the body of the original post... :)

CKMC>  RE: Missprint in help

CKMC> should be:

CKMC> RE: Misprint in help

>>>      While rereading help I've found mispring:

CKMC> should be:

>>>      While rereading help I've found misprint:

CKMC> Kevin

CKMC> -----Original Message-----
(Continue reading)


Gmane