Re: [gentoo-user] recompiling vim linked to libncursesw: solved!

2005-07-28 Thread Fernando Canizo
El Wed, Jul 27, 2005 at 10:10:34AM -0400, Thomas Dickey me decía: On Wed, Jul 27, 2005 at 10:24:23AM -0300, Fernando Canizo wrote: Cool, so i can discard that the problem comes from vim + libncurses. In other mails from the thread we've reached to the point of knowing that mutt is

Re: [gentoo-user] recompiling vim linked to libncursesw

2005-07-27 Thread Philip Webb
050727 Richard Fish wrote: Fernando Canizo wrote: $ ldd `which vim` | grep curses libncurses.so.5 = /lib/libncurses.so.5 (0xb7f98000) $ ldd `which mutt` | grep curses libncursesw.so.5 = /lib/libncursesw.so.5 (0xb7f8f000) I too use Mutt + Vim -- ie Gvim -- sometimes Vim + UTF8 (not with

Re: [gentoo-user] recompiling vim linked to libncursesw

2005-07-27 Thread Thomas Dickey
On Wed, Jul 27, 2005 at 01:12:23AM -0300, Fernando Canizo wrote: Hi all. I'm having trouble with my encoding using mutt + vim + utf-8, basically mi emails are sent with wrong encoding when *replying*. I've tracked the problem, searched, readed FAQs and i found that maybe my problem is this:

Re: [gentoo-user] recompiling vim linked to libncursesw

2005-07-27 Thread Fernando Canizo
El Wed, Jul 27, 2005 at 07:08:27AM +0200, Richard Fish me decía: Fernando Canizo wrote: I'm having trouble with my encoding using mutt + vim + utf-8, [snip] Hmm, tough one. I don't see any way to configure vim specifically for ncursesw. Your best bet may be to try and fake out the dynamic

Re: [gentoo-user] recompiling vim linked to libncursesw

2005-07-27 Thread Fernando Canizo
El Wed, Jul 27, 2005 at 04:38:42AM -0400, Philip Webb me decía: 050727 Richard Fish wrote: Fernando Canizo wrote: $ ldd `which vim` | grep curses libncurses.so.5 = /lib/libncurses.so.5 (0xb7f98000) $ ldd `which mutt` | grep curses libncursesw.so.5 = /lib/libncursesw.so.5 (0xb7f8f000)

Re: [gentoo-user] recompiling vim linked to libncursesw

2005-07-27 Thread Fernando Canizo
El Wed, Jul 27, 2005 at 05:59:53AM -0400, Thomas Dickey me decía: On Wed, Jul 27, 2005 at 01:12:23AM -0300, Fernando Canizo wrote: Hi all. I'm having trouble with my encoding using mutt + vim + utf-8, basically mi emails are sent with wrong encoding when *replying*. I've tracked the

Re: [gentoo-user] recompiling vim linked to libncursesw

2005-07-27 Thread Thomas Dickey
On Wed, Jul 27, 2005 at 08:11:05AM -0300, Fernando Canizo wrote: But vim is linked against libncurses, doesn't make it a 'curses application' ? no. A curses application calls initscr() or newterm(), uses the curses library to perform optimized display updates. A termcap application calls

Re: [gentoo-user] recompiling vim linked to libncursesw

2005-07-27 Thread Fernando Canizo
El Wed, Jul 27, 2005 at 08:27:12AM -0400, Thomas Dickey me dec�a: On Wed, Jul 27, 2005 at 08:11:05AM -0300, Fernando Canizo wrote: But vim is linked against libncurses, doesn't make it a 'curses application' ? no. A curses application calls initscr() or newterm(), uses the curses library

Re: [gentoo-user] recompiling vim linked to libncursesw

2005-07-27 Thread Thomas Dickey
On Wed, Jul 27, 2005 at 10:24:23AM -0300, Fernando Canizo wrote: Cool, so i can discard that the problem comes from vim + libncurses. In other mails from the thread we've reached to the point of knowing that mutt is reencoding the chars. Since you seem to know about libraries and calls to

[gentoo-user] recompiling vim linked to libncursesw

2005-07-26 Thread Fernando Canizo
Hi all. I'm having trouble with my encoding using mutt + vim + utf-8, basically mi emails are sent with wrong encoding when *replying*. I've tracked the problem, searched, readed FAQs and i found that maybe my problem is this: that while mutt is linked to libncursesw (wide library) vim is to

Re: [gentoo-user] recompiling vim linked to libncursesw

2005-07-26 Thread Richard Fish
Fernando Canizo wrote: Hi all. I'm having trouble with my encoding using mutt + vim + utf-8, basically mi emails are sent with wrong encoding when *replying*. I've tracked the problem, searched, readed FAQs and i found that maybe my problem is this: that while mutt is linked to libncursesw