reassign 299738 vim-gtk
thanks

On Wed, Mar 16, 2005 at 08:47:30AM -0800, Fernando Brucher wrote:
> > > Using the non-curses version of aspell works fine.
> > I didn't see a
> > > command line switch in aspell to do this so I
> > recompiled aspell
> > > without curses. Maybe Debian could offer a
> > non-curses package of
> > > aspell. The problem might be vim's fault for not
> > suporting curses
> > > display correctly. But this quick fix works fine.
> > 
> > I guess the problem is that aspell is linked against
> > libncursesw, but
> > (g)vim is linked against libncurses (no 'w').  I
> > suppose I could provide
> > an alternate aspell binary not linked against
> > libncursesw, but that
> > seems overly clunky.
> > 
> > How are you using aspell in vim?  vimspell?
> 
> From the command line. In command mode I do the
> following (I have a macro for it obviously):
> 
> :w!
> :!aspell -c --dont-backup "%"
> :e! "%"

Since this works fine in console vim, I'm guessing it's a bug in gvim's
terminal emulation.  Many other programs (e.g. mc) don't work gvim, but
do work in vim.

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to