Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Michael Elkins
Attached is a test program which demostrates the various modes that the pager uses when dealing with color. Compile with: for ncurses: gcc -std=c99 bkgdtest.c -lncurses for slang: gcc -std=c99 -DUSE_SLANG=1 bkgdtest.c -lslang when using slang, or a $TERM with no bce capability [1], the line

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Michael Elkins
On Mon, Aug 09, 2010 at 10:35:04AM +1000, Cameron Simpson wrote: I do. It's actually been bugging me for a while. Viewing your message above in mutt's internal pager and triple clicking to select your lines I get the file attached (mutt-urxvt.txt); there is space padding to the right hand edge of

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Michael Elkins
On Mon, Aug 09, 2010 at 10:35:04AM +1000, Cameron Simpson wrote: I do. It's actually been bugging me for a while. Viewing your message above in mutt's internal pager and triple clicking to select your lines I get the file attached (mutt-urxvt.txt); there is space padding to the right hand edge of

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Cameron Simpson
On 07Aug2010 20:08, Michael Elkins wrote: | On Sat, Aug 07, 2010 at 01:52:57PM -0500, Will Fiveash wrote: | >What I see in my config.h is: | >/* Define if you have bkgdset, as a function or macro. */ | >/* #undef HAVE_BKGDSET */ | > | >so it doesn't appear to be defined. | | Can you give me a rec

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Will Fiveash
On Sun, Aug 08, 2010 at 06:03:16PM -0500, Will Fiveash wrote: > > I've attached the gzipped config.log created when I configured mutt > using --with-curses=/lib. Forgot to attach... -- Will Fiveash config.log.gz Description: application/gunzip

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Will Fiveash
On Sun, Aug 08, 2010 at 03:06:38PM -0500, Will Fiveash wrote: > On Sun, Aug 08, 2010 at 02:40:37PM -0500, Will Fiveash wrote: > > On Sun, Aug 08, 2010 at 10:27:34AM -0700, Michael Elkins wrote: > > > On Sat, Aug 07, 2010 at 01:52:57PM -0500, Will Fiveash wrote: > > > >What I see in my config.h is:

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Will Fiveash
On Sun, Aug 08, 2010 at 02:40:37PM -0500, Will Fiveash wrote: > On Sun, Aug 08, 2010 at 10:27:34AM -0700, Michael Elkins wrote: > > On Sat, Aug 07, 2010 at 01:52:57PM -0500, Will Fiveash wrote: > > >What I see in my config.h is: > > >/* Define if you have bkgdset, as a function or macro. */ > > >/*

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Chip Camden
Quoth Will Fiveash on Sunday, 08 August 2010: > On Sun, Aug 08, 2010 at 10:27:34AM -0700, Michael Elkins wrote: > > On Sat, Aug 07, 2010 at 01:52:57PM -0500, Will Fiveash wrote: > > >What I see in my config.h is: > > >/* Define if you have bkgdset, as a function or macro. */ > > >/* #undef HAVE_BKG

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Will Fiveash
On Sun, Aug 08, 2010 at 10:27:34AM -0700, Michael Elkins wrote: > On Sat, Aug 07, 2010 at 01:52:57PM -0500, Will Fiveash wrote: > >What I see in my config.h is: > >/* Define if you have bkgdset, as a function or macro. */ > >/* #undef HAVE_BKGDSET */ > > > >so it doesn't appear to be defined. > >

Re: Problem with mutt and mailbox changes

2010-08-08 Thread Jeffery Small
On Sun, Aug 08, 2010 at 04:27:53AM +, I wrote: > I have been using mutt 1.4.2.1i for quite some time on my Solaris 10 system > with the Gnome desktop manager. Gnome has an inbox monitor program that > was working perfectly with mutt 1.4. It would indicate new mail, and when > I double-click

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread ubitux
On Sun, Aug 08, 2010 at 08:32:22AM -0700, Michael Elkins wrote: > On Sun, Aug 08, 2010 at 07:32:20AM +0200, ubitux wrote: > >Try with a terminal multiplexer such as screen, you should expect the > >issue. Also, your #undef HAVE_BKGDSET seems to solve it just fine for me > >:) > > When using screen

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Michael Elkins
On Sat, Aug 07, 2010 at 01:52:57PM -0500, Will Fiveash wrote: What I see in my config.h is: /* Define if you have bkgdset, as a function or macro. */ /* #undef HAVE_BKGDSET */ so it doesn't appear to be defined. I'm not sure if this bug is similar to what you are seeing. http://dev.mutt.org/t

Re: Problem with mutt and mailbox changes

2010-08-08 Thread Charles Jie
Dear Jeffery, Thank you for your question and hints. I have seen similar problem with mutt 1.5.20 since half an year ago. (And reported it the other day) You said: "if I do anything that changes the inbox file, such as deleting a message, then the Gnome mail monitor sees this change and begins in

Re: mutt, gnome-terminal and whitespace fill issue

2010-08-08 Thread Michael Elkins
On Sun, Aug 08, 2010 at 07:32:20AM +0200, ubitux wrote: Try with a terminal multiplexer such as screen, you should expect the issue. Also, your #undef HAVE_BKGDSET seems to solve it just fine for me :) When using screen, I do see this behavior in both xterm and gnome-terminal. Is there a reas