OT: vim spellcheck [Was: slrn: aspell dies when used with vim macro for spell checker] - Editors

This is a discussion on OT: vim spellcheck [Was: slrn: aspell dies when used with vim macro for spell checker] - Editors ; [crossposted and followup set to comp.editors] * Ohmster wrote: > Troy Piggins <usenet-0610@piggo.com> wrote in news:20061019153724 > @usenet.piggo.com: > >> [snip] >> >> Sorry to cut you off there, but what version of vim are you >> using? Vim 7 ...

+ Reply to Thread
Results 1 to 5 of 5

OT: vim spellcheck [Was: slrn: aspell dies when used with vim macro for spell checker]

  1. Default OT: vim spellcheck [Was: slrn: aspell dies when used with vim macro for spell checker]

    [crossposted and followup set to comp.editors]

    * Ohmster wrote:
    > Troy Piggins <usenet-0610@piggo.com> wrote in news:20061019153724
    > @usenet.piggo.com:
    >
    >> [snip]
    >>
    >> Sorry to cut you off there, but what version of vim are you
    >> using? Vim 7 has a built in spell checker.

    >
    > ~ VIM - Vi IMproved
    > ~
    > ~ version 7.0.42
    > ~ by Bram Moolenaar et al.
    > ~ Modified by <bugzilla@redhat.com>
    > ~ Vim is open source and freely distributable
    >
    >
    > Really??? How do you work it Troy?
    >
    > aspell does work just fine with regular text files and I can use it but
    > more on this built in checker please.


    This is getting OT here, but it's as simple as 'set spell' or
    'set nospell'.

    I have this in ~/.vimrc

    map <f3> :set spell<cr>
    map <f4> :set nospell<cr>

    Simple, hey

    --
    Troy Piggins
    ,-o
    o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
    `-o uptime: 16:00:48 up 15 days,8:55,2 users,load average:0.06,0.03,0.00

  2. Default Re: OT: vim spellcheck [Was: slrn: aspell dies when used with vim macro for spell checker]

    Troy Piggins <usenet-0610@piggo.com> wrote in news:20061019160048
    @usenet.piggo.com:

    >> Really??? How do you work it Troy?
    >>
    >> aspell does work just fine with regular text files and I can use it but
    >> more on this built in checker please.

    >
    > This is getting OT here, but it's as simple as 'set spell' or
    > 'set nospell'.
    >
    > I have this in ~/.vimrc
    >
    > map <f3> :set spell<cr>
    > map <f4> :set nospell<cr>
    >
    > Simple, hey


    Oh I just tried it. It simply colors red anything that may be spelled
    wrong. That is not much help if I don't know how to spell the word to begin
    with.

    The aspell thing was terrific. You would press F8 and then would get a box
    on the bottom, oh let me show you with a screencap, hang on a min...

    Here is what the "built in" spell checker apparently does:
    http://www.ohmster.com/~ohmster/screencaps/snap214.jpg

    And here is what the aspell did for vim when used as an editor for slrn:
    http://www.ohmster.com/~ohmster/screencaps/snap215.jpg

    There is like no comparison. With the aspell box on the bottom, you get
    suggestions and options and that really rocks. What good is pointing out my
    misspelled words when I don't know what to put instead? Plus that is really
    awkward and cumbersome to have to move all over the document, chasing down
    these spelling errors to correct them manually.

    There is no comparison at all. Either I am not doing something right with
    the vim spell checker or they gotta be kidding me, right? What do you
    think, Troy? ...and thanks for replying.

    Hey uh, the rest of you guys, feel free to chime right in here, we are
    looking for help. Thank you.
    --
    ~Ohmster
    theohmster at comcast dot net
    Put "messageforohmster" in message body
    to pass my spam filter.

  3. Default Re: OT: vim spellcheck [Was: slrn: aspell dies when used with vim macro for spell checker]

    * Ohmster wrote:
    > Troy Piggins <usenet-0610@piggo.com> wrote in news:20061019160048
    > @usenet.piggo.com:
    >
    >>> Really??? How do you work it Troy?
    >>>
    >>> aspell does work just fine with regular text files and I can use it but
    >>> more on this built in checker please.

    >>
    >> This is getting OT here, but it's as simple as 'set spell' or
    >> 'set nospell'.
    >>
    >> I have this in ~/.vimrc
    >>
    >> map <f3> :set spell<cr>
    >> map <f4> :set nospell<cr>
    >>
    >> Simple, hey

    >
    > Oh I just tried it. It simply colors red anything that may be spelled
    > wrong. That is not much help if I don't know how to spell the word to begin
    > with.
    >
    > The aspell thing was terrific. You would press F8 and then would get a box
    > on the bottom, oh let me show you with a screencap, hang on a min...


    Vim's help is excellent. In vim try ':h spell'
    Have a good read. Look for 'z=' maybe.
    Sorry my brief hint didn't lead you deep enough into the depths
    of :help

    > Here is what the "built in" spell checker apparently does:
    > http://www.ohmster.com/~ohmster/screencaps/snap214.jpg
    >
    > And here is what the aspell did for vim when used as an editor for slrn:
    > http://www.ohmster.com/~ohmster/screencaps/snap215.jpg


    Yes, I've used aspell.

    > There is like no comparison. With the aspell box on the bottom, you get
    > suggestions and options and that really rocks. What good is pointing out my
    > misspelled words when I don't know what to put instead? Plus that is really
    > awkward and cumbersome to have to move all over the document, chasing down
    > these spelling errors to correct them manually.
    >
    > There is no comparison at all. Either I am not doing something right with
    > the vim spell checker or they gotta be kidding me, right? What do you
    > think, Troy? ...and thanks for replying.


    See above. Of course if you are sold on aspell, your original
    post needs revisiting because something must be wrong with your
    setup. You should still, of course, be able to use aspell for
    vim and slrn.

    > Hey uh, the rest of you guys, feel free to chime right in here, we are
    > looking for help. Thank you.


    Some more than others

    --
    Troy Piggins
    ,-o
    o ) Ubuntu linux 6.06 http://ubuntu.com RLU#415538 http://counter.li.org
    `-o uptime: 17:20:31 up 15 days,10:15,2 users,load average:0.00,0.00,0.00

  4. Default Re: OT: vim spellcheck [Was: slrn: aspell dies when used with vim macro for spell checker]

    Subject: Re: OT: vim spellcheck [Was: slrn: aspell dies when used with
    vim macro for spell checker]
    Newsgroups: Aioe.org NNTP server:comp.editors
    To: Troy Piggins <usenet-0610@piggo.com>

    Troy Piggins <usenet-0610@piggo.com> wrote in news:20061019160048
    @usenet.piggo.com:

    >> Really??? How do you work it Troy?
    >>
    >> aspell does work just fine with regular text files and I can use it

    but
    >> more on this built in checker please.

    >
    > This is getting OT here, but it's as simple as 'set spell' or
    > 'set nospell'.
    >
    > I have this in ~/.vimrc
    >
    > map <f3> :set spell<cr>
    > map <f4> :set nospell<cr>
    >
    > Simple, hey


    Oh I just tried it. It simply colors red anything that may be spelled
    wrong. That is not much help if I don't know how to spell the word to
    begin
    with.

    The aspell thing was terrific. You would press F8 and then would get a
    box
    on the bottom, oh let me show you with a screencap, hang on a min...

    Here is what the "built in" spell checker apparently does:
    http://www.ohmster.com/~ohmster/screencaps/snap214.jpg

    And here is what the aspell did for vim when used as an editor for slrn:
    http://www.ohmster.com/~ohmster/screencaps/snap215.jpg

    There is like no comparison. With the aspell box on the bottom, you get
    suggestions and options and that really rocks. What good is pointing out
    my
    misspelled words when I don't know what to put instead? Plus that is
    really
    awkward and cumbersome to have to move all over the document, chasing
    down
    these spelling errors to correct them manually.

    There is no comparison at all. Either I am not doing something right with
    the vim spell checker or they gotta be kidding me, right? What do you
    think, Troy? ...and thanks for replying.

    Hey uh, the rest of you guys, feel free to chime right in here, we are
    looking for help. Thank you.
    --
    ~Ohmster
    theohmster at comcast dot net
    Put "messageforohmster" in message body
    to pass my spam filter.

  5. Default Re: OT: vim spellcheck [Was: slrn: aspell dies when used with vim macro for spell checker]

    Ohmster scripsit:
    > There is like no comparison. With the aspell box on the bottom, you get
    > suggestions and options and that really rocks. What good is pointing out
    > my
    > misspelled words when I don't know what to put instead? Plus that is
    > really
    > awkward and cumbersome to have to move all over the document, chasing
    > down
    > these spelling errors to correct them manually.


    :help z=

    m.
    --
    LaTeX + Vim = http://vim-latex.sourceforge.net/
    Vim Universal Templates: http://vim.sf.net/script.php?script_id=1078
    vim.pl - http://skawina.eu.org/mikolaj
    CLEWN - http://clewn.sf.net

+ Reply to Thread

Similar Threads

  1. [vim] Can Blinky's vim/slrn macro be adjusted to work with newspost?
    By Application Development in forum Editors
    Replies: 0
    Last Post: 09-09-2007, 02:12 AM
  2. Spell checking an html file with aspell or ispell
    By Application Development in forum Perl
    Replies: 0
    Last Post: 09-02-2007, 07:58 AM
  3. spell checker, 6.2.3
    By Application Development in forum Eudora
    Replies: 2
    Last Post: 09-16-2006, 01:06 PM
  4. spell checker
    By Application Development in forum Eudora
    Replies: 19
    Last Post: 06-15-2005, 02:08 PM
  5. Spell Checker
    By Application Development in forum Inetserver
    Replies: 2
    Last Post: 08-23-2003, 09:48 PM